---
jupytext:
  formats: md:myst
  text_representation:
    extension: .md
    format_name: myst
kernelspec:
  name: python3
  display_name: Python 3
---

```{include} ../../_includes/license_block.md
```
# Recipes

```{toctree}
:hidden:
:maxdepth: 2
Recipe1: Clutter and attenuation correction plus composition for two DWD radars <recipe1>
Recipe2: Reading and visualizing an ODIM_H5 polar volume <recipe2>
Recipe3: Match spaceborn SR (GPM/TRRM) with ground radars GR <recipe3>
Recipe4: Load ODIM_H5 Volume data from DWD Open Data <recipe4>
Recipe5: Zonalstats on Cartesian Grid <recipe5>
Recipe6: Zonalstats on Polar Grid <recipe6>
```

This recipe section provides a collection of code snippets for exemplary $\omega radlib$ applications. Compared to the other notebooks, the level of documentation is a bit lower. For each recipe, we provide a short summary and a link to the example code.

Please feel to send us your recipes so we can include them on this page. Please open an issue at the [wradlib_github issue tracker](https://github.com/wradlib/wradlib) containing:

- *optional*: name and affiliation

- a suggested title of the recipe

- a short description of the recipe (max. 100 words)

- the recipe code (please add comments within the code!)

- *optional*: the data needed to run the code (or a hyperlink to the data)

- *optional*: some test output of the recipe (e.g. an image file)
