.coveragerc
.gitignore
.gitlab-ci.yml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/getting_started.rst
docs/index.rst
docs/requirements.txt
docs/_autosummary/swe2hs.core.swe2hs_snowpack_evolution.rst
docs/_autosummary/swe2hs.core.timestep_forward.rst
docs/_autosummary/swe2hs.one_dimensional.swe2hs_1d.rst
docs/_autosummary/swe2hs.operational.process_timestep_from_nc_files.rst
docs/_autosummary/swe2hs.utils.continuous_timedeltas.rst
docs/_autosummary/swe2hs.utils.continuous_timedeltas_in_nonzero_chunks.rst
docs/_autosummary/swe2hs.utils.fill_small_gaps.rst
docs/_autosummary/swe2hs.utils.get_nonzero_chunk_idxs.rst
docs/_autosummary/swe2hs.utils.get_small_gap_idxs.rst
docs/_autosummary/swe2hs.utils.get_zeropadded_gap_idxs.rst
docs/_autosummary/swe2hs.vectorized.apply_swe2hs.rst
docs/_static/.gitignore
docs/_static/colored_layers_kuhtai_2002.png
docs/_static/pypi-white-cube.svg
docs/_static/swe2hs_logo.svg
docs/examples/transfer_one_dimensional_series.md
src/swe2hs/__init__.py
src/swe2hs/_default_model_parameters.py
src/swe2hs/core.py
src/swe2hs/one_dimensional.py
src/swe2hs/operational.py
src/swe2hs/utils.py
src/swe2hs/vectorized.py
src/swe2hs/visualization.py
src/swe2hs.egg-info/PKG-INFO
src/swe2hs.egg-info/SOURCES.txt
src/swe2hs.egg-info/dependency_links.txt
src/swe2hs.egg-info/not-zip-safe
src/swe2hs.egg-info/requires.txt
src/swe2hs.egg-info/top_level.txt
tests/conftest.py
tests/test_core.py
tests/test_one_dimensional.py
tests/test_operational.py
tests/test_utils.py
tests/test_vectorized.py
tests/test_visualization.py