.flake8
.gitignore
.pre-commit-config.yaml
LICENCE
README.md
pyproject.toml
pytest.ini
.github/ci-config.yml
.github/ci-hpc-config.yml
.github/workflows/cd.yml
.github/workflows/ci.yml
.github/workflows/downstream-ci.yml
.github/workflows/label-public-pr.yml
.github/workflows/test-pypi.yml
docs/images/accuflux.gif
docs/images/catchment.gif
docs/images/subcatchment.gif
docs/notebooks/example.ipynb
src/earthkit/hydro/__init__.py
src/earthkit/hydro/_version.py
src/earthkit/hydro/accumulation.py
src/earthkit/hydro/catchments.py
src/earthkit/hydro/core.py
src/earthkit/hydro/distance.py
src/earthkit/hydro/length.py
src/earthkit/hydro/metrics.py
src/earthkit/hydro/movement.py
src/earthkit/hydro/network_class.py
src/earthkit/hydro/readers.py
src/earthkit/hydro/river_network.py
src/earthkit/hydro/subcatchments.py
src/earthkit/hydro/upstream.py
src/earthkit/hydro/utils.py
src/earthkit/hydro/zonal.py
src/earthkit_hydro.egg-info/PKG-INFO
src/earthkit_hydro.egg-info/SOURCES.txt
src/earthkit_hydro.egg-info/dependency_links.txt
src/earthkit_hydro.egg-info/requires.txt
src/earthkit_hydro.egg-info/top_level.txt
tests/conftest.py
tests/test_accumulation.py
tests/test_catchment.py
tests/test_distance.py
tests/test_movement.py
tests/test_river_network.py
tests/utils.py
tests/test_inputs/accumulation.py
tests/test_inputs/catchment.py
tests/test_inputs/distance.py
tests/test_inputs/movement.py
tests/test_inputs/readers.py
tests/test_inputs/river_networks.py
tests/test_inputs/subnetwork.py