Meteorology: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(→‎Meteorology: v.vol.rst tut)
(+ d.rast.arrow screenshot)
Line 9: Line 9:


* Work in progress: ''d.barb'': Displays wind barbs or variable length straw diagrams given either two raster maps, or vector point data. Like {{cmd|d.rast.arrow}}, input data is given as magnitude and direction.  (Hamish)
* Work in progress: ''d.barb'': Displays wind barbs or variable length straw diagrams given either two raster maps, or vector point data. Like {{cmd|d.rast.arrow}}, input data is given as magnitude and direction.  (Hamish)
[[Image:D_rast_arrow_magnitude.png|thumb|right|200px|d.rast.arrow at work]]


* {{cmd|r.in.gdal}} - useful for importing raster data from [http://www.gdal.org/formats_list.html very many source data formats].
* {{cmd|r.in.gdal}} - useful for importing raster data from [http://www.gdal.org/formats_list.html very many source data formats].

Revision as of 20:03, 15 April 2010

Meteorology

GRASS used together with R-stats provides a powerful toolset to analyse meteorological time series and to perform spatio-temporal interpolation.


  • Work in progress: d.barb: Displays wind barbs or variable length straw diagrams given either two raster maps, or vector point data. Like d.rast.arrow, input data is given as magnitude and direction. (Hamish)
d.rast.arrow at work
  • r.series - useful for time series analysis of raster data.
  • v.surf.rst - useful for 2D spline interpolation between sparse data points.