Hi.

gdal_translate was working great for me for the past two weeks. I would do 
commands like:

—>fin="/nfs/depot/cce_u1/hill/dfh/op_snowmodel/wy_snowmodel/ctl_files/wo_assim/$STAMP.nc"
—>fout="/nfs/depot/cce_u1/hill/dfh/op_snowmodel/wy_snowmodel/ctl_files/wo_assim/$STAMP.tif"
—>gdal_translate -of GTiff -a_srs EPSG:32612 $fin $fout

from a bash script.

Now, it is not working. I get errors like:

—>Failed to process SRS definition: ESPG:32612

I don’t understand what happened. The version is: GDAL 1.11.4, released 
2016/01/25

When I did printenv, I did not find that GDAL_DATA was set. So, I set it with 
this:

—>export GDAL_DATA=/usr/share/gdal

And, I now see that when I re-do printenv. But, I keep getting the same error? 
I have spent a lot of time looking for help online and can’t find anything 
other than making sure gdal_data is correctly set, which it now is.

Regards,


---------------------------------------------------
David F. Hill
Professor
Civil and Construction Engineering
Oregon State University
220 Owen Hall
Corvallis, OR 97331
541.737.4939
[email protected]
http://www.engr.oregonstate.edu/~dfh
---------------------------------------------------



Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
gdal-dev mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to