Flood Historic Event

A flood historic event is described by its flood historic eventId.

query {
  property(fsid:373510907) {
    flood {
      historic {
        eventId
        name
      }
    }
  }
}

And to retreive a single tile, see the base url

https://api.firststreet.org/v2/maps/tile/flood/historic/event/{eventId}/{z}/{x}/{y}.png?key=

If you are displaying a historic event, you may want to retreive the geometry polygon field within flood.historic

        geometry {
          polygon {
            type
          }
        }

This will prove the boundaries to zoom to the event. For access to the geometry field, please see your account representative.

Last updated