README.md

caliver

An R package for the calibration and verification of gridded models

DOI R-CMD-check Codecov test coverage

CRAN Status Badge CRAN Total Downloads CRAN Monthly Downloads

caliver is a package developed for the R programming language. The name stands for calIbration and verification of gridded models. Although caliver was initially designed for wildfire danger models such as GEFF (developed by ECMWF) and RISICO (developed by CIMA Research Foundation), the algorithms can be applied to any gridded model output. Caliver is available with an APACHE-2 license.

For more details, please see the following papers:

Installation

The installation of the caliver package depends on the following libraries:

Make sure you have the above libraries installed before attempting to install caliver. Once all the dependencies are installed, get caliver's development version from github using devtools:

install.packages("remotes")
remotes::install_github("ecmwf/caliver")

Alternatively, the stable version of this package is available on CRAN and can be installed as shown below.

install.packages("caliver")

Load the package:

library("caliver")

Docker

In this repository you find a Dockerfile that contains all the necessary dependencies and the caliver package already installed.

docker build -t ecmwf/caliver:latest -f Dockerfile .

Alternatively, you can use the image we host on docker hub:

docker run -it --rm ecmwf/caliver:latest bash

Meta



ecmwf/caliver documentation built on March 25, 2022, 6:59 a.m.