GeoFabrics
GeoFabrics copied to clipboard
Add access to data from web hosted ARC GIS infrastructure databases
Example data:
- The Canterbury maps tool - https://canterburymaps.govt.nz/help/map-viewer/
- https://mapviewer.canterburymaps.govt.nz/
- Selwyn - https://gis.selwyn.govt.nz/arcgis/rest/services/SDC_Public
- Click on MapViewer then on one of the pins to add to map
- Kiwirail portal - https://www.arcgis.com/apps/View/index.html?appid=556c4a9c73914fe1983529ddf9ae5099
Documentation/Examples for accessing Arc GIS data:
- REST API info for querying - https://developers.arcgis.com/rest/services-reference/enterprise/query-feature-service-layer-.htm
- Python documentation - https://developers.arcgis.com/python/guide/accessing-and-creating-content/
- ESRI example: https://support.esri.com/en/technical-article/000018909
- Medium example - https://medium.com/@thomas.deboer/how-to-download-from-an-arcgis-rest-server-using-python-df900db3e364
Access data directly in geopandas with: geopandas.read_file("GeoJSON_URL_lin")