All data sources

BIA Energy & Minerals

Unknown authbia-energy

Bureau of Indian Affairs land-records and tribal-boundary data (biamaps.geoplatform.gov ArcGIS). No auth. Tract-level mineral & surface ownership on tribal lands (249K rows: state, land area, resource code, Trust/Restricted ownership, acres) plus reservation extent polygons (AIAN National LAR), tribal statistical areas, and the 12 BIA regional boundaries. Scope is land-records/ownership + tribal boundaries — a complement to BLM/BOEM, NOT oil/gas wells, leases, or production (the NIOGEMS well/lease/production layers are not publicly exposed). format:'geojson' on the boundary methods draws polygons for patchops_addMapLayer.

Provenance

PublisherBIA Energy & Minerals

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (6)

  • searchMineralAcreage

    read

    Tract-level mineral & surface ownership by state/land area/resource/ownership type.

    Entitiesland
    Input schema
    {
      "type": "object",
      "properties": {
        "state": {
          "type": "string"
        },
        "landAreaName": {
          "type": "string"
        },
        "resourceCode": {
          "type": "string"
        },
        "ownershipType": {
          "type": "string"
        },
        "regionalOffice": {
          "type": "string"
        },
        "limit": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }
  • getMineralAcreageSummary

    read

    Counts + acres summed by state | regionalOffice | resourceCode | ownershipType.

    Entitiesland
    Input schema
    {
      "type": "object",
      "properties": {
        "groupBy": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "state"
              ]
            },
            {
              "type": "string",
              "enum": [
                "regionalOffice"
              ]
            },
            {
              "type": "string",
              "enum": [
                "resourceCode"
              ]
            },
            {
              "type": "string",
              "enum": [
                "ownershipType"
              ]
            }
          ]
        },
        "state": {
          "type": "string"
        },
        "resourceCode": {
          "type": "string"
        },
        "ownershipType": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }
  • getReservationLands

    read

    AIAN National LAR reservation/trust-land polygons by name/region/location. format:geojson.

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "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
    }
  • getTribalStatisticalAreas

    read

    Tribal statistical-area polygons by name/location. format:geojson for map.

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "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
    }
  • getBiaRegions

    read

    The 12 BIA regional administrative boundary polygons. format:geojson for map.

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }
  • getServiceInfo

    read

    Connector surface, field meanings, and live layer record counts.

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