Skip to content

Instantly share code, notes, and snippets.

@mfurlend
Created September 19, 2019 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfurlend/cd9d72e228f53eb680e4c6951c9ea703 to your computer and use it in GitHub Desktop.
Save mfurlend/cd9d72e228f53eb680e4c6951c9ea703 to your computer and use it in GitHub Desktop.
CSV to SHP
ogr2ogr -s_srs EPSG:4326 -t_srs EPSG:3857 -oo X_POSSIBLE_NAMES='LON*' -oo Y_POSSIBLE_NAMES='LAT*' -f "ESRI Shapefile" out.shp ghcn.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment