.editorconfig
.gitignore
AUTHORS.txt
CHANGELOG.rst
CODE_OF_CONDUCT.txt
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
environment.yml
setup.cfg
setup.py
.github/workflows/docs.yml
.github/workflows/test_cov.yml
.github/workflows/tests.yml
docs/Makefile
docs/background.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/quickstart.rst
docs/reference.rst
docs/utils.py
docs/_static/ftypes.png
docs/_static/pyflwdir.png
envs/pyflwdir-docs.yml
envs/pyflwdir-test.yml
notebooks/basins.ipynb
notebooks/elevation_indices.ipynb
notebooks/flwdir.ipynb
notebooks/from_dem.ipynb
notebooks/rhine_d8.tif
notebooks/rhine_elv0.tif
notebooks/streams.ipynb
notebooks/tracing.ipynb
notebooks/upscaling.ipynb
notebooks/utils.py
pyflwdir/__init__.py
pyflwdir/arithmetics.py
pyflwdir/basins.py
pyflwdir/core.py
pyflwdir/core_conversion.py
pyflwdir/core_d8.py
pyflwdir/core_ldd.py
pyflwdir/core_nextxy.py
pyflwdir/dem.py
pyflwdir/flwdir.py
pyflwdir/gis_utils.py
pyflwdir/pyflwdir.py
pyflwdir/regions.py
pyflwdir/rivers.py
pyflwdir/streams.py
pyflwdir/subgrid.py
pyflwdir/upscale.py
pyflwdir.egg-info/PKG-INFO
pyflwdir.egg-info/SOURCES.txt
pyflwdir.egg-info/dependency_links.txt
pyflwdir.egg-info/requires.txt
pyflwdir.egg-info/top_level.txt
tests/conftest.py
tests/flwdir.asc
tests/flwdir1.asc
tests/test_arithmetics.py
tests/test_core.py
tests/test_core_xx.py
tests/test_dem.py
tests/test_gis_utils.py
tests/test_pyflwdir.py
tests/test_streams_basins.py
tests/test_subgrid.py
tests/test_upscale.py