Created
September 19, 2019 19:47
-
-
Save mfurlend/cd9d72e228f53eb680e4c6951c9ea703 to your computer and use it in GitHub Desktop.
CSV to 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 -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