LICENSE
README.md
pyproject.toml
src/swat_dg.egg-info/PKG-INFO
src/swat_dg.egg-info/SOURCES.txt
src/swat_dg.egg-info/dependency_links.txt
src/swat_dg.egg-info/requires.txt
src/swat_dg.egg-info/top_level.txt
src/swat_modern/__init__.py
src/swat_modern/app/__init__.py
src/swat_modern/app/_win32_dialog.ps1
src/swat_modern/app/_win32_dialog.py
src/swat_modern/app/calibration_runner.py
src/swat_modern/app/loading_utils.py
src/swat_modern/app/main.py
src/swat_modern/app/session_persistence.py
src/swat_modern/app/pages/1_Project_Setup.py
src/swat_modern/app/pages/2_Watershed_Map.py
src/swat_modern/app/pages/3_Simulation_Results.py
src/swat_modern/app/pages/4_Observation_Data.py
src/swat_modern/app/pages/5_Parameter_Editor.py
src/swat_modern/app/pages/6_Calibration.py
src/swat_modern/app/pages/7_Results.py
src/swat_modern/calibration/__init__.py
src/swat_modern/calibration/boundary_manager.py
src/swat_modern/calibration/calibrator.py
src/swat_modern/calibration/diagnostic_calibrator.py
src/swat_modern/calibration/diagnostics.py
src/swat_modern/calibration/load_calculator.py
src/swat_modern/calibration/objectives.py
src/swat_modern/calibration/parameters.py
src/swat_modern/calibration/phased_calibrator.py
src/swat_modern/calibration/sequential.py
src/swat_modern/calibration/simulation_optimizer.py
src/swat_modern/calibration/spotpy_setup.py
src/swat_modern/core/__init__.py
src/swat_modern/core/config.py
src/swat_modern/core/model.py
src/swat_modern/core/results.py
src/swat_modern/core/runner.py
src/swat_modern/data/__init__.py
src/swat_modern/data/dem.py
src/swat_modern/data/landcover.py
src/swat_modern/data/soil.py
src/swat_modern/data/weather.py
src/swat_modern/io/__init__.py
src/swat_modern/io/nwis_loader.py
src/swat_modern/io/observation_loader.py
src/swat_modern/io/unit_converter.py
src/swat_modern/io/wq_observation_loader.py
src/swat_modern/io/converters/__init__.py
src/swat_modern/io/converters/converter.py
src/swat_modern/io/converters/parameter_mapper.py
src/swat_modern/io/converters/routing_builder.py
src/swat_modern/io/converters/swat2012_writer.py
src/swat_modern/io/converters/swatplus_reader.py
src/swat_modern/io/converters/weather_converter.py
src/swat_modern/io/generators/__init__.py
src/swat_modern/io/generators/parameter_modifier.py
src/swat_modern/io/parsers/__init__.py
src/swat_modern/io/parsers/bsn_parser.py
src/swat_modern/io/parsers/cio_parser.py
src/swat_modern/io/parsers/fig_parser.py
src/swat_modern/io/parsers/mgt_parser.py
src/swat_modern/io/parsers/output_parser.py
src/swat_modern/io/parsers/parameter_reader.py
src/swat_modern/io/parsers/result_browser.py
src/swat_modern/io/parsers/sol_parser.py
src/swat_modern/spatial/__init__.py
src/swat_modern/spatial/map_builder.py
src/swat_modern/spatial/shapefile_loader.py
src/swat_modern/visualization/__init__.py
src/swat_modern/visualization/dashboard.py
src/swat_modern/visualization/diagnostics.py
src/swat_modern/visualization/duration_curve.py
src/swat_modern/visualization/hydrograph.py
src/swat_modern/visualization/metrics_table.py
src/swat_modern/visualization/plotly_charts.py
src/swat_modern/visualization/scatter.py
src/swat_modern/visualization/sensitivity.py