Thanks Jean-Claude. I ran the following command:
>ogr2ogr -f "ESRI Shapefile" -overwrite "C:/mapdata/ABC.shp" "C:/mapdata/ABC.shp" -T_SRS EPSG:4326 and got similar error: ERROR 4: Unable to open EPSG support file gcs.csv. Try setting the GDAL_DATA environment variable to point to the directory containing EPSG csv files. Failed to process SRS definition: EPSG:4326 How do i say this is my input and this is my output file? if i give an o/p file name in the above command then it says it does not exist, which is correct because i want it to create it. hence i gave the same file name with an overwrite command but it did not work either. Thanks for your help. Kavin -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Convert-from-CA83-VF-EPSG-2229-to-WGS84-EPSG-4326-using-gdaltransform-tp6424186p6424310.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
