.editorconfig
.gitignore
LICENSE
MANIFEST.in
README.md
environment.yml
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
docs/automatic_weather_stations.md
docs/changelog.md
docs/contributing.md
docs/easysnowdata.md
docs/faq.md
docs/hydrology.md
docs/index.md
docs/installation.md
docs/remote_sensing.md
docs/topography.md
docs/usage.md
docs/utils.md
docs/examples/automatic_weather_station_examples.ipynb
docs/examples/hydroclimatology_examples.ipynb
docs/examples/mt_rainier.geojson
docs/examples/remote_sensing_examples.ipynb
docs/examples/topography_examples.ipynb
docs/overrides/main.html
easysnowdata/__init__.py
easysnowdata/automatic_weather_stations.py
easysnowdata/easysnowdata.py
easysnowdata/hydroclimatology.py
easysnowdata/remote_sensing.py
easysnowdata/topography.py
easysnowdata/utils.py
easysnowdata.egg-info/PKG-INFO
easysnowdata.egg-info/SOURCES.txt
easysnowdata.egg-info/dependency_links.txt
easysnowdata.egg-info/entry_points.txt
easysnowdata.egg-info/requires.txt
easysnowdata.egg-info/top_level.txt
tests/__init__.py
tests/test_automatic_weather_stations.py
tests/test_easysnowdata.py
tests/test_hydrology.py
tests/test_remote_sensing.py
tests/test_topography.py
tests/test_utils.py