Class FloodRiskModel

java.lang.Object
org.episteme.social.geography.FloodRiskModel

public final class FloodRiskModel extends Object
Utility for assessing flooding risks based on physical and meteorological data.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • 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 elevation
      rainfallRate - the intensity of rainfall
      soilSaturation - percentage of water already in soil (0-1)
      Returns:
      risk factor as Real