DOI-USGS / gems-tools-arcmap

Tools for working with the GeMS geologic map database schema in ArcGIS
Creative Commons Zero v1.0 Universal
42 stars 21 forks source link

GeoJSON or TopoJSON tool #11

Open freewheelCarto opened 6 years ago

freewheelCarto commented 6 years ago

Has anyone considered an export to GeoJSON or TopoJSON? I am thinking of looking into it, but wanted to make sure that it wasn't already considered and decided against.

I think it is potentially a good open alternative format. I know ArcGIS has export options to ESRI JSON standard, and with 10.5 you can use their tool to export to GeoJSON spec (I still have 10.3). However, I don't know if just running through the features and tables with that tool would produce an ideal export.

ethoms-usgs commented 6 years ago

Yes! I think it should be considered. I would like to see a plain-text format being used, if only for archiving. I have played around a bit with both although I didn't take a close look at how the attributes got exported. GeoJSON is pretty cool in QGIS. You can add it through drag and drop and save edits back out to the original text file. TopoJSON is very intriguing but, at least when I looked about 8 months ago, QGIS didn't edit the format properly. It will display the two layers that are in the topology but when editing only changes to the linework were saved, not the polygons. I used mapshaper.org to build TopoJSON files.

So, it might be a bit early to push for TopoJSON, but I think we should look at GeoJSON and provide a tool and/or guidance.

freewheelCarto commented 6 years ago

When I get a little more time I'll look at some export options for GeoJSON. A couple of questions about it that I have are: