# Grid Proximity Screen - West Texas Solar

**Use case:** 

Ready-to-run transmission and substation proximity screen for 4 West Texas solar+BESS candidate sites: nearest lines, kV, and substations within 5 miles.

## Input

```json
{
  "assets": [
    {
      "lat": 31.42,
      "lon": -103.49,
      "label": "Pecos County solar candidate, TX"
    },
    {
      "lat": 30.89,
      "lon": -102.88,
      "label": "Fort Stockton solar candidate, TX"
    },
    {
      "lat": 32.25,
      "lon": -101.48,
      "label": "Big Spring wind+solar, TX"
    },
    {
      "lat": 31.846,
      "lon": -102.367,
      "label": "Odessa-area BESS site, TX"
    }
  ],
  "radiusMiles": 5,
  "includeSubstations": true,
  "includePowerPlants": true,
  "includePlanned": false,
  "maxResults": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "grid_tier": {
    "label": "Grid access tier",
    "format": "string"
  },
  "nearest_line_distance_miles": {
    "label": "Nearest line distance (mi)",
    "format": "number"
  },
  "nearest_line_voltage_kv": {
    "label": "Nearest line voltage (kV)",
    "format": "number"
  },
  "nearest_line_owner": {
    "label": "Nearest line owner",
    "format": "string"
  },
  "lines_within_radius": {
    "label": "Lines within radius",
    "format": "integer"
  },
  "nearest_substation_name": {
    "label": "Nearest substation name",
    "format": "string"
  },
  "nearest_substation_distance_km": {
    "label": "Nearest substation distance (km)",
    "format": "number"
  },
  "nearest_substation_max_voltage": {
    "label": "Nearest substation max voltage (kV)",
    "format": "number"
  },
  "substations_within_radius": {
    "label": "Substations within radius",
    "format": "integer"
  },
  "nearest_power_plant_name": {
    "label": "Nearest power plant name",
    "format": "string"
  },
  "nearest_power_plant_distance_km": {
    "label": "Nearest power plant distance (km)",
    "format": "number"
  },
  "nearest_power_plant_capacity_mw": {
    "label": "Nearest power plant capacity (MW)",
    "format": "number"
  },
  "nearest_power_plant_fuel": {
    "label": "Nearest power plant fuel",
    "format": "string"
  },
  "power_plants_within_radius": {
    "label": "Power plants within radius",
    "format": "integer"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Power Grid Proximity Screener - Transmission Lines Near Sites](https://apify.com/malonestar/hifld-grid-proximity-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/hifld-grid-proximity-screener) to learn more, explore other use cases, and run it yourself.