Installation

Dependencies

WRaINfo was not designed to be a self-contained library. Besides extensive use of xarray and \(\omega radlib\), WRaINfo uses additional libraries, which you might need to install before you can use WRaINfo depending on your system and installation procedure.

Package

min

recommended

numpy

>= 1.9

>= 1.21.0

scipy

>= 1.0

>= 1.7.0

wradlib

>= 1.15.0

>= 2.0.0

xarray

>= 0.17

>= 0.20.2

rioxarray

>= 0.11.2

= 0.12.0

You can check whether the required Dependencies are available on your computer by opening a Python console and enter:

>>> import wrainfo

This will be the response in case the package is not available. In case the import is successful, you should also check the version number:

>>> wrainfo.__version__
some version number

The version number should be consistent with the above Dependencies.

Python version

Note

WRaINfo has been tested with Python 3.6+., i.e., should be fully compatible with all Python versions from 3.6 onwards.