Skip to content

Instantly share code, notes, and snippets.

@JaimeStill
Created November 30, 2017 15:03
Show Gist options
  • Save JaimeStill/fffb47584f4c97a7fd05a7e776b8e060 to your computer and use it in GitHub Desktop.
Save JaimeStill/fffb47584f4c97a7fd05a7e776b8e060 to your computer and use it in GitHub Desktop.
download cartography data from census.gov
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
curl 'http://www2.census.gov/geo/tiger/GENZ2014/shp/cb_2014_06_tract_500k.zip' -o cb_2014_06_tract_500k.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment