Read-only mirror of https://github.com/MeteoSwiss/pyrad-examples — MeteoSwiss. Issues & pull requests at the source.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-05-24 08:04:41 +00:00
__pycache__ added test for pyrad hydrometeor estimation on rad4alp data 2022-09-15 11:31:27 +02:00
config bug correction in config/processing/mf_odim_mtcy.txt 2023-05-24 08:04:41 +00:00
input_data added test for pyrad hydrometeor estimation on rad4alp data 2022-09-15 11:31:27 +02:00
pyrad_products_ref added example of reading a CFRadial file and plotting a CAPPI 2021-03-02 13:48:08 +00:00
pyrad_products_test added test for pyrad hydrometeor estimation on rad4alp data 2022-09-15 11:31:27 +02:00
LICENSE Initial commit 2020-07-16 16:20:19 +02:00
mch_config.py added test for pyrad hydrometeor estimation on rad4alp data 2022-09-15 11:31:27 +02:00
README.md Update README.md 2021-02-18 14:47:19 +01:00

pyrad-examples

Examples of pyrad configuration files with input and output data

Usage

To run the scripts use for example

~/pyrad/src/pyrad_proc/scripts/main_process_data.py <name_of_cfg_file_to_test> --cfgpath ~/pyrad-examples/config/processing/ --starttime 201005110000 --endtime 202005120000

<name_of_cfg_file_to_test> designates a main configuration .txt file (i.e. without prod or loc in its name), in the config/processing directory of this module.

Assuming both pyrad and pyrad-examples are installed in your main home folder.