Provenance
PublisherMacrostrat Geology
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (4)
getGeologyAtPoint
readRetrieve geology at a coordinate from geological map data.
Input schema
{ "type": "object", "properties": { "latitude": { "type": "number" }, "longitude": { "type": "number" } }, "additionalProperties": false, "required": [ "latitude", "longitude" ] }getStratColumn
readRetrieve local stratigraphic column data for a coordinate.
Input schema
{ "type": "object", "properties": { "latitude": { "type": "number" }, "longitude": { "type": "number" } }, "additionalProperties": false, "required": [ "latitude", "longitude" ] }searchUnits
readSearch geological map units by unit name.
Input schema
{ "type": "object", "properties": { "unitName": { "type": "string" } }, "additionalProperties": false, "required": [ "unitName" ] }getFormationInfo
readRetrieve detailed geological formation information by stratigraphic name.
Input schema
{ "type": "object", "properties": { "stratName": { "type": "string" } }, "additionalProperties": false, "required": [ "stratName" ] }
