Provenance
PublisherUSGS Geologic Map
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (2)
queryGeologyAtPoint
readQuery local geological map information at a coordinate.
Input schema
{ "type": "object", "properties": { "latitude": { "type": "number" }, "longitude": { "type": "number" } }, "additionalProperties": false, "required": [ "latitude", "longitude" ] }queryGeologyInBbox
readQuery geological map information within a bounding box.
Input schema
{ "type": "object", "properties": { "xmin": { "type": "number" }, "ymin": { "type": "number" }, "xmax": { "type": "number" }, "ymax": { "type": "number" } }, "additionalProperties": false, "required": [ "xmin", "ymin", "xmax", "ymax" ] }
