pycomlink

Examples

  • Basic CML processing workflow
  • Compare interpolation methods
  • Wet antenna attenuation estimation methods
  • Compare wet-dry classification methods
  • Example of the rain event detection and rainfall retrieval using the nearby appraoch from Overeem et al. (2016)
  • Ger radar rainfall along CML paths
  • Use pytorch models
  • Use TensorFlow models

Help & reference

  • API
  • What's new
pycomlink
  • pycomlink.tests package
  • View page source

pycomlink.tests package

Submodules

pycomlink.tests.test_cmlh5_to_xarray module

class pycomlink.tests.test_cmlh5_to_xarray.Testcmlh5tonetcdf(methodName='runTest')

Bases: TestCase

test_cmlh5_to_xarray_fun()
pycomlink.tests.test_cmlh5_to_xarray.get_test_data_path()

pycomlink.tests.test_interpolator module

class pycomlink.tests.test_interpolator.TestIdwKdtreeInterpolator(methodName='runTest')

Bases: TestCase

test_with_nans()
test_without_float()
test_without_nans()
class pycomlink.tests.test_interpolator.TestOrdiniaryKrigingInterpolator(methodName='runTest')

Bases: TestCase

test_with_nans()
test_without_nans()
class pycomlink.tests.test_interpolator.Test_clim_var_param(methodName='runTest')

Bases: TestCase

test_different_dates_and_accumulation_times()

pycomlink.tests.test_stats module

class pycomlink.tests.test_stats.TestWetDryandRainErrorfunctions(methodName='runTest')

Bases: TestCase

test_RainError_with_simple_arrays()
test_WetDryError_with_simple_arrays()
test_mcc_against_sklearns_mcc()
test_mcc_with_zero_wet_prediction()

pycomlink.tests.test_validator module

pycomlink.tests.test_wet_antenna module

class pycomlink.tests.test_wet_antenna.TestEpswater(methodName='runTest')

Bases: TestCase

test_with_f_array()
class pycomlink.tests.test_wet_antenna.TestWaaLeijnse2008(methodName='runTest')

Bases: TestCase

test_with_R_array()
class pycomlink.tests.test_wet_antenna.TestWaaLeijnse2008FromAobs(methodName='runTest')

Bases: TestCase

test_error_with_negative_R()
test_with_R_array()
class pycomlink.tests.test_wet_antenna.TestWaaPastorek2021(methodName='runTest')

Bases: TestCase

test_with_R_array()
class pycomlink.tests.test_wet_antenna.TestWaaPastorek2021FromAobs(methodName='runTest')

Bases: TestCase

test_error_with_negative_R()
test_with_R_array()
class pycomlink.tests.test_wet_antenna.TestWaaSchleiss2013(methodName='runTest')

Bases: TestCase

test_with_synthetic_data()

pycomlink.tests.test_wet_dry_cnn module

pycomlink.tests.test_xarray_workflow module

pycomlink.tests.test_xarray_workflow.init_data()
pycomlink.tests.test_xarray_workflow.test_baseline_constant_kwarg()
pycomlink.tests.test_xarray_workflow.test_calc_R_from_A()
pycomlink.tests.test_xarray_workflow.test_waa_leijnse_kwarg()
pycomlink.tests.test_xarray_workflow.test_waa_schleiss_kwarg()

pycomlink.tests.utils module

pycomlink.tests.utils.get_test_data_path()
pycomlink.tests.utils.load_and_clean_example_cml()
pycomlink.tests.utils.load_processed_cml_list()

Module contents


© Copyright 2021, Christian Chwala.

Built with Sphinx using a theme provided by Read the Docs.