-
Notifications
You must be signed in to change notification settings - Fork 2
Find examples of using Esri/other industry-standard tools to output geojson #3
Comments
Be sure to look into TopoJSON vs. GeoJSON. |
Esri Redistricting publishes its data to ArcGIS Online, which allows data to be downloaded as GeoJSON. I want to plot out what that path looks like, but at least we know it's possible. |
Maptitude supports GeoJSON, but in an odd way. Their table of formats does not mention GeoJSON, but their "Mapplications" export process publishes data as GeoJSON:
It sounds like it produces a directory full of images, Leaflet JS, GeoJSON, HTML etc., which the user can then publish to their own web server. So this sure looks like a simple path for the production of GeoJSON directly from Maptitude. |
Linked here from workflow doc. Leaving open in case we want to find more tools. Ultimately, it would be good to pull these options directly into the workflow doc. |
@benbalter uses Pretty sure I've used this before as well, since openredist went on hold. |
See also https://ben.balter.com/2013/06/26/how-to-convert-shapefiles-to-geojson-for-use-on-github/ |
Mapshaper is great for a web UI, and offers shape simplification, reprojection, and other features (available via ogr2ogr CLI). |
Add this to step 4.
The text was updated successfully, but these errors were encountered: