.gitignore
.readthedocs.yaml
LICENSE.txt
README.md
pyproject.toml
requirements-gh-action.txt
requirements-mypy.txt
setup.cfg
.github/FUNDING.yml
.github/workflows/linting.yml
.github/workflows/testing.yml
.github/workflows/typing.yml
GeoAnalyze/__init__.py
GeoAnalyze/core.py
GeoAnalyze/file.py
GeoAnalyze/packagedata.py
GeoAnalyze/raster.py
GeoAnalyze/shape.py
GeoAnalyze/stream.py
GeoAnalyze/visual.py
GeoAnalyze/watershed.py
GeoAnalyze.egg-info/PKG-INFO
GeoAnalyze.egg-info/SOURCES.txt
GeoAnalyze.egg-info/dependency_links.txt
GeoAnalyze.egg-info/requires.txt
GeoAnalyze.egg-info/top_level.txt
GeoAnalyze/data/dem_extended_Oulanka_Finland.tif
GeoAnalyze/data/lake.cpg
GeoAnalyze/data/lake.dbf
GeoAnalyze/data/lake.prj
GeoAnalyze/data/lake.shp
GeoAnalyze/data/lake.shx
GeoAnalyze/data/stream_Oulanka.cpg
GeoAnalyze/data/stream_Oulanka.dbf
GeoAnalyze/data/stream_Oulanka.prj
GeoAnalyze/data/stream_Oulanka.shp
GeoAnalyze/data/stream_Oulanka.shx
docs/GeoAnalyze.rst
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/geoprocessing.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/make.bat
docs/modules.rst
docs/quickstart.rst
docs/requirements-docs.txt
docs/submodules.rst
docs/watershed.rst
docs/_static/dem_all_delineation.png
docs/_static/dem_delineation.png
docs/_static/dem_extended_to_basin.png
tests/test_file.py
tests/test_raster.py
tests/test_shape.py
tests/test_stream.py
tests/test_visual.py
tests/test_watershed.py