Rainforest documentation!

This python library provides a set of tools and lookup tables to

  • Compute QPE maps using the RandomForest algorithm (qpe module)

  • Load, update and extract SQL queries on the gauge-radar database (database module)

  • Train the RandomForest algorithm using data from that database (ml module)

  • Perform various operations on MeteoSwiss data such as read and plot file or retrieve COSMO or radar data from archive (common module)

as well as a command line (interface) to run most of the commands interactively.

Note

On the CSCS, the source code is stored under /store/msrad/radar/rainforest/ and the database under /store/msrad/radar/radar_database/

Usage

How to use the code on balfrin

Reference

Comprehensive description of all the modules and functions available in the library.

Examples

A few examples of use

Contents