Does anybody have any experience with integrating NetCDF data into GRASS?
That's a ton of great data and I'm wondering if there's a direct way of
importing such files into a GRASS database. I've seen scripts that convert
them to ArcGRID format, but that's not a very elegant solution, especially
if you're dealing with long time series.
Does anybody have any experience with integrating NetCDF data into GRASS?
No experience myself, but gdal can read them, so you should be able to
get them into grass.
Cheers,
Rainer
That's a ton of great data and I'm wondering if there's a direct way of
importing such files into a GRASS database. I've seen scripts that convert
them to ArcGRID format, but that's not a very elegant solution, especially
if you're dealing with long time series.
Thanks a bunch!
Daniel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
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,
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.
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.
To my opinion QGIS or GRASS should have a similar interface to as JGrass
to time dependant modelled data sets.