# BLM Solar Developability — 2024 Western Solar Planolar Plan

**Use case:** 

Screen coordinates on BLM public land against the 2024 Western Solar Plan: designated leasing area vs exclusion vs variance, with exclusion reasons.

## Input

```json
{
  "assets": [
    {
      "lat": 37.0168,
      "lon": -105.9491,
      "label": "Antonito Southeast SEZ (CO) — inside a Designated Leasing Area"
    },
    {
      "lat": 36.56,
      "lon": -114.92,
      "label": "Dry Lake area (NV) — exclusion area control"
    },
    {
      "lat": 39.7392,
      "lon": -104.9903,
      "label": "Downtown Denver (CO) — off-BLM control"
    }
  ],
  "maxAssets": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Site label",
    "format": "string"
  },
  "asset_lat": {
    "label": "Latitude",
    "format": "number"
  },
  "asset_lon": {
    "label": "Longitude",
    "format": "number"
  },
  "solar_developability_verdict": {
    "label": "Verdict",
    "format": "string"
  },
  "in_designated_leasing_area": {
    "label": "In Designated Leasing Area",
    "format": "boolean"
  },
  "dla_name": {
    "label": "DLA name",
    "format": "string"
  },
  "dla_status": {
    "label": "DLA status",
    "format": "string"
  },
  "in_exclusion_area": {
    "label": "In exclusion area",
    "format": "boolean"
  },
  "exclusion_reasons": {
    "label": "Exclusion reasons",
    "format": "array"
  },
  "in_variance_area": {
    "label": "In variance area",
    "format": "boolean"
  },
  "in_development_focus_area": {
    "label": "In DFA",
    "format": "boolean"
  },
  "within_15mi_transmission": {
    "label": "Within 15 mi of transmission",
    "format": "boolean"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "administrative_unit": {
    "label": "BLM administrative unit",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [BLM Solar Siting Screener — 2024 Western Solar Plan DLA Check](https://apify.com/malonestar/blm-solar-siting-area-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/blm-solar-siting-area-screener) to learn more, explore other use cases, and run it yourself.