Class FloodRiskModel
java.lang.Object
org.episteme.social.geography.FloodRiskModel
Utility for assessing flooding risks based on physical and meteorological data.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
-
Method Details
-
estimateRisk
public static Real estimateRisk(Quantity<Length> elevation, Quantity<Length> rainfallRate, double soilSaturation) Estimates flood probability (0 to 1).- Parameters:
elevation- the terrain elevationrainfallRate- the intensity of rainfallsoilSaturation- percentage of water already in soil (0-1)- Returns:
- risk factor as Real
-