Provenance
Freshness & coverage
Methods (4)
searchOilProductionByWellYear
readSearch annual Nevada well production by operator, well, field, year, or county.
Entitiesproduction, wellInput schema
{ "type": "object", "properties": { "operator": { "type": "string", "examples": [ "Kirkwood" ] }, "county": { "type": "string", "examples": [ "Nye" ] }, "field": { "type": "string" }, "wellName": { "type": "string" }, "year": { "type": "number", "examples": [ 2024 ] }, "limit": { "type": "number" } }, "additionalProperties": false }Nonspatial 1954-2024 table; filter operator, county, field, well, or year.
getGeothermalPlantProduction
readNevada geothermal power-plant annual production (MWh by year 2009-2026) with point locations
Input schema
{ "type": "object", "properties": { "plant": { "type": "string", "examples": [ "Steamboat" ] }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }Filter plant, bbox, or near; reshapes yearly columns to production[{year,mwh}].
searchLithiumPlacerClaims
readSearch inferred lithium placer mining claims in Nevada (~24.2K claim points)
Input schema
{ "type": "object", "properties": { "serialNumber": { "type": "string" }, "claimName": { "type": "string" }, "claimant": { "type": "string", "examples": [ "Columbus" ] }, "claimType": { "type": "string" }, "county": { "type": "string", "examples": [ "Esmeralda" ] }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] } }, "additionalProperties": false }Filter serial, claim, claimant, county, bbox, or near; returns WGS84 points.
getServiceInfo
readDescribe three layers, oil enums/CRS, and geothermal wide-column handling.
EntitiesmetadataInput schema
{ "type": "object", "properties": { "service": { "type": "string" } }, "additionalProperties": false }
