.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/changelog.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/getting_started.rst
docs/index.rst
docs/requirements.txt
docs/_autosummary/swe2hs.one_dimensional.convert_1d.rst
docs/_autosummary/swe2hs.stepwise.process_timestep_from_nc_files.rst
docs/_autosummary/swe2hs.two_dimensional.convert_2d.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.visualization.groupby_hydroyear.rst
docs/_autosummary/swe2hs.visualization.layer_plot.rst
docs/_static/.gitignore
docs/_static/SLF_Logo_cmyk.svg
docs/_static/colored_layers_kuhtai_2002.png
docs/_static/pypi-blue-cube.svg
docs/_static/swe2hs_logo.svg
docs/examples/transfer_one_dimensional_series.md
docs/examples/transfer_two_dimensional_dataarray.md
src/swe2hs/__init__.py
src/swe2hs/_core.py
src/swe2hs/_default_model_parameters.py
src/swe2hs/one_dimensional.py
src/swe2hs/stepwise.py
src/swe2hs/two_dimensional.py
src/swe2hs/utils.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_stepwise.py
tests/test_two_dimensional.py
tests/test_utils.py
tests/test_visualization.py