Provenance
PublisherWetlands (USFWS NWI)
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (3)
queryAtPoint
readQuery wetlands at a specific coordinate with buffer
Required paramslatitudelongitudeInput schema
{ "type": "object", "properties": { "latitude": { "type": "number", "examples": [ 29.76 ] }, "longitude": { "type": "number", "examples": [ -95.37 ] }, "bufferMeters": { "type": "number", "examples": [ 500 ] } }, "additionalProperties": false, "required": [ "latitude", "longitude" ] }queryInBbox
readQuery wetlands 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" } }, "additionalProperties": false, "required": [ "xmin", "ymin", "xmax", "ymax" ] }getServiceInfo
readGet NWI service metadata and available layers
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
