Ticket Contents
Description
Flash flood susceptibility mapping at the sub-basin level helps identify areas prone to sudden flooding events. This information is crucial for hazard assessment, disaster management, and planning mitigation strategies. Using GEE, raster layers of flash flood susceptibility can be generated, vectorized, and integrated into Micro Watershed (MWS) and sub-basin-level reports.
Goals
Goals
- Compute flash flood susceptibility for sub-basins using topographic, hydrological, and land use/land cover datasets.
- Generate raster layers representing susceptibility at sub-basin scale.
- Vectorize raster outputs to create sub-basin-level polygons.
- Publish raster and vector outputs as Earth Engine assets with metadata.
- Enable visualization and analysis of flash flood hazard patterns.
- Generate MWS reports highlighting areas of high susceptibility.
Expected Outcome
Expected Output
- Raster dataset showing flash flood susceptibility per sub-basin.
- Vectorized sub-basin polygons with attributes:
- Susceptibility class (low, moderate, high)
- Area (km²)
- Relevant metrics (slope, flow accumulation, land cover)
- Published Earth Engine assets (raster + vector) with metadata.
- GEE visualizations showing susceptibility patterns across sub-basins.
- MWS-level report summarizing flash flood susceptibility.
- Validation report confirming coverage, accuracy, and proper classification.
Acceptance Criteria
Acceptance Criteria
Data Acquisition
- Input datasets (DEM, LULC, rainfall, soil type) must be preprocessed and clipped to sub-basin boundaries.
- Resolution standardized for sub-basin analysis.
- Flow accumulation and hydrological networks computed.
Raster Computation
- Flash flood susceptibility raster computed per sub-basin using weighted indicators (slope, land cover, rainfall intensity, drainage density).
- Entire study area covered without gaps.
- Classification thresholds documented (low, moderate, high susceptibility).
Vectorization
- Raster outputs converted to sub-basin polygons using
reduceToVectors() in GEE.
- Each polygon includes:
- Susceptibility class
- Area (km²)
- Relevant metrics
- Polygons must align with sub-basin boundaries.
Asset Publishing
- Raster and vector datasets published as Earth Engine assets.
- Metadata includes source datasets, resolution, processing date, and classification methodology.
Quality & Validation
- Coverage check: all sub-basins included.
- Accuracy check: susceptibility classes validated against historical flood records.
- Attribute check: all polygons include class, area, and metrics.
- GEE visualization confirms correct spatial distribution of susceptibility.
Implementation Details
Implementation Details
Data Sources
- DEM (e.g., SRTM 30m)
- LULC datasets
- Rainfall data (e.g., CHIRPS, IMD)
- Soil type and texture maps
- Sub-basin boundary shapefiles
Processing
- Compute hydrological parameters: slope, flow accumulation, drainage density.
- Apply weighted model for flash flood susceptibility per pixel.
- Generate raster outputs for entire study area and clip to sub-basins.
Vectorization & Publishing
- Convert raster outputs into sub-basin polygons using
reduceToVectors().
- Include attributes: class, area, slope, flow accumulation, LULC metrics.
- Upload raster and vector layers as EE assets with metadata.
Visualization
- Color-coded raster and vector layers in GEE (low = green, moderate = yellow, high = red).
- Overlay sub-basin boundaries for hazard assessment.
Validation
- Compare outputs with historical flood events.
- Spot-check polygons for correct attribute classification.
- Generate validation report documenting coverage, accuracy, and attribute completeness.
Mockups/Wireframes
No response
Product Name
KYL
Organisation Name
C4GT
Domain
No response
Tech Skills Needed
Python
Organizational Mentor
@amanodt @ankit-work7 @kapildadheech
Angel Mentor
No response
Complexity
Medium
Category
Backend
Ticket Contents
Description
Flash flood susceptibility mapping at the sub-basin level helps identify areas prone to sudden flooding events. This information is crucial for hazard assessment, disaster management, and planning mitigation strategies. Using GEE, raster layers of flash flood susceptibility can be generated, vectorized, and integrated into Micro Watershed (MWS) and sub-basin-level reports.
Goals
Goals
Expected Outcome
Expected Output
Acceptance Criteria
Acceptance Criteria
Data Acquisition
Raster Computation
Vectorization
reduceToVectors()in GEE.Asset Publishing
Quality & Validation
Implementation Details
Implementation Details
Data Sources
Processing
Vectorization & Publishing
reduceToVectors().Visualization
Validation
Mockups/Wireframes
No response
Product Name
KYL
Organisation Name
C4GT
Domain
No response
Tech Skills Needed
Python
Organizational Mentor
@amanodt @ankit-work7 @kapildadheech
Angel Mentor
No response
Complexity
Medium
Category
Backend