WRaINfo: An Open Source Library for Weather Radar Information ============================================================= WRaINfo is a software to process FURUNO weather radar data. The FURUNO raw data can already provide useful visual information about the spatial distribution of precipitation events. But in order to use the FURUNO data for quantitative studies, the raw data have to be processed in order to account for typical error sources such as ground clutter, uncertainties in polarimetric variables and in the z-R relationship as well as attenuation of the radar signal. Therefore, this python package has been developed for processing FURUNO weather radar data. .. note:: The WRaINfo package was only tested for the weather radar type WR2120 and WR2100 of FURUNO. .. note:: * Please cite our software metapaper as Künzel, A., Mühlbauer, K., Neelmeijer, J. and Spengler, D., 2023. WRaINfo: An Open Source Library for Weather Radar INformation for FURUNO Weather Radars Based on Wradlib. Journal of Open Research Software, 11(1), p.9.DOI: https://doi.org/10.5334/jors.453 * Please cite the WRaINfo as Künzel, A., Mühlbauer, K., Neelmeijer, J., & Spengler, D. (2022). WRaINfo - An open source library for weather radar information. Zenodo. https://doi.org/10.5281/zenodo.7220832 * Please cite also the :math:`\omega radlib` python package 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 `_ Package status -------------- .. image:: https://git.gfz-potsdam.de/fernlab/products/furuno/wrainfo/badges/main/pipeline.svg :target: https://git.gfz-potsdam.de/fernlab/products/furuno/wrainfo/pipelines :alt: Pipelines .. image:: https://git.gfz-potsdam.de/fernlab/products/furuno/wrainfo/badges/main/coverage.svg :target: https://fernlab.git-pages.gfz-potsdam.de/products/furuno/wrainfo/coverage/ :alt: Coverage Documentation ------------- **Getting started** * :doc:`installation` .. toctree:: :maxdepth: 1 :hidden: :caption: Getting started installation **Tutorials & Examples** * :doc:`tutorials_and_examples/tutorials_and_examples` * :doc:`tutorials_and_examples/reader_module` * :doc:`tutorials_and_examples/data_input` * :doc:`tutorials_and_examples/clutter_detection_module` * :doc:`tutorials_and_examples/attenuation_correction_module` * :doc:`tutorials_and_examples/precipitation_estimation_module` * :doc:`tutorials_and_examples/geometry_module` * :doc:`tutorials_and_examples/further_features` .. toctree:: :maxdepth: 1 :hidden: :caption: Tutorials & Examples tutorials_and_examples/tutorials_and_examples tutorials_and_examples/reader_module tutorials_and_examples/data_input tutorials_and_examples/clutter_detection_module tutorials_and_examples/attenuation_correction_module tutorials_and_examples/precipitation_estimation_module tutorials_and_examples/geometry_module tutorials_and_examples/further_features **Process chains** * :doc:`process_chains/introduction` * :doc:`process_chains/clutter_chain` * :doc:`process_chains/static_cmap` * :doc:`process_chains/wr_routine_furuno_level2a` .. toctree:: :maxdepth: 1 :hidden: :caption: Process chains process_chains/introduction process_chains/clutter_chain process_chains/static_cmap process_chains/wr_routine_furuno_level2a **Help & References** * :doc:`modules` * :doc:`contributing` * :doc:`authors` * :doc:`history` .. toctree:: :maxdepth: 1 :hidden: :caption: Help & References modules contributing authors history Source code repository License ------- Licensed under the Apache License, Version 2.0 Credits ------- .. |FERNLOGO| image:: /images/fernlab_logo.png :width: 10 % .. list-table:: :widths: 30 15 :header-rows: 0 :class: borderless * - |FERNLOGO| * - WRaINfo has been developed by `FERN.Lab `_, the Helmholtz Innovation Lab "Remote sensing for sustainable use of resources", located at the `Helmholtz Centre Potsdam, GFZ German Research Centre for Geosciences `_. FERN.Lab is funded by the `Initiative and Networking Fund of the Helmholtz Association `_. Development Team: - Alice Künzel, *Helmholtz Centre Potsdam German Research Centre for Geosciences GFZ,* *Section 1.4 - Remote Sensing and Geoinformatics* - Kai Mühlbauer, *University of Bonn*, *Institute of Geosciences - Meteorology Section* - Julia Neelmeijer, *Helmholtz Centre Potsdam German Research Centre for Geosciences GFZ,* *Section 1.4 - Remote Sensing and Geoinformatics* - Daniel Spengler (until March 2023), *Helmholtz Centre Potsdam German Research Centre for Geosciences GFZ,* *Section 1.4 - Remote Sensing and Geoinformatics* This package was created with Cookiecutter_ and the `fernlab/cookiecutter-pypackage`_ project template. The test data represent raw data of the weather radar FURUNO and files which are created with the WRaINfo package. .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`fernlab/cookiecutter-pypackage`: https://github.com/fernlab/cookiecutter-pypackage .. _coverage: https://fernlab.git-pages.gfz-potsdam.de/products/furuno/wrainfo/coverage/ Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search`