[](https://github.com/pycomlink/pycomlink/actions/workflows/main.yml) [](https://mybinder.org/v2/gh/pycomlink/pycomlink/master) [](https://pycomlink.readthedocs.io/en/latest/) [](https://doi.org/10.5281/zenodo.4810169)
Anaconda Version [](https://anaconda.org/conda-forge/pycomlink) [](https://anaconda.org/conda-forge/pycomlink)
pycomlink
A python toolbox for deriving rainfall information from commercial microwave link (CML) data.
Installation
pycomlink is tested with Python 3.10, 3.11, 3.12, and 3.13. Many things might work with older version, but there is no support for this.
It can be installed via [conda-forge](https://conda-forge.org/):
$ conda install -c conda-forge pycomlink
If you are new to conda or if you are unsure, it is recommended to [create a new conda environment, activate it](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands), [add the conda-forge channel](https://conda-forge.org/) and then install.
Installation via pip is also possible:
$ pip install pycomlink
At the time of writing, with pycomlink v0.4.0 which dropped tensorflow as dependency, pip install works fine. But, if we add new dependencies in the future, we might again run into issues with pip install.
To run the example notebooks you will also need the [Jupyter Notebook](https://jupyter.org/) and ipython, both also available via conda or pip.
If you want to clone the repository for developing purposes follow these steps (installation of Jupyter Notebook included):
$ git clone https://github.com/pycomlink/pycomlink.git $ cd pycomlink $ conda env create -f environment_dev.yml $ conda activate pycomlink-dev $ cd .. $ pip install -e pycomlink
Usage
The following jupyter notebooks showcase some use cases of pycomlink
[Basic example CML processing workflow](http://nbviewer.jupyter.org/github/pycomlink/pycomlink/blob/master/notebooks/Basic%20CML%20processing%20workflow.ipynb)
[Compare interpolation methods](https://nbviewer.org/github/pycomlink/pycomlink/blob/master/notebooks/Compare%20interpolation%20methods.ipynb)
[Get radar data along CML paths](https://nbviewer.org/github/pycomlink/pycomlink/blob/master/notebooks/Get%20radar%20rainfall%20along%20CML%20paths.ipynb)
[Nearby-link approach for rain event detection from RAINLINK](https://nbviewer.org/github/pycomlink/pycomlink/blob/master/notebooks/Nearby%20link%20approach%20processing%20example.ipynb)
[Compare different WAA methods](https://nbviewer.org/github/pycomlink/pycomlink/blob/master/notebooks/Wet%20antenna%20attenuation.ipynb)
[Detect data gaps stemming from heavy rainfall events that cause a loss of connection along a CML](https://nbviewer.org/github/pycomlink/pycomlink/blob/master/notebooks/Blackout%20gap%20detection%20examples.ipynb)
Note that the links point to static versions of the example notebooks. You can run all these notebook online via mybinder if you click on the “launch binder” buttom at the top.
Features
- Perform all required CML data processing steps to derive rainfall information from raw signal levels:
data sanity checks
~~anomaly detection~~ (removed because using outdated tensorflow code)
wet/dry classification
baseline calculation
wet antenna correction
transformation from attenuation to rain rate
Generate rainfall maps from the data of a CML network
Validate you results against gridded rainfall data or rain gauges networks
Documentation
The documentation is hosted by readthedocs.org: [https://pycomlink.readthedocs.io/en/latest/](https://pycomlink.readthedocs.io/en/latest/)
Release files for pycomlink 0.6.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pycomlink-0.6.0.tar.gz | 25.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pycomlink-0.6.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 51.0 MB
Release files / pycomlink-0.6.0.tar.gz
| Download URL | pycomlink-0.6.0.tar.gz |
|---|---|
| Size | 25.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
634888f29326203532a7e2de550f375eb6c27782070b2a40f2f8a806acf95dab
|
|
BLAKE2b-256 checksum How to use checksums |
10fc94b1ab649f6c4be7c1b46e1b36066291d09b91328f24d8c703a6906fef98
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|
Release files / pycomlink-0.6.0-py3-none-any.whl
| Download URL | pycomlink-0.6.0-py3-none-any.whl |
|---|---|
| Size | 25.6 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
03e7e030e473aa4effa6bdf48ee8cf9178f9ba32e4bd6a2255266f0c109bbd91
|
|
BLAKE2b-256 checksum How to use checksums |
5b5f45ff65f55d29c0c9e2151ab85feb257ada7e5a411761cbd10948fcb93941
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|