All Projects → datameet → Maps

datameet / Maps

Licence: mit
Repository for all spatial data.

Projects that are alternatives of or similar to Maps

Osgeo
The Open Source Geospatial Foundation is not-for-profit organization to empower everyone with open source geospatial. Directly supports projects as an outreach and advocacy organization providing financial, organizational and legal support. Works with our sponsors and partners for open software, standards, data, research and education.
Stars: ✭ 142 (-47.41%)
Mutual labels:  opendata, geospatial
tracking
A geospatial tracking service with Go and Redis
Stars: ✭ 34 (-87.41%)
Mutual labels:  geospatial
geojson-mongo-import.py
Import GeoJSON file into MongoDB using Python
Stars: ✭ 20 (-92.59%)
Mutual labels:  geospatial
Open-Data-Lab
an initiative to provide infrastructure for reproducible workflows around open data
Stars: ✭ 26 (-90.37%)
Mutual labels:  opendata
it-dgc-opendata
Open Data on the European Digital Covid Certificates (EU DCC) issued and acquired by the national platform
Stars: ✭ 25 (-90.74%)
Mutual labels:  opendata
geowarp
Super Low-Level Raster Reprojection and Resampling Library
Stars: ✭ 20 (-92.59%)
Mutual labels:  geospatial
xyz-hub
XYZ Hub is a RESTful web service for the access and management of geospatial data.
Stars: ✭ 43 (-84.07%)
Mutual labels:  geospatial
Geopython
Notebooks and libraries for spatial/geo Python explorations
Stars: ✭ 268 (-0.74%)
Mutual labels:  geospatial
api
Site que publica as informações libertadas pelo DadosJusBR
Stars: ✭ 31 (-88.52%)
Mutual labels:  opendata
uspto-opendata-python
A client library for accessing the USPTO Open Data APIs, written in Python.
Stars: ✭ 51 (-81.11%)
Mutual labels:  opendata
climateR
An R 📦 for getting point and gridded climate data by AOI
Stars: ✭ 93 (-65.56%)
Mutual labels:  geospatial
schema.data.gouv.fr
Schémas de données ouvertes sur des formats réglementaires ou non
Stars: ✭ 31 (-88.52%)
Mutual labels:  opendata
luftdatenpumpe
Process live and historical data from luftdaten.info, IRCELINE and OpenAQ. Filter by station-id, sensor-id and sensor-type, apply reverse geocoding, store into timeseries and RDBMS databases, publish to MQTT, output as JSON or visualize in Grafana.
Stars: ✭ 22 (-91.85%)
Mutual labels:  opendata
geoos
A library provides spatial data and geometric algorithms
Stars: ✭ 504 (+86.67%)
Mutual labels:  geospatial
QGeoView
QGeoView is a Qt / C ++ widget for visualizing geographic data.
Stars: ✭ 33 (-87.78%)
Mutual labels:  geospatial
carto-react-template
CARTO for React. The best way to develop Location Intelligence (LI) Apps usign CARTO platform and React
Stars: ✭ 24 (-91.11%)
Mutual labels:  geospatial
mercator-gl
Tiny library for GLSL web mercator projections
Stars: ✭ 33 (-87.78%)
Mutual labels:  geospatial
NodeMICMAC
A Lightweight REST API to Access MICMAC Photogrammetry and SFM Engine.
Stars: ✭ 54 (-80%)
Mutual labels:  geospatial
Verde
Processing and interpolating spatial data with a twist of machine learning
Stars: ✭ 260 (-3.7%)
Mutual labels:  geospatial
Mapper
OpenOrienteering Mapper is a software for creating maps for the orienteering sport.
Stars: ✭ 258 (-4.44%)
Mutual labels:  geospatial

Maps

Repository for all spatial data.

For details go to our project site at http://projects.datameet.org/maps/


Note on Format

This Repository contains Geospatial Data in Shapefile Format, which is the defacto format for most GIS software.

In case you want this data in GeoJSON or KML, or any one of the myrid Vector formats, you could use Gdal's ogr2ogr tool to convert these shapefiles to your prefered format. This can be done by the following commands:

ogr2ogr -f GeoJSON <output name>.geojson <input name>.shp &

ogr2ogr -f KML <output name>.kml <input name>.shp &

ogr2ogr -f LIBKML <output name>.kmz <input name>.shp

If you wish to convert these files using an Online too, you could look at: MapSharper; Do remeber to Zip up all the Files (*.shp, *.dbf, *.shx, *.prj) and import that into MapSharper. That way, you will get all attributes in the converted file.

Data License

Unless explicitly stated, all datasets in this repository is shared under CC BY 4.0 license. Please mention and link to relevant dataset in the attribution, eg. India boundaries by DataMeet India community (CC BY 4.0)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].