Skip to content

R package for working with gridded meteorological data

License

Notifications You must be signed in to change notification settings

kobebryant432/meteogrid

 
 

Repository files navigation

meteogrid

A toolbox for working with and viewing gridded (meteorological) data

meteogrid (which used to be called geogrid until 2018) is a toolbox for gridded data, mainly focussed on meteorological (model) data. It offers tools for visualisation, interpolation etc. It does not contain routines for decoding of binary data formats. Therefore, meteogrid will typically be used together with Rgrib2 (package for GRIB decoding) or possibly Rfa (internal to the ACCORD consortium).

Installation

The installation requires that you first install the PROJ library for map projections. This may be obtained from http://proj.org

# install.packages("remotes")
remotes::install_github("harphub/meteogrid")

About

R package for working with gridded meteorological data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 86.1%
  • C++ 8.4%
  • M4 3.8%
  • Shell 1.7%