Created
July 24, 2019 12:02
-
-
Save beatorizu/dee846af590d8d2fa09ec0238b599a62 to your computer and use it in GitHub Desktop.
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 "+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