Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Latest commit

 

History

History
104 lines (78 loc) · 3.5 KB

index.rst

File metadata and controls

104 lines (78 loc) · 3.5 KB

wradlib: An Open Source Library for Weather Radar Data Processing

Release:{release}
Date: |today|
notebooks:{notebooks}
docs:{docs}

The \omega radlib project has been initiated in order facilitate the use of weather radar data as well as to provide a common platform for research on new algorithms. \omega radlib is an open source library which is well documented and easy to use. It is written in the free programming language Python. As of version 1.3 \omega radlib is Python 3 only.

Note

Please cite \omega radlib as Heistermann, M., Jacobi, S., and Pfaff, T.: Technical Note: An open source library for processing weather radar data (wradlib), Hydrol. Earth Syst. Sci., 17, 863-871, doi:10.5194/hess-17-863-2013, 2013

images/old_radarpic.png

Weather radar data is potentially useful in meteorology, hydrology and risk management. Its ability to provide information on precipitation with high spatio-temporal resolution over large areas makes it an invaluable tool for short term weather forecasting or flash flood forecasting.

\omega radlib is designed to assist you in the most important steps of processing weather radar data. These may include: reading common data formats, georeferencing, converting reflectivity to rainfall intensity, identifying and correcting typical error sources (such as clutter or attenuation) and visualising the data.

This documentation is under steady development. It provides a complete library reference as well as a set of tutorials which will get you started in working with \omega radlib.

Documentation

Installation

.. toctree::
   :maxdepth: 1
   :hidden:
   :caption: Getting started

   installation
   docker
   ide

User Guide

.. toctree::
   :maxdepth: 1
   :hidden:
   :caption: Tutorials & examples

   user_guide
   notebooks/fileio
   Attenuation Correction <notebooks/attenuation/wradlib_attenuation>
   Echo Classification <notebooks/classify>
   notebooks/georeferencing
   plotting
   Interpolation <notebooks/interpolation/wradlib_ipol_example>
   Rainfall Adjustment <notebooks/multisensor/wradlib_adjust_example>
   notebooks/zonalstats/wradlib_zonalstats_classes
   specials

Help & reference

.. toctree::
   :maxdepth: 1
   :hidden:
   :caption: Help & reference

   reference
   community
   dev_guide
   zreferences
   release_notes

License

wradlib is available under the open source MIT License.

Indices and tables