-
-
Save tkfm-yamaguchi/1150bffc7db4d58a8425e9c4f4a92ac8 to your computer and use it in GitHub Desktop.
GDAL shape 2 geoJSON with generalisation and reduced precision
This file contains hidden or 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