Flood Factor

Flood Factor is only applicable for a property. A property's Flood Factor is an indicator of its comprehensive, thirty-year risk of flooding from rainfall, overflowing rivers and streams, high tides, and storm surge, ranging from 1–10. Properties with higher Flood Factors are either more likely to flood, more likely to experience high floods, or both.

query {
    property {
        flood {
            floodFactor
            factorScale
        }
    }
}

When describing a Flood Factor, use factorScale where factorScale is a string mapping to Flood Factor scores that represents:

1. Minimal
2. Minor
3. Moderate
4. Moderate
5. Major
6. Major
7. Severe
8. Severe
9. Extreme
10. Extreme

factorScale is an enum that is returned in capital strings. It should be normalzied to represent as shown above .

Last updated