Re: [gdal-dev] Question about Reprojecting a Shapefile

2011-11-02 Thread Chaitanya kumar CH
katrin, Your second command should be enough if you are trying to convert reproj_parcel.shp to Areas_.shp Make sure that you have the supporting files such as .dbf .shx ... On Wed, Nov 2, 2011 at 11:03 PM, katrin eggert wrote: > Hi I'm trying to reprojec a shapefile using > ogr2ogr -f "esri Shap

[gdal-dev] Question about Reprojecting a Shapefile

2011-11-02 Thread katrin eggert
Hi I'm trying to reprojec a shapefile using ogr2ogr -f "esri Shapefile" -t_srs EPSG:32736 Areas_.shp reproj_parcel.shp but I get this error: FAILURE: Unable to open datasource `reproj_parcel.shp' with the following drivers. with: ogr2ogr -t_srs EPSG:32736 Areas_.shp reproj_parcel.shp I also get th