Last data update: 2014.03.03

R: Access to several Numerical Weather Prediction services both...
meteoForecast-packageR Documentation

Access to several Numerical Weather Prediction services both in raster format and as a time series for a location.

Description

meteoForecast is a package to access outputs from Numerical Weather Prediction models both in raster format and as a time series for a location. Currenty it works with GFS, MeteoGalicia, NAM, and RAP.

Details

getRaster, getRasterDay, and getRasterDays get data inside a bounding box and provide a multilayer raster data using the RasterBrick class defined in the package raster.

getPoint, getPointDays, and getPointRuns get data for a certain location and produce a time series using the zoo class.

Author(s)

Oscar Perpiñán, with contributions from Marcelo Almeida

References

http://www.meteogalicia.es/web/modelos/threddsIndex.action

http://nomads.ncdc.noaa.gov/thredds/catalog/gfs-004/catalog.html

http://nomads.ncdc.noaa.gov/thredds/catalog/nam218/catalog.html

http://nomads.ncdc.noaa.gov/thredds/catalog/rap130/catalog.html

See Also

raster zoo

Results