.gitignore
.readthedocs.yaml
CHANGELOG.rst
GPL-3
LICENSE.rst
MANIFEST.in
README.rst
pyproject.toml
setup.py
.github/workflows/build_wheels.yml
.github/workflows/run-tests.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/enhydris_api_client.rst
docs/htimeseries.rst
docs/index.rst
docs/install.rst
docs/license.rst
docs/requirements.txt
docs/rocc.rst
docs/enhydris_cache/api.rst
docs/enhydris_cache/usage.rst
docs/evaporation/api.rst
docs/evaporation/usage.rst
docs/haggregate/api.rst
docs/haggregate/usage.rst
docs/hspatial/api.rst
docs/hspatial/testutils.rst
docs/hspatial/usage.rst
src/enhydris_api_client/__init__.py
src/enhydris_cache/__init__.py
src/enhydris_cache/cli.py
src/enhydris_cache/enhydris_cache.py
src/evaporation/__init__.py
src/evaporation/cli.py
src/evaporation/evaporation.py
src/haggregate/__init__.py
src/haggregate/cli.py
src/haggregate/haggregate.py
src/haggregate/regularize.c
src/haggregate/regularize.pyx
src/hspatial/__init__.py
src/hspatial/cli.py
src/hspatial/hspatial.py
src/hspatial/test.py
src/htimeseries/__init__.py
src/htimeseries/htimeseries.py
src/htimeseries/timezone_utils.py
src/pthelma/__init__.py
src/pthelma/_version.py
src/pthelma.egg-info/PKG-INFO
src/pthelma.egg-info/SOURCES.txt
src/pthelma.egg-info/dependency_links.txt
src/pthelma.egg-info/entry_points.txt
src/pthelma.egg-info/requires.txt
src/pthelma.egg-info/top_level.txt
src/rocc/__init__.py
src/rocc/calculation.c
src/rocc/calculation.pyx
tests/__init__.py
tests/enhydris_api_client/__init__.py
tests/enhydris_api_client/test_e2e.py
tests/enhydris_api_client/test_misc.py
tests/enhydris_api_client/test_station.py
tests/enhydris_api_client/test_timeseries.py
tests/enhydris_api_client/test_timeseriesgroup.py
tests/enhydris_api_client/test_tsdata.py
tests/enhydris_cache/__init__.py
tests/enhydris_cache/test_cli.py
tests/enhydris_cache/test_enhydris_cache.py
tests/evaporation/__init__.py
tests/evaporation/test_cli.py
tests/evaporation/test_evaporation.py
tests/haggregate/__init__.py
tests/haggregate/test_cli.py
tests/haggregate/test_haggregate.py
tests/haggregate/test_regularize.py
tests/hspatial/__init__.py
tests/hspatial/test_cli.py
tests/hspatial/test_hspatial.py
tests/htimeseries/__init__.py
tests/htimeseries/test_htimeseries.py
tests/htimeseries/test_timezone_utils.py
tests/rocc/__init__.py
tests/rocc/test_rocc.py