Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Find examples of using Esri/other industry-standard tools to output geojson #3

Open
waldoj opened this issue Jul 27, 2016 · 7 comments
Assignees

Comments

@waldoj
Copy link

waldoj commented Jul 27, 2016

Add this to step 4.

@waldoj waldoj self-assigned this Jul 27, 2016
@waldoj
Copy link
Author

waldoj commented Jul 27, 2016

Be sure to look into TopoJSON vs. GeoJSON.

@waldoj waldoj changed the title Find examples of using ESRI/other industry-standard tools to output geojson Find examples of using Esri/other industry-standard tools to output geojson Jul 28, 2016
@waldoj
Copy link
Author

waldoj commented Jul 28, 2016

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.

@waldoj
Copy link
Author

waldoj commented Jul 28, 2016

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:

In Maptitude, it is as simple as choosing File-Save As-Mapplication.

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.

@ericsoco
Copy link
Contributor

Linked here from workflow doc.
49b2d73

Leaving open in case we want to find more tools. Ultimately, it would be good to pull these options directly into the workflow doc.

@ericsoco
Copy link
Contributor

@benbalter uses ogr2ogr to automate conversion from ESRI shapefiles to GeoJSON.

Pretty sure I've used this before as well, since openredist went on hold.

@benbalter
Copy link

@benbalter uses ogr2ogr to automate conversion from ESRI shapefiles to GeoJSON.

See also https://ben.balter.com/2013/06/26/how-to-convert-shapefiles-to-geojson-for-use-on-github/

@ericsoco
Copy link
Contributor

ericsoco commented Jan 21, 2019

Mapshaper is great for a web UI, and offers shape simplification, reprojection, and other features (available via ogr2ogr CLI).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants