All data sources

NV Division of Minerals

No authnv-ndom

Nevada Division of Minerals operator and production data from public ArcGIS services. Includes annual per-well oil production (1954-2024), geothermal plant generation (29 plants, 2009-2026), and about 24,200 lithium placer claims. Complements nv-nbmg survey data with operators, production, and claims. Source CRS is NAD83 UTM zone 11N; responses are reprojected to WGS84 for maps.

Provenance

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (4)

  • searchOilProductionByWellYear

    read

    Search annual Nevada well production by operator, well, field, year, or county.

    Entitiesproduction, well
    Input 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

    read

    Nevada 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

    read

    Search 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

    read

    Describe three layers, oil enums/CRS, and geothermal wide-column handling.

    Entitiesmetadata
    Input schema
    {
      "type": "object",
      "properties": {
        "service": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }