Skip to content

Instantly share code, notes, and snippets.

@seabre
Created January 4, 2015 01:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seabre/fcb2fe4eedc731a47ffc to your computer and use it in GitHub Desktop.
Save seabre/fcb2fe4eedc731a47ffc to your computer and use it in GitHub Desktop.
Example to convert ArcGIS REST output to GeoJSON
ogr2ogr -f GeoJSON floodhazardmapping.json "http://www.clevelandgis.org/arcgis/rest/services/Flex/Planning/MapServer/8/query?where=objectid+%3D+objectid&outfields=*&f=json&outSR=4326" OGRGeoJSON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment