Created
May 29, 2013 11:27
-
-
Save rob-murray/5669621 to your computer and use it in GitHub Desktop.
GDAL shape 2 geoJSON with generalisation and reduced precision
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Library/Frameworks/GDAL.framework/Versions/1.9/Programs/ogr2ogr -f GeoJSON -simplify 100 -lco COORDINATE_PRECISION=2 ~/Downloads/mbtiles/nat_park_region_100x.json ~/Downloads/mbtiles/nat_park_region.shp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BTW; COORDINATE_PRECISION=2 is intended for OSGB e,n >> i'm assuming BNG here