LICENSE
README.md
pyproject.toml
ai_hydro/__init__.py
ai_hydro/citations.py
ai_hydro/hydro_map_cli.py
ai_hydro/analysis/__init__.py
ai_hydro/analysis/baseflow.py
ai_hydro/analysis/curve_number.py
ai_hydro/analysis/geomorphic.py
ai_hydro/analysis/plots.py
ai_hydro/analysis/signatures.py
ai_hydro/analysis/twi.py
ai_hydro/analysis/watershed.py
ai_hydro/analysis/delineation/__init__.py
ai_hydro/analysis/delineation/delineator_adapter.py
ai_hydro/analysis/delineation/dem_conditioning.py
ai_hydro/analysis/delineation/dem_fetch.py
ai_hydro/analysis/delineation/merit_snap.py
ai_hydro/analysis/delineation/nldi_point.py
ai_hydro/analysis/delineation/pysheds_pipeline.py
ai_hydro/analysis/delineation/router.py
ai_hydro/analysis/delineation/types.py
ai_hydro/analysis/delineation/utils.py
ai_hydro/community/__init__.py
ai_hydro/core/__init__.py
ai_hydro/core/digest.py
ai_hydro/core/types.py
ai_hydro/data/__init__.py
ai_hydro/data/forcing.py
ai_hydro/data/hydro_search.py
ai_hydro/data/landcover.py
ai_hydro/data/merit_download.py
ai_hydro/data/merit_manager.py
ai_hydro/data/merit_manifest.yaml
ai_hydro/data/merit_map_layers.py
ai_hydro/data/region_presets.py
ai_hydro/data/soil.py
ai_hydro/data/streamflow.py
ai_hydro/data/wbd_layers.py
ai_hydro/gee/__init__.py
ai_hydro/gee/auth.py
ai_hydro/gee/cli.py
ai_hydro/gee/contracts.py
ai_hydro/gee/map_layers.py
ai_hydro/gee/presets.py
ai_hydro/gee/timeseries.py
ai_hydro/knowledge/__init__.py
ai_hydro/knowledge/loader.py
ai_hydro/knowledge/models.py
ai_hydro/knowledge/synthesis.py
ai_hydro/knowledge/library_refs/folium.json
ai_hydro/knowledge/library_refs/geopandas.json
ai_hydro/knowledge/library_refs/hydrofunctions.json
ai_hydro/knowledge/library_refs/matplotlib.json
ai_hydro/knowledge/library_refs/numpy.json
ai_hydro/knowledge/library_refs/pandas.json
ai_hydro/knowledge/library_refs/py3dep.json
ai_hydro/knowledge/library_refs/pygeohydro.json
ai_hydro/knowledge/library_refs/pygridmet.json
ai_hydro/knowledge/library_refs/pynhd.json
ai_hydro/knowledge/library_refs/pysheds.json
ai_hydro/knowledge/library_refs/rasterio.json
ai_hydro/knowledge/library_refs/shapely.json
ai_hydro/knowledge/library_refs/torch.json
ai_hydro/knowledge/library_refs/xarray.json
ai_hydro/mcp/__init__.py
ai_hydro/mcp/__main__.py
ai_hydro/mcp/app.py
ai_hydro/mcp/enforcement.py
ai_hydro/mcp/helpers.py
ai_hydro/mcp/map_commands.py
ai_hydro/mcp/map_events.py
ai_hydro/mcp/map_layer_catalog.py
ai_hydro/mcp/preview_commands.py
ai_hydro/mcp/registry.py
ai_hydro/mcp/resources.py
ai_hydro/mcp/tools_analysis.py
ai_hydro/mcp/tools_artifacts.py
ai_hydro/mcp/tools_citations.py
ai_hydro/mcp/tools_course.py
ai_hydro/mcp/tools_docs.py
ai_hydro/mcp/tools_execution.py
ai_hydro/mcp/tools_gee.py
ai_hydro/mcp/tools_knowledge.py
ai_hydro/mcp/tools_ledger.py
ai_hydro/mcp/tools_map.py
ai_hydro/mcp/tools_modelling.py
ai_hydro/mcp/tools_preview.py
ai_hydro/mcp/tools_project.py
ai_hydro/mcp/tools_session.py
ai_hydro/mcp/tools_skills.py
ai_hydro/mcp/tools_validators.py
ai_hydro/mcp/tools_workflows.py
ai_hydro/modelling/__init__.py
ai_hydro/modelling/metrics.py
ai_hydro/modelling/runner.py
ai_hydro/modelling/conceptual/__init__.py
ai_hydro/modelling/conceptual/hbv.py
ai_hydro/modelling/neural/__init__.py
ai_hydro/modelling/neural/lstm.py
ai_hydro/session/__init__.py
ai_hydro/session/models.py
ai_hydro/session/persona.py
ai_hydro/session/project.py
ai_hydro/session/sharding.py
ai_hydro/session/store.py
ai_hydro/skills/__init__.py
ai_hydro/skills/registry.py
ai_hydro/tools/__init__.py
ai_hydro/utils/__init__.py
ai_hydro/utils/path_resolver.py
ai_hydro/utils/validators.py
ai_hydro/validators/models.py
ai_hydro/workflows/loader.py
ai_hydro/workflows/models.py
aihydro_tools.egg-info/PKG-INFO
aihydro_tools.egg-info/SOURCES.txt
aihydro_tools.egg-info/dependency_links.txt
aihydro_tools.egg-info/entry_points.txt
aihydro_tools.egg-info/requires.txt
aihydro_tools.egg-info/top_level.txt
tests/test_bench.py
tests/test_delineation.py
tests/test_gee_cli.py
tests/test_gee_contracts.py
tests/test_hydrology_tools.py
tests/test_knowledge_registry.py
tests/test_ledger.py
tests/test_mcp_gee_tools.py
tests/test_mcp_integration.py
tests/test_physics_validators.py
tests/test_provenance.py
tests/test_reference_gauges.py
tests/test_sharding.py
tests/test_skills_linter.py
tests/test_staleness.py
tests/test_tool_tiers.py
tests/test_tools_map.py
tests/test_validators.py
tests/test_workflows.py