Flood Probability

Property Specific

This is a sample query representing fields used to request flood probability specific data. Specific field documentation is available through the schema explorer in the Playground.

{
  property(fsid: 10000002) {
    flood {
      probability {
        chance {
          low
          mid
          high
          relativeYear
          threshold
        }
        cumulative {
          low
          mid
          high
          relativeYear
        }
        depth {
          relativeYear
          low
          mid
          high
          returnPeriod
        }
      }
    }
  }
}

Last updated