Skip to content

Instantly share code, notes, and snippets.

@aaronlidman
Created July 28, 2013 21:56
Show Gist options
  • Select an option

  • Save aaronlidman/6100419 to your computer and use it in GitHub Desktop.

Select an option

Save aaronlidman/6100419 to your computer and use it in GitHub Desktop.
sample osmly ogr conversion
ogr2ogr -f "GeoJSON" -simplify 0.0001 -t_srs "EPSG:4326" -sql "SELECT NAME as name from parks" -progress parks.geojson parks.shp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment