Documentation of open spatial data resources for Goa.
For datasource wise details, please check individual folders.
This is a georeferenced mosaic of village level land use plans published and notified by the Goa Town and Country Planning Department.
- Regional Plan for Goa 2021 mosaic on mapwarper | WMS/TMS/KML
- GeoTIFF downloads are available on a village level. Check the export option on the mapwarper map link from the Map Index
Process
- Individual village plans were downloaded from the Goa Town and Country Planning Department and uploaded to mapwarper.
- A Map Index Sheet was compiled to coordinate the progress of georeferencing, masking and mosaicing by the community
- After a plan was georeferenced, it was masked and added to the Regional Plan for Goa 2021 mosaic
- Based on feedback from the community, each village plan on mapwarper can be continously adjusted for correct position and masking of the village edges for seamless mosaicing. These changes are instantly reflected on the mosaic.
These are vector tiles of OpenStreetMap data and a combination of other open data sources from the Mapbox API. These are used to create the overlay vectors of roads, place labels and natural features on the map.
- Docs
- License: (c) Mapbox and (c) OpenStreetMap contributors
Buildings
The buildings data in the vector tiles is primarily from the OpenStreetMap India Community and backfilled with AI generated Google Open Buildings dataset
- Downloaded shapefiles updated daily from Geofabrik
- Use Natural Earth (low res)/India region
- Use WKT polygon covering Goa state and run step 1
POLYGON((73.55661736553476 15.954086566121125,74.63327752178476 15.954086566121125,74.63327752178476 14.741038479091157,73.55661736553476 14.741038479091157,73.55661736553476 15.954086566121125)) - Run step 2 to Download result directly
open_buildings_v3_polygons_goa.csv.gz - Convert csv to gpkg
ogr2ogr -f GPKG ./google/open_buildings_v3_polygons_goa.gpkg ./google/open_buildings_v3_polygons_goa.csv -oo GEOM_POSSIBLE_NAMES=geometry -oo KEEP_GEOM_COLUMNS=NO -a_srs EPSG:4326
2.5m high resolution DEM licensed from ISRO.
- CartoDem specifications
The source data has an elevation offset which has to be corrected and noise that has to be filtered by downsampling from 2.5m to 30m resolution.
See /slope for details on how the slope class map was generated.