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">http://www.gdal.org/frmt_netcdf.html</a></div><div><br></div><div><br><div class="gmail_quote">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>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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 class="HOEnZb"><font color="#888888"><br><br></font></span></div>
<span class="HOEnZb"><font color="#888888">Peng<br></font></span></div>
<br>_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">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>