[gdal-dev] Re: Convert from CA83-VF (EPSG 2229) to WGS84 (EPSG 4326) using gdaltransform

2011-05-31 Thread kavinmehta
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

[gdal-dev] Re: Convert from CA83-VF (EPSG 2229) to WGS84 (EPSG 4326) using gdaltransform

2011-05-31 Thread kavinmehta
Thanks Frank. Would you know how to do it? i.e. what command to use to convert a shape file from (EPSG 2229) to (EPSG 4326). I am having a hard time doing it thru ogr2ogr however i can easily do this in FME Desktop tool which uses ogr2ogr internally. Thanks, kavin Mehta. -- View this message in c

[gdal-dev] Re: Convert from CA83-VF (EPSG 2229) to WGS84 (EPSG 4326) using gdaltransform

2011-05-31 Thread kavinmehta
HI Frank, thanks for your help, I did as per your reply but I still get the same error message: 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 --

Re: [gdal-dev] Re: Convert from CA83-VF (EPSG 2229) to WGS84 (EPSG 4326) using gdaltransform

2011-05-31 Thread Frank Warmerdam
On 11-05-31 04:06 PM, kavinmehta wrote: 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 envi

Re: [gdal-dev] Re: Convert from CA83-VF (EPSG 2229) to WGS84 (EPSG 4326) using gdaltransform

2011-05-31 Thread Frank Warmerdam
On 11-05-31 05:51 PM, kavinmehta wrote: Thanks Frank. Would you know how to do it? i.e. what command to use to convert a shape file from (EPSG 2229) to (EPSG 4326). I am having a hard time doing it thru ogr2ogr however i can easily do this in FME Desktop tool which uses ogr2ogr internally. Kavi