Hello Lee,<br><br>I dug out this script i used a few years ago, using gdal_translate to go from netcdf to multiband GTiff, then r.in.gdal to bring into GRASS. This example extracts monthly rainfall for 1963,<br>I think there were (and believe still are) problems with gdal when configured for both hdf and netcdf formats - I believe you cant have both which (if still true) is too bad, because lots of climate related data come in both of these 2 formats.<br>
<br>hope this helps,<br>Vishal<br><div style="margin-left: 40px;"><br><i>#!/bin/bash<br>yr=1963<br>month=0<br>echo &quot;yr is $yr Working on map Rain$yr&quot;<br>gdal_translate -of GTiff -b $((month+1)) -b $((month+2)) -b $((month+3)) -b $((month+4)) -b $((month+5)) -b $((month+6)) -b $((month+7)) -b $((month+8)) -b $((month+9)) -b $((month+10)) -b $((month+11)) -b $((month+12)) -a_ullr 22.5 6 42 -12.5 <a href="http://rainafrica.nc">rainafrica.nc</a> Rain$yr<br>
echo &quot;converting Rain$yr from Gtiff to Grass&quot;<br>r.in.gdal -ok input=Rain$yr output=Rain$yr<br>done</i><br></div><br><div class="gmail_quote">On Wed, Sep 8, 2010 at 4:30 PM, LeeDaniel <span dir="ltr">&lt;<a href="mailto:Lee.Daniel.1986@gmail.com">Lee.Daniel.1986@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Great, thanks a bunch! Dumb mistake on my part that I missed that :P<br>
<font color="#888888">--<br>
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/NetCDF-Data-in-GRASS-tp5506213p5512700.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/NetCDF-Data-in-GRASS-tp5506213p5512700.html</a><br>

</font><div class="im">Sent from the Grass - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
</div><div><div></div><div class="h5">grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Vishal K. Mehta, PhD<br>Scientist<br>Stockholm Environment Institute - US<br>133 D St Suite F<br>Davis CA 95616<br><a href="http://www.sei-us.org">www.sei-us.org</a><br>