Getting started with wradlib¶
This section provides a collection of example code snippets to make users familiar with \(\omega radlib\).
Examples List
- Get wradlib version
- Typical Workflow for Radar-Based RainfallEstimation
- Introduction
- Reading the data
- Clutter removal
- Attenuation correction
- Vertical Profile of Reflectivity
- Conversion of Reflectivity into Rainfall
- Rainfall accumulation
- Georeferencing and Projection
- Gridding
- Adjustment by rain gage observations
- Verification and quality control
- Visualisation and mapping
- Data export to other applications
- From Reflectivity to Rainfall
- Plot Polar Data asPPI
- Read a polar data set from the German Weather Service
- Simple ways to plot this dataset
- Plotting just one sector
- Adding a crosshair to the PPI
- Placing the polar data in a projected Cartesian reference system
- Some side effects of georeferencing
- Simple Plot on Mercator-Map using cartopy
- More decorations and annotations
- wradlib in an hour