I want to wrap(re-project) one variable in this netcdf file.
D:\ gdalwarp -t_srs EPSG:4326 NETCDF:"C:\fie.nc":var "C:\Desktop\SM.img"
But I get this 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.
ERROR 1: Translating source or target SRS failed: EPSG:4326
I am using GDAL 1.9.0, released 2011/12/29. I will be grateful for any help.