<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi.<div class=""><br class=""></div><div class="">gdal_translate was working great for me for the past two weeks. I would do commands like:</div><div class=""><br class=""></div><div class=""><div class="">—>fin="/nfs/depot/cce_u1/hill/dfh/op_snowmodel/wy_snowmodel/ctl_files/wo_assim/$STAMP.nc"</div><div class="">—>fout="/nfs/depot/cce_u1/hill/dfh/op_snowmodel/wy_snowmodel/ctl_files/wo_assim/$STAMP.tif"</div><div class="">—>gdal_translate -of GTiff -a_srs EPSG:32612 $fin $fout</div><div class=""><br class=""></div><div class="">from a bash script.</div><div class=""><br class=""></div><div class="">Now, it is not working. I get errors like:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">—>Failed to process SRS definition: ESPG:32612</span></div></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">I don’t understand what happened. The version is: </span>GDAL 1.11.4, released 2016/01/25</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">When I did printenv, I did not find that GDAL_DATA was set. So, I set it with this:</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">—>export GDAL_DATA=/usr/share/gdal</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">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.</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">Regards,</div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class=""><span style="font-variant-ligatures: no-common-ligatures" class=""><br class=""></span></div><div class="">
<div>---------------------------------------------------<br class="">David F. Hill<br class="">Professor<br class="">Civil and Construction Engineering<br class="">Oregon State University<br class="">220 Owen Hall<br class="">Corvallis, OR 97331<br class="">541.737.4939<br class=""><a href="mailto:david.hill@oregonstate.edu" class="">david.hill@oregonstate.edu</a><br class="">http://www.engr.oregonstate.edu/~dfh<br class="">---------------------------------------------------</div><div class=""><br class=""></div><br class="Apple-interchange-newline">
</div>
<br class=""></div></body></html>