meteoForecast-package {meteoForecast} | R 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
https://www.meteogalicia.gal/web/modelos/threddsIndex.action?request_locale=es
https://www.ncei.noaa.gov/thredds/catalog/model-gfs-003-files/catalog.html
https://www.ncei.noaa.gov/thredds/catalog/model-nam218/catalog.html
https://www.ncei.noaa.gov/thredds/catalog/model-rap130/catalog.html