LICENSE
README.md
pyproject.toml
gradeit/__init__.py
gradeit/coordinate.py
gradeit/core.py
gradeit/exceptions.py
gradeit/grade.py
gradeit/io.py
gradeit/plotting.py
gradeit/py.typed
gradeit.egg-info/PKG-INFO
gradeit.egg-info/SOURCES.txt
gradeit.egg-info/dependency_links.txt
gradeit.egg-info/requires.txt
gradeit.egg-info/top_level.txt
gradeit/elevation/__init__.py
gradeit/elevation/elevation_model.py
gradeit/elevation/tiff_reader.py
gradeit/elevation/usgs_api.py
gradeit/elevation/usgs_local.py
gradeit/filters/__init__.py
gradeit/filters/_util.py
gradeit/filters/bridge.py
gradeit/filters/elevation_filter.py
gradeit/filters/savitzky_golay.py
gradeit/filters/wood2014.py
tests/test_bridge_filter.py
tests/test_docs_data.py
tests/test_elevation.py
tests/test_filtering.py
tests/test_grade.py
tests/test_gradeit.py
tests/test_imports.py
tests/test_io.py
tests/test_plotting.py
tests/test_wood2014.py