LICENSE
README.md
pyproject.toml
setup.py
src/itzi_core/__init__.py
src/itzi_core/array_definitions.py
src/itzi_core/const.py
src/itzi_core/data_containers.py
src/itzi_core/drainage.py
src/itzi_core/hotstart.py
src/itzi_core/hydrology.py
src/itzi_core/infiltration.py
src/itzi_core/itzi_error.py
src/itzi_core/massbalance.py
src/itzi_core/profiler.py
src/itzi_core/rasterdomain.py
src/itzi_core/report.py
src/itzi_core/simulation.py
src/itzi_core/simulation_builder.py
src/itzi_core/surfaceflow.py
src/itzi_core/swmm_input_parser.py
src/itzi_core.egg-info/PKG-INFO
src/itzi_core.egg-info/SOURCES.txt
src/itzi_core.egg-info/dependency_links.txt
src/itzi_core.egg-info/requires.txt
src/itzi_core.egg-info/top_level.txt
src/itzi_core/compute/__init__.py
src/itzi_core/compute/hydrology.c
src/itzi_core/compute/hydrology.pyx
src/itzi_core/compute/partial_inertia_h.c
src/itzi_core/compute/partial_inertia_h.pyx
src/itzi_core/compute/partial_inertia_q.c
src/itzi_core/compute/partial_inertia_q.pyx
src/itzi_core/compute/rastermetrics.c
src/itzi_core/compute/rastermetrics.pyx
src/itzi_core/compute/snippets.c
src/itzi_core/compute/snippets.pyx
src/itzi_core/providers/__init__.py
src/itzi_core/providers/base.py
src/itzi_core/providers/csv_output.py
src/itzi_core/providers/domain_data.py
src/itzi_core/providers/icechunk_output.py
src/itzi_core/providers/memory_input.py
src/itzi_core/providers/memory_output.py
src/itzi_core/providers/xarray_input.py
tests/test_5by5.py
tests/test_analytic.py
tests/test_array_definitions.py
tests/test_boundaries.py
tests/test_csv_vector_output.py
tests/test_drainage.py
tests/test_ea8a.py
tests/test_flow.py
tests/test_hotstart_integration.py
tests/test_hotstart_state_loading.py
tests/test_hotstart_timed_inputs.py
tests/test_hotstart_writer_loader.py
tests/test_icechunk_output.py
tests/test_infiltration.py
tests/test_massbalance.py
tests/test_max_values.py
tests/test_memory_input.py
tests/test_rastermetrics.py
tests/test_sloped_channel.py
tests/test_stats.py
tests/test_swmm_hotstart_roundtrip.py
tests/test_wse.py
tests/test_xarray_input.py