LICENSE
MANIFEST.in
README.md
setup.py
notebooks/Basic CML processing workflow.ipynb
notebooks/Blackout gap detection examples.ipynb
notebooks/Compare interpolation methods.ipynb
notebooks/Get radar rainfall along CML paths.ipynb
notebooks/Nearby link approach processing example.ipynb
notebooks/Rain event detection methods.ipynb
notebooks/Wet antenna attenuation.ipynb
notebooks/outdated_notebooks/Baseline determination.ipynb
notebooks/outdated_notebooks/Compare min-max data and instantaneous data.ipynb
notebooks/outdated_notebooks/Spatial interpolation.ipynb
notebooks/outdated_notebooks/Use CML data from CSV file.ipynb
pycomlink/__init__.py
pycomlink.egg-info/PKG-INFO
pycomlink.egg-info/SOURCES.txt
pycomlink.egg-info/dependency_links.txt
pycomlink.egg-info/pbr.json
pycomlink.egg-info/requires.txt
pycomlink.egg-info/top_level.txt
pycomlink/io/__init__.py
pycomlink/io/cmlh5_to_xarray.py
pycomlink/io/examples.py
pycomlink/io/example_data/75_cmls.h5
pycomlink/io/example_data/75_cmls_min_max.h5
pycomlink/io/example_data/example_areal_reference_data.nc
pycomlink/io/example_data/example_cml_data.nc
pycomlink/io/example_data/example_path_averaged_reference_data.nc
pycomlink/io/example_data/gap0_gap4_2012.csv
pycomlink/io/example_data/one_cml.h5
pycomlink/processing/__init__.py
pycomlink/processing/baseline.py
pycomlink/processing/blackout_gap_detection.py
pycomlink/processing/k_R_relation.py
pycomlink/processing/min_max.py
pycomlink/processing/nearby_rain_retrival.py
pycomlink/processing/wet_antenna.py
pycomlink/processing/xarray_wrapper.py
pycomlink/processing/anomaly_detection/__init__.py
pycomlink/processing/wet_dry/__init__.py
pycomlink/processing/wet_dry/mlp.py
pycomlink/processing/wet_dry/nearby_wetdry.py
pycomlink/processing/wet_dry/stft.py
pycomlink/processing/wet_dry/mlp_model_files/model_rad.pkl
pycomlink/processing/wet_dry/mlp_model_files/model_rad_online.pkl
pycomlink/processing/wet_dry/mlp_model_files/model_rg.pkl
pycomlink/processing/wet_dry/mlp_model_files/model_rg_online.pkl
pycomlink/spatial/__init__.py
pycomlink/spatial/coverage.py
pycomlink/spatial/helper.py
pycomlink/spatial/idw.py
pycomlink/spatial/interpolator.py
pycomlink/tests/__init__.py
pycomlink/tests/test_blackout_gap_detection.py
pycomlink/tests/test_cmlh5_to_xarray.py
pycomlink/tests/test_idw.py
pycomlink/tests/test_interpolator.py
pycomlink/tests/test_k_R_relation.py
pycomlink/tests/test_nearby_rainfall.py
pycomlink/tests/test_nearby_wetdry.py
pycomlink/tests/test_stats.py
pycomlink/tests/test_validator.py
pycomlink/tests/test_wet_antenna.py
pycomlink/tests/test_wet_dry_mlp.py
pycomlink/tests/test_xarray_workflow.py
pycomlink/tests/test_xarray_wrapper.py
pycomlink/tests/utils.py
pycomlink/tests/test_data/75_cmls_processed.h5
pycomlink/util/__init__.py
pycomlink/util/maintenance.py
pycomlink/util/temporal.py
pycomlink/validation/__init__.py
pycomlink/validation/stats.py
pycomlink/validation/validator.py