Meteorology: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(+mods)
(→‎Meteorology: v.vol.rst tut)
Line 16: Line 16:
* {{cmd|v.surf.rst}} - useful for 2D spline interpolation between sparse data points.
* {{cmd|v.surf.rst}} - useful for 2D spline interpolation between sparse data points.


* {{cmd|v.vol.rst}} - useful for 3D spline interpolation between sparse data points. See the Slovakia 3D precipitation voxel isosurfaces screenshot on the {{website|screenshots/viz.php|visualization screenshots}} page. Tutorial can be found in the grass book.(??)
* {{cmd|v.vol.rst}} - useful for 3D spline interpolation between sparse data points. See the Slovakia 3D precipitation voxel isosurfaces screenshot on the {{website|screenshots/viz.php|visualization screenshots}} page. Tutorial can be found in the [http://www.grassbook.org/data_menu2nd.php GRASS book 2nd Ed.], chapter 7.





Revision as of 10:43, 19 May 2009

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)
  • r.series - useful for time series analysis of raster data.
  • v.surf.rst - useful for 2D spline interpolation between sparse data points.