Created
June 21, 2014 12:08
-
-
Save goldalworming/a1dc3701938c7183f848 to your computer and use it in GitHub Desktop.
simplyfy shp
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
ogr2ogr ProvinsiSimply.shp Provinsi.shp -simplify 0.001 | |
ogr2ogr -f geoJSON provinsisimplyoutput.json ProvinsiSimply.shp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment