LICENSE
README.md
pyproject.toml
src/minxiong_hydrocast.egg-info/PKG-INFO
src/minxiong_hydrocast.egg-info/SOURCES.txt
src/minxiong_hydrocast.egg-info/dependency_links.txt
src/minxiong_hydrocast.egg-info/entry_points.txt
src/minxiong_hydrocast.egg-info/requires.txt
src/minxiong_hydrocast.egg-info/top_level.txt
src/minxionghydrocast/__init__.py
src/minxionghydrocast/cli.py
src/minxionghydrocast/config.py
src/minxionghydrocast/region_profiles.py
src/minxionghydrocast/ingestion/__init__.py
src/minxionghydrocast/ingestion/cwa_event_collector.py
src/minxionghydrocast/ingestion/cwa_file_api.py
src/minxionghydrocast/ingestion/cwa_grid.py
src/minxionghydrocast/ingestion/cwa_history.py
src/minxionghydrocast/ingestion/cwa_history_data.py
src/minxionghydrocast/ingestion/cwa_rainfall_api.py
src/minxionghydrocast/ingestion/http_client.py
src/minxionghydrocast/ingestion/hydrological_data.py
src/minxionghydrocast/ingestion/radar_sources.py
src/minxionghydrocast/ingestion/rainfall_alerts.py
src/minxionghydrocast/ingestion/shelters.py
src/minxionghydrocast/ingestion/source_adapter.py
src/minxionghydrocast/ingestion/wra_flood_sensor_api.py
src/minxionghydrocast/ingestion/wra_rainfall_alert_api.py
src/minxionghydrocast/io/__init__.py
src/minxionghydrocast/io/csv_utils.py
src/minxionghydrocast/io/data_store.py
src/minxionghydrocast/io/research_store.py
src/minxionghydrocast/io/run_summary.py
src/minxionghydrocast/models/__init__.py
src/minxionghydrocast/models/assets.py
src/minxionghydrocast/models/baselines.py
src/minxionghydrocast/models/dataset_schemas.py
src/minxionghydrocast/models/evaluation.py
src/minxionghydrocast/models/evaluation_schemas.py
src/minxionghydrocast/models/event_evidence_schemas.py
src/minxionghydrocast/models/event_splits.py
src/minxionghydrocast/models/metrics.py
src/minxionghydrocast/models/nowcastnet_adapter.py
src/minxionghydrocast/models/radar_tensor.py
src/minxionghydrocast/models/training_schemas.py
src/minxionghydrocast/operations/__init__.py
src/minxionghydrocast/operations/alert_receiver.py
src/minxionghydrocast/operations/api.py
src/minxionghydrocast/operations/backup.py
src/minxionghydrocast/operations/collector.py
src/minxionghydrocast/operations/deployment.py
src/minxionghydrocast/operations/discord_notifications.py
src/minxionghydrocast/operations/features.py
src/minxionghydrocast/operations/gap_incidents.py
src/minxionghydrocast/operations/health.py
src/minxionghydrocast/operations/locations.py
src/minxionghydrocast/operations/schemas.py
src/minxionghydrocast/operations/shadow.py
src/minxionghydrocast/operations/snapshot_store.py
src/minxionghydrocast/pipelines/__init__.py
src/minxionghydrocast/pipelines/baseline_evaluation.py
src/minxionghydrocast/pipelines/dataset_build.py
src/minxionghydrocast/pipelines/demo.py
src/minxionghydrocast/pipelines/event_discovery.py
src/minxionghydrocast/pipelines/event_promotion.py
src/minxionghydrocast/pipelines/event_review.py
src/minxionghydrocast/pipelines/event_review_queue.py
src/minxionghydrocast/pipelines/event_split_check.py
src/minxionghydrocast/pipelines/location_reference.py
src/minxionghydrocast/pipelines/nowcastnet_smoke.py
src/minxionghydrocast/pipelines/optical_flow_evaluation.py
src/minxionghydrocast/pipelines/optical_flow_report.py
src/minxionghydrocast/pipelines/qpe_gauge_validation.py
src/minxionghydrocast/pipelines/radar_event_summary.py
src/minxionghydrocast/pipelines/radar_source_adapters.py
src/minxionghydrocast/pipelines/radar_tensor_conversion.py
src/minxionghydrocast/pipelines/tensor_baseline_evaluation.py
src/minxionghydrocast/pipelines/torch_baseline_evaluation.py
src/minxionghydrocast/pipelines/torch_baseline_training.py
src/minxionghydrocast/profiles/example-region.yaml
src/minxionghydrocast/profiles/minxiong.yaml
src/minxionghydrocast/profiles/boundaries/example-region.geojson
src/minxionghydrocast/profiles/boundaries/minxiong.geojson
src/minxionghydrocast/spatial/__init__.py
src/minxionghydrocast/spatial/admin.py
src/minxionghydrocast/spatial/coordinates.py
src/minxionghydrocast/spatial/grid.py
src/minxionghydrocast/spatial/locations.py
src/minxionghydrocast/validation/__init__.py
src/minxionghydrocast/validation/flood_labels.py
src/minxionghydrocast/validation/normalization.py
src/minxionghydrocast/validation/quality.py
src/minxionghydrocast/validation/schemas.py
tests/test_alert_receiver.py
tests/test_backup.py
tests/test_baselines.py
tests/test_cli.py
tests/test_config.py
tests/test_cwa_event_collector.py
tests/test_cwa_file_api.py
tests/test_cwa_grid.py
tests/test_cwa_history.py
tests/test_cwa_history_data.py
tests/test_cwa_rainfall_api.py
tests/test_dataset_build.py
tests/test_demo_gif.py
tests/test_deployment_metadata.py
tests/test_discord_notifications.py
tests/test_evaluation.py
tests/test_event_discovery.py
tests/test_event_review.py
tests/test_event_splits.py
tests/test_flood_labels.py
tests/test_gap_incidents.py
tests/test_http_client.py
tests/test_hydrological_data.py
tests/test_metrics.py
tests/test_nowcastnet_adapter.py
tests/test_operations_api.py
tests/test_operations_collector.py
tests/test_operations_features.py
tests/test_operations_health.py
tests/test_operations_locations.py
tests/test_optical_flow_evaluation.py
tests/test_optical_flow_report.py
tests/test_qpe_gauge_validation.py
tests/test_radar_event_summary.py
tests/test_radar_source_adapters.py
tests/test_radar_sources.py
tests/test_radar_tensor_conversion.py
tests/test_rainfall_alerts.py
tests/test_region_profiles.py
tests/test_release_metadata.py
tests/test_run_summary.py
tests/test_shadow.py
tests/test_shelters.py
tests/test_snapshot_store.py
tests/test_source_adapter.py
tests/test_spatial.py
tests/test_tensor_baseline_evaluation.py
tests/test_torch_baseline_evaluation.py
tests/test_torch_baseline_training.py
tests/test_validation.py
tests/test_wra_flood_sensor_api.py
tests/test_wra_rainfall_alert_api.py