.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
DISCLAIMER.md
LICENSE.md
README.md
code.json
environment-dev.yml
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/build.yml
.github/workflows/docs.yml
.github/workflows/pypi.yml
docs/Makefile
docs/source/.nojekyll
docs/source/conf.py
docs/source/index.rst
docs/source/examples/cumulative_hydrograph_examples.rst
docs/source/examples/flow_duration_curve_examples.rst
docs/source/examples/index.rst
docs/source/examples/percentile_calculation_examples.rst
docs/source/examples/raster_hydrograph_examples.rst
docs/source/examples/regional_runoff_calculations.nblink
docs/source/examples/similarity_examples.rst
docs/source/examples/single_gage_analysis.nblink
docs/source/examples/single_gage_n_day_flows_analysis.nblink
docs/source/examples/site_conditions_examples.nblink
docs/source/examples/streamflow_duration_hydrograph_examples.rst
docs/source/examples/example_data/huc_props_tbl_conus.csv
docs/source/meta/calculations.rst
docs/source/meta/contributing.rst
docs/source/meta/disclaimer.rst
docs/source/meta/glossary.rst
docs/source/meta/installation.rst
docs/source/reference/huc8_runoff_example.gif
docs/source/reference/hyswap.png
docs/source/reference/index.rst
docs/source/reference/nidis_drought.png
docs/source/reference/nwd.png
docs/source/reference/waterwatch.png
docs/source/reference/waterwatch_brownblue.png
docs/source/reference/waterwatch_drought.png
docs/source/reference/waterwatch_flood.png
example_notebooks/regional_runoff_calculations.ipynb
example_notebooks/single_gage_analysis.ipynb
example_notebooks/single_gage_n_day_flows_analysis.ipynb
example_notebooks/site_conditions_examples.ipynb
example_notebooks/example_data/huc_props_tbl_conus.csv
hyswap/__init__.py
hyswap/_version.py
hyswap/cumulative.py
hyswap/exceedance.py
hyswap/percentiles.py
hyswap/plots.py
hyswap/rasterhydrograph.py
hyswap/runoff.py
hyswap/similarity.py
hyswap/utils.py
hyswap.egg-info/PKG-INFO
hyswap.egg-info/SOURCES.txt
hyswap.egg-info/dependency_links.txt
hyswap.egg-info/requires.txt
hyswap.egg-info/scm_file_list.json
hyswap.egg-info/scm_version.json
hyswap.egg-info/top_level.txt
tests/demo_weights.json
tests/demo_weights_table.csv
tests/gen_demo_runoff_data.py
tests/test_cumulative.py
tests/test_exceedance.py
tests/test_percentiles.py
tests/test_plots.py
tests/test_rasterhydrograph.py
tests/test_runoff.py
tests/test_similarity.py
tests/test_utils.py