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

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


# Tutorials and Examples

This section provides a collection of example code snippets to make users familiar with $\omega radlib$ and weather radar data processing.

```{toctree}
:maxdepth: 1   
Python Intro <notebooks/python/learnpython>
wradlib Basics <notebooks/basics/basics>
Data Input/Output <notebooks/fileio/fileio>
Visualization <notebooks/visualisation/plotting>
Attenuation Correction <notebooks/attenuation/attenuation>
Beam Blockage <notebooks/beamblockage/beamblockage>
Echo Classification <notebooks/classify/classify>
Georeferencing <notebooks/georeferencing/georeferencing>
Interpolation <notebooks/interpolation/interpolation>
Gauge Adjustment <notebooks/multisensor/gauge_adjustment>
Verification <notebooks/verification/verification>
Zonal Statistics <notebooks/zonalstats/zonalstats>
Recipes <notebooks/workflow/recipes>
RADOLAN Guide <https://docs.wradlib.org/projects/radolan>
```