Skip to content

Instantly share code, notes, and snippets.

@beatorizu
Created July 24, 2019 12:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beatorizu/dee846af590d8d2fa09ec0238b599a62 to your computer and use it in GitHub Desktop.
Save beatorizu/dee846af590d8d2fa09ec0238b599a62 to your computer and use it in GitHub Desktop.
ogr2ogr -s_srs EPSG:4326 -t_srs "+proj=latlong +pm=0" paises_0.shp paises.shp
ogr2ogr -s_srs EPSG:4326 -t_srs "+proj=latlong +pm=-360" paises_360.shp paises.shp
ogr2ogr -update -append paises_360.shp paises_0.shp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment