--- language: - en license: cc-by-4.0 size_categories: - 100GB 0.5m) ### Task B: Spatiotemporal Forecasting (Recursive) **Goal:** Real-time recursive flood forecasting. - **Input:** Static DEM and Dynamic Flood Depth sequence ($t-11 \dots t$, previous 1 hour). - **Forcing:** Rainfall intensity at $t$ and future steps. - **Output:** Predicted flood depth at future time steps (e.g., $t+1 \dots t+12$). ## 5. Dataset Structure ``` . ├── 6hr_max/ # Maximum depth maps for Task A │ └── {CityID}_{Rain}mm_MaxDepth.tif ├── {CityID}{TileID}/ # Full time-series for Task B │ ├── {CityID}_DEM.tif # Static Digital Elevation Model │ └── {CityID}_{Rain}mm_WaterDepth_{Time}.tif # Temporal depth frames └── cities_rainfall.json # Metadata for rainfall intensities ``` ## 6. Data Splitting Strategy To ensure robustness and test generalization to unseen topographies, we split by City: - **Train:** HOU, DAL, OKC, NYC, ATL, ORL - **Validation:** AUS, MIA - **Test:** LA, SF ## 7. Citation If you use this dataset in your research, please cite: ``` (Citation info pending publication) ```