<br><div class="gmail_quote">On Mon, May 20, 2013 at 4:41 PM, Peng Fu <span dir="ltr"><<a href="mailto:fupenghzau@gmail.com" target="_blank">fupenghzau@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div>Thanks! I fixed the problem.<br></div>But it seems that the resultant geotiff image doesn't have coordinate information. Do you know how to keep the coordinate information?</div></div></blockquote>
<div class="gmail_quote"><br></div>that's probably because it doesn't have one... it is a lat/lon file right?  did you add the -a_srs EPSG:4326 argument to gdal_translate? </div><div class="gmail_quote"><br></div>
<div class="gmail_quote">Perhaps you mean there is no geotransform? Or perhaps the coordinate information does not adhere to the CF Conventions [2], which gdal uses.</div><div class="gmail_quote"><br></div><div class="gmail_quote">
In any case calling gdalinfo on the subdataset will show which coordinate information gdal gets from the netcdf file.</div><div class="gmail_quote"><br></div><div class="gmail_quote">Send me the output of both gdalinfo and 'ncdump -h <a href="http://yourfile.nc">yourfile.nc</a>'</div>
<div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">[2] <a href="http://cf-pcmdi.llnl.gov/documents/cf-conventions/1.6/cf-conventions.html">http://cf-pcmdi.llnl.gov/documents/cf-conventions/1.6/cf-conventions.html</a><br>
<div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><span class="HOEnZb"><font color="#888888"><br><br></font></span></div>
<span class="HOEnZb"><font color="#888888">Peng<br>
</font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 20, 2013 at 3:38 PM, Etienne Tourigny <span dir="ltr"><<a href="mailto:etourigny.dev@gmail.com" target="_blank">etourigny.dev@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Please look at the netcdf docs at [1]<div><br></div><div>When there are various variables in a netcdf ffile, gdal treats them as subdatasets, you can only operate on one at a time.</div>

<div><br></div><div>calling gdalinfo on the netcdf file will reveal the special names used to access each subdataset<br>
<br>[1] <a href="http://www.gdal.org/frmt_netcdf.html" target="_blank">http://www.gdal.org/frmt_netcdf.html</a></div><div><br></div><div><br><div class="gmail_quote"><div><div>On Mon, May 20, 2013 at 3:34 PM, Peng Fu <span dir="ltr"><<a href="mailto:fupenghzau@gmail.com" target="_blank">fupenghzau@gmail.com</a>></span> wrote:<br>


</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>I used the gdal_translate to store the netcdf data into geotiff file, but it just gave me an error:<br>


</div>Input file contains subdatasets. Please, select one of them for reading.<br>
<br>command:<br>gdal_translate -of GTiff -b 9 -a_srs EPSG:4326  BAND_02.nc  /test.tif<br><br></div>Does anyone know what is the problem?<br><br></div>Thanks!<span><font color="#888888"><br><br></font></span></div>
<span><font color="#888888">Peng<br></font></span></div>
<br></div></div>_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br>