# Wind Turbine Proximity - Texas Wind Corridor

**Use case:** 

Ready-to-run turbine proximity screen for 4 Texas wind-corridor sites: nearby turbine counts, nearest distance and installed capacity within 10 miles.

## Input

```json
{
  "assets": [
    {
      "lat": 32.47,
      "lon": -100.41,
      "label": "Sweetwater, TX",
      "state": "TX"
    },
    {
      "lat": 32.25,
      "lon": -101.48,
      "label": "Big Spring, TX",
      "state": "TX"
    },
    {
      "lat": 35.22,
      "lon": -101.83,
      "label": "Amarillo, TX",
      "state": "TX"
    },
    {
      "lat": 27.8,
      "lon": -97.4,
      "label": "Corpus Christi, TX",
      "state": "TX"
    }
  ],
  "radiusMiles": 10,
  "maxAssets": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "asset_lat": {
    "label": "Asset latitude",
    "format": "number"
  },
  "asset_lon": {
    "label": "Asset longitude",
    "format": "number"
  },
  "radius_miles": {
    "label": "Radius (mi)",
    "format": "number"
  },
  "turbine_count_within_radius": {
    "label": "Turbine count in radius",
    "format": "integer"
  },
  "nearest_distance_miles": {
    "label": "Nearest turbine distance (mi)",
    "format": "number"
  },
  "nearest_project": {
    "label": "Nearest project",
    "format": "string"
  },
  "nearest_manufacturer": {
    "label": "Nearest manufacturer",
    "format": "string"
  },
  "nearest_total_height_m": {
    "label": "Nearest total height (m)",
    "format": "number"
  },
  "max_total_height_m_nearby": {
    "label": "Max total height nearby (m)",
    "format": "number"
  },
  "total_capacity_mw_nearby": {
    "label": "Total capacity nearby (MW)",
    "format": "number"
  },
  "turbines_present_flag": {
    "label": "Turbines present",
    "format": "boolean"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [USWTDB Wind Turbine Proximity Screener — Nearest by Coordinate](https://apify.com/malonestar/uswtdb-turbine-proximity-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/uswtdb-turbine-proximity-screener) to learn more, explore other use cases, and run it yourself.