Package 'cmsaf'

Title: A Toolbox for CM SAF NetCDF Data
Description: The Satellite Application Facility on Climate Monitoring (CM SAF) is a ground segment of the European Organization for the Exploitation of Meteorological Satellites (EUMETSAT) and one of EUMETSATs Satellite Application Facilities. The CM SAF contributes to the sustainable monitoring of the climate system by providing essential climate variables related to the energy and water cycle of the atmosphere (<https://www.cmsaf.eu>). It is a joint cooperation of eight National Meteorological and Hydrological Services. The 'cmsaf' R-package includes a 'shiny' based interface for an easy application of the 'cmsafops' and 'cmsafvis' packages - the CM SAF R Toolbox. The Toolbox offers an easy way to prepare, manipulate, analyse and visualize CM SAF NetCDF formatted data. Other CF conform NetCDF data with time, longitude and latitude dimension should be applicable, but there is no guarantee for an error-free application. CM SAF climate data records are provided for free via (<https://wui.cmsaf.eu/safira>). Detailed information and test data are provided on the CM SAF webpage (<http://www.cmsaf.eu/R_toolbox>).
Authors: Steffen Kothe [aut, cre], Danny Parsons [ctb]
Maintainer: Steffen Kothe <[email protected]>
License: GPL (>= 3)
Version: 3.5.1
Built: 2024-11-23 05:34:52 UTC
Source: https://github.com/cmsaf/cmsaf-r-tools

Help Index


cmsaf: A user-friendly Toolbox for preparing, manipulating, analyzing and visualizing satellite-based CM SAF NetCDF formatted data.

Description

The 'cmsafops' functions are manipulating NetCDF input files and write the result in a separate output file. The functions were designed and tested for CM SAF NetCDF data, but most of the functions can be applied to other NetCDF data, which use the CF convention and time, latitude, longitude dimensions. As interface This package uses functionalities of the cmsafops and cmsafvis packages.

Author(s)

Maintainer: Steffen Kothe [email protected]

Other contributors:

See Also

Useful links:


Run the CMSAF R Toolbox.

Description

Run the interactive shiny-based CM SAF R Toolbox. It uses functions from cmsafops and cmsafvis.

Usage

run_toolbox(...)

Arguments

...

Arguments to be passed to runApp.

Examples

## Not run: run_toolbox(launch.browser = TRUE)