If you have an ESRI Shapefile (.shp) that you want to reproject, you can use ogr2ogr
ogr2ogr -t_srs newfile.shp oldfile.shp
The EPSG code could be for instance epsg:28532.
trying stuff with code
If you have an ESRI Shapefile (.shp) that you want to reproject, you can use ogr2ogr
ogr2ogr -t_srs newfile.shp oldfile.shp
The EPSG code could be for instance epsg:28532.
Leave a Reply
You must be logged in to post a comment.