# Tribal Land Jurisdiction - Southwest Sites

**Use case:** 

Ready-to-run tribal jurisdiction screen for 4 Southwest sites: reservation, trust and statistical-area status with THPO Section 106 consultation flag.

## Input

```json
{
  "assets": [
    {
      "lat": 36.07,
      "lon": -109.55,
      "label": "Navajo Nation, AZ"
    },
    {
      "lat": 35.68,
      "lon": -109.05,
      "label": "Window Rock, AZ"
    },
    {
      "lat": 35.53,
      "lon": -108.74,
      "label": "Gallup, NM"
    },
    {
      "lat": 35.89,
      "lon": -110.63,
      "label": "Hopi lands, AZ"
    }
  ],
  "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.