If you have an ESRI Shapefile (.shp) that you want to reproject, you can use ogr2ogr
ogr2ogr -t_srs <EPSG-CODE> newfile.shp oldfile.shp |
The EPSG code could be for instance epsg:28532.
If you have an ESRI Shapefile (.shp) that you want to reproject, you can use ogr2ogr
ogr2ogr -t_srs <EPSG-CODE> newfile.shp oldfile.shp |
The EPSG code could be for instance epsg:28532.