Skip to content

wradlib/wradlib

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* util.py: Update crs default value in cross_section_ppi

The new default value for crs in cross_section_ppi is "None":
crs = kwargs.get("crs", "None")

This fixes an issue with the altitude value of the georeferenced object.

* Update release_notes.md

added note on new default value for crs in cross_section_ppi
e3d03e3

Git stats

Files

Permalink
Failed to load latest commit information.

README

wradlib 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.

Join the chat at https://gitter.im/wradlib/wradlib

To anyone who wants to use a bleeding edge version of wradlib from this repository:

wradlib uses GitHub Actions for Continuous Integration. This means that once new code is pushed to the wradlib repository, a suite of tests and checks are run. In case the tests run without failure, a new documentation will be built on readthedocs and is available at the wradlib documentation website.

Below you see the status of wradlib. A green status indicates that the current revision of wradlib did pass the tests successfully. You should be aware of that a green status is not a guarantee that the latest revision is bug free. It just means that our tests did not find any bugs. Also, the status of code coverage, of ReadTheDocs documentation builds and of availability of wradlib conda package is displayed.

Package Status

Item Status
Github Latest Build Status
Github Release Build Status
Codecov codecov
RTD Latest ReadTheDocs Latest
RTD Stable ReadTheDocs Stable
Anaconda Latest Anaconda Latest
Anaconda Version Anaconda Status

Documentation

For further information on wradlib (getting started, library reference, development setup, ...), please see our homepage:

https://wradlib.org

Specific information for developers is available via the wradlib-wiki.

Citing wradlib

You can cite wradlib using the DOI below, or select the fitting zenodo DOI if you want to cite a distinct wradlib version by following the link.

DOI

User forum

In order to stay tuned, we recommend that you register to the openradar discourse.

Found any bugs or want to add wishes

Create an issue here.