--- license: odbl task_categories: - other language: - en tags: - geospatial - disaster-risk-reduction - hazard-mapping - philippines - flood - landslide - storm-surge - gis - climate size_categories: - 10GB5m) │ └── metadata_stormsurge.txt └── NOAH_License.pdf ``` Each province is provided as a separate ZIP archive containing ESRI Shapefiles (.shp, .shx, .dbf, .prj, etc.). Example shapefile attributes for flood hazard: ```json { "Var": 3, "geometry": "POLYGON ((121.0 14.5, 121.1 14.5, ...))" } ``` ### Data Fields #### Flood Hazard Maps - `Var`: Hazard classification indicator (Integer) - `1`: Low hazard (0-0.5 meters flood depth) - `2`: Medium hazard (>0.5-1.5 meters flood depth) - `3`: High hazard (>1.5 meters flood depth) Hazard levels consider both flood depth and velocity. Areas with shallow but fast-flowing water may have higher hazard levels than depth alone would indicate. #### Landslide Hazard Maps - `HAZ`: Hazard classification indicator (Integer) - `1`: Low hazard - Build only with continuous monitoring - `2`: Medium hazard - Build only with slope protection and intervention; continuous monitoring - `3`: High hazard - No dwelling zone #### Storm Surge Hazard Maps - `HAZ`: Hazard classification indicator (Integer) - `1`: Low hazard (0.2m < max depth < 0.5m, and 0 < max depth × velocity < 0.5 sq.m/s) - `2`: Medium hazard (0.5m < max depth < 1.5m, or 0.5 < max depth × velocity < 1.5 sq.m/s) - `3`: High hazard (max depth > 1.5m, or max depth × velocity > 1.5 sq.m/s) Storm Surge Advisory (SSA) levels correspond to peak storm tide heights: - SSA 1: 2.01m to 3m - SSA 2: 3.01m to 4m - SSA 3: 4.01m to 5m - SSA 4: More than 5m ### Data Splits The dataset is organized by hazard type and scenario rather than traditional train/validation/test splits: | Hazard Type | Scenarios | Provinces | Description | |-------------|-----------|-----------|-------------| | Flood | 3 (5yr, 25yr, 100yr) | 80 | Return period-based flood maps | | Landslide | 2 (Hazards, Debris Flow) | 82 | Susceptibility and runout maps | | Storm Surge | 4 (SSA 1-4) | 68 | Advisory level-based inundation maps | ## Dataset Creation ### Source Data This data was sourced from the downloadable products of [Project NOAH](https://drive.google.com/drive/folders/1ALE4-E9c-4AGjm1fqiPprWHrLUskeY9o?usp=drive_link). ### Annotations ### Personal and Sensitive Information This dataset does not contain personal or sensitive information. It consists entirely of geospatial hazard zone delineations at the provincial and municipal level. ## Additional Information ### Licensing Information The downloadable products of Project NOAH hosted in this server are open data licensed under the Open Data Commons Open Database License (ODC-ODbL). The full details of the license can be found here: https://opendatacommons.org/licenses/odbl/1.0/. You are free to download, copy, transmit, redistribute, and adapt our data provided that Project NOAH and its contributors are always properly attributed. Please refer to the accompanying readme file for citations and references on how to use the data. If you alter or build upon our data, you may only distribute the result under the same license (ODC-ODbL).