LICENSE
README.md
pyproject.toml
aihydro_data/__init__.py
aihydro_data/_pipeline.py
aihydro_data/_version.py
aihydro_data/cli.py
aihydro_data/contracts.py
aihydro_data/exceptions.py
aihydro_data.egg-info/PKG-INFO
aihydro_data.egg-info/SOURCES.txt
aihydro_data.egg-info/dependency_links.txt
aihydro_data.egg-info/entry_points.txt
aihydro_data.egg-info/requires.txt
aihydro_data.egg-info/top_level.txt
aihydro_data/cache/__init__.py
aihydro_data/cache/manifest.py
aihydro_data/geometry/__init__.py
aihydro_data/geometry/batch.py
aihydro_data/geometry/measures.py
aihydro_data/help_topics/__init__.py
aihydro_data/help_topics/auth.md
aihydro_data/help_topics/batch.md
aihydro_data/help_topics/caching.md
aihydro_data/help_topics/deprecations.md
aihydro_data/help_topics/errors.md
aihydro_data/help_topics/fallback.md
aihydro_data/help_topics/first_fetch.md
aihydro_data/help_topics/products.md
aihydro_data/mcp/__init__.py
aihydro_data/products/__init__.py
aihydro_data/products/dem.py
aihydro_data/products/et.py
aihydro_data/products/landcover.py
aihydro_data/products/optical.py
aihydro_data/products/precipitation.py
aihydro_data/products/soil.py
aihydro_data/products/soil_moisture.py
aihydro_data/products/streamflow.py
aihydro_data/products/temperature.py
aihydro_data/products/vegetation.py
aihydro_data/routing/__init__.py
aihydro_data/routing/detect.py
aihydro_data/routing/policy.py
aihydro_data/routing/regions.py
aihydro_data/sampling/__init__.py
aihydro_data/sampling/catchment.py
aihydro_data/sampling/chunked.py
aihydro_data/skills/__init__.py
aihydro_data/sources/__init__.py
aihydro_data/sources/_common.py
aihydro_data/sources/_retry.py
aihydro_data/sources/base.py
aihydro_data/sources/cds_glofas.py
aihydro_data/sources/direct_api.py
aihydro_data/sources/geoglows_retro.py
aihydro_data/sources/hyriver.py
aihydro_data/sources/openmeteo_flood.py
aihydro_data/sources/stac.py
aihydro_data/sources/_gee_vendored/__init__.py
aihydro_data/sources/_gee_vendored/auth.py
aihydro_data/sources/_gee_vendored/cli.py
aihydro_data/sources/_gee_vendored/contracts.py
aihydro_data/sources/_gee_vendored/map_layers.py
aihydro_data/sources/_gee_vendored/presets.py
aihydro_data/sources/_gee_vendored/timeseries.py
aihydro_data/sources/gee/__init__.py
aihydro_data/sources/gee/_composite.py
aihydro_data/sources/gee/_download.py
aihydro_data/transforms/__init__.py
aihydro_data/transforms/cloud_mask.py
aihydro_data/transforms/indices.py
aihydro_data/viz/__init__.py
aihydro_data/viz/_common.py
aihydro_data/viz/_compare.py
aihydro_data/viz/auto.py
aihydro_data/viz/hydrology.py
aihydro_data/viz/spatial.py
tests/test_auto_batch.py
tests/test_cache_and_batch.py
tests/test_indices.py
tests/test_layering.py
tests/test_live_backends.py
tests/test_live_sweep.py
tests/test_mcp_tools.py
tests/test_open_meteo.py
tests/test_optical_products.py
tests/test_phase1_fixes.py
tests/test_phase2_integrity.py
tests/test_phase3_products.py
tests/test_phase3_routing_cache.py
tests/test_phase4_products.py
tests/test_phase_d_robustness.py
tests/test_routing.py
tests/test_sampling.py
tests/test_scaffold.py
tests/test_stac.py
tests/test_viz.py