# Tribal Land Jurisdiction - Northern Plains

**Use case:** 

Ready-to-run tribal jurisdiction screen for 4 Northern Plains sites: reservation and trust-land status with THPO Section 106 consultation flag.

## Input

```json
{
  "assets": [
    {
      "lat": 43.03,
      "lon": -102.56,
      "label": "Pine Ridge, SD"
    },
    {
      "lat": 46.09,
      "lon": -100.67,
      "label": "Standing Rock, ND"
    },
    {
      "lat": 45.6,
      "lon": -107.45,
      "label": "Crow Agency, MT"
    },
    {
      "lat": 43.02,
      "lon": -108.9,
      "label": "Wind River, WY"
    }
  ],
  "maxAssets": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "on_tribal_land": {
    "label": "On tribal land",
    "format": "boolean"
  },
  "area_name": {
    "label": "Area name",
    "format": "string"
  },
  "area_type": {
    "label": "Area type",
    "format": "string"
  },
  "land_tenure_class": {
    "label": "Land tenure class",
    "format": "string"
  },
  "reservation_authority": {
    "label": "Reservation authority",
    "format": "string"
  },
  "land_area_sqmi": {
    "label": "Land area (sq mi)",
    "format": "number"
  },
  "is_reservation_or_trust_land": {
    "label": "Is reservation or trust land",
    "format": "boolean"
  },
  "section106_thpo_consultation": {
    "label": "Section 106 THPO consultation",
    "format": "boolean"
  },
  "civil_regulatory_jurisdiction": {
    "label": "Civil/regulatory jurisdiction",
    "format": "boolean"
  },
  "lending_title_review": {
    "label": "Lending/title review",
    "format": "boolean"
  },
  "geoid": {
    "label": "GEOID",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Tribal Land Jurisdiction Screener — Reservation & THPO Check](https://apify.com/malonestar/tribal-land-jurisdiction-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/tribal-land-jurisdiction-screener) to learn more, explore other use cases, and run it yourself.