Created
January 28, 2014 16:08
-
-
Save mfurlend/8670609 to your computer and use it in GitHub Desktop.
convert topojson to geojson
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
geojson –o /home/mgleason/geo –precision 6 --id-property fips -- outcounties_topo.json | |
-o = output directory (filename is automatically chosen) | |
-precision = number of digits after decimal place to keep | |
--id-property = demote geometry id to specified feature property |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment