Provenance
PublisherFlood Zones (FEMA NFHL)
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (3)
queryAtPoint
readQuery flood zones at a specific coordinate
Required paramslatitudelongitudeInput schema
{ "type": "object", "properties": { "latitude": { "type": "number", "examples": [ 29.76 ] }, "longitude": { "type": "number", "examples": [ -95.37 ] }, "bufferMeters": { "type": "number", "examples": [ 100 ] }, "includeGeometry": { "type": "boolean" } }, "additionalProperties": false, "required": [ "latitude", "longitude" ] }queryInBbox
readQuery flood zones within a bounding box
Required paramsxminyminxmaxymaxInput schema
{ "type": "object", "properties": { "xmin": { "type": "number", "examples": [ -95.5 ] }, "ymin": { "type": "number", "examples": [ 29.5 ] }, "xmax": { "type": "number", "examples": [ -95 ] }, "ymax": { "type": "number", "examples": [ 30 ] }, "maxResults": { "type": "number" }, "includeGeometry": { "type": "boolean" } }, "additionalProperties": false, "required": [ "xmin", "ymin", "xmax", "ymax" ] }getServiceInfo
readGet NFHL service metadata and available layers
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
