Created
November 12, 2018 00:10
-
-
Save lukewhyte/f5e64b9bb719e07cdf25fdbc5a8ccb4b to your computer and use it in GitHub Desktop.
Revisions
-
lukewhyte created this gist
Nov 12, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ shp2json cb_2017_us_state_20m.shp > states.geojson # Convert state shapefile to geojson shp2json cb_${YEAR}_us_cbsa_20m.shp > metroareas.geojson # Convert metro area shapefile to geojson