RAVL documentation
This page provides detailed documentation for RAVL. A higher level overview of the RAVL virtual lab is available on the lab overview page.
Viewpoints
Mathematical description
ToDo: A mathematical description of the workflow.
Computational description
ToDo: How is the algorithm converted into computational methods?
Engineering implementation / Architecture
The following processes take place in the RAVL data processing pipeline:
- Notebook cell Download-KNMI requests data from the KNMI open data platform.
- KNNI data is returned to NaaVRE and locally stored.
- Notebook cell KNMI-to-odim-converter retrieves the local data, pre-processes it, and stores it in a Minio object store.
- Notebook cell PVOL-VP-converter retrieves the pre-processed data and sends it to the vol2bird using the command-line interface.
- The vol2bird algorithm returns vertical profiles of biological scatters to PVOL-VP-converter.
- Notebook cell PVOL-VP-converter stores the vertical profiles in Minio object store.