If GDAL can read it then GRASS should be able to as well, all versions being equal. 'r.in.gdal -f' (in grass 6.5 anyway) gets its format list directly from libgdal.. so as Markus suggests check for new & old version of gdal. For GRIB support you'll probably want to use the very latest GDAL release as it is new there and still maturing. You need a gdal version >1.5.
if gdal tools can see it, an in-between work-around is to convert the grib to geotiff with gdal_translate, then load the geotiff into grass. see http://grass.osgeo.org/wiki/GRIB be warned: https://trac.osgeo.org/gdal/ticket/2550 https://trac.osgeo.org/gdal/ticket/2637 Hamish _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
