# Section 368 Corridor Check - Western Transmission Sites

**Use case:** 

Ready-to-run Section 368 energy-corridor check for western route sites: corridor name, designated use, width, agency, and streamlined federal ROW flag.

## Input

```json
{
  "assets": [
    {
      "lat": 41.673613,
      "lon": -107.700677,
      "label": "S. Wyoming - corridor 78-138"
    },
    {
      "lat": 39.7392,
      "lon": -104.9903,
      "label": "Denver, CO metro"
    },
    {
      "lat": 36.1699,
      "lon": -115.1398,
      "label": "Las Vegas, NV metro"
    },
    {
      "lat": 40.014986,
      "lon": -105.270546,
      "label": "Boulder, CO"
    },
    {
      "lat": 41.8781,
      "lon": -87.6298,
      "label": "Chicago, IL (outside West footprint)"
    }
  ],
  "radiusMiles": 10,
  "maxAssets": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "in_corridor": {
    "label": "In corridor",
    "format": "boolean"
  },
  "row_streamlining_flag": {
    "label": "ROW streamlining flag",
    "format": "boolean"
  },
  "nearest_corridor_name": {
    "label": "Nearest corridor name",
    "format": "string"
  },
  "nearest_designated_use_label": {
    "label": "Designated use (label)",
    "format": "string"
  },
  "nearest_managing_agency": {
    "label": "Managing agency",
    "format": "string"
  },
  "nearest_distance_miles": {
    "label": "Nearest distance (mi)",
    "format": "number"
  },
  "corridor_count_within_radius": {
    "label": "Corridors within radius",
    "format": "integer"
  },
  "nearest_sec368_status": {
    "label": "Section 368 status (raw)",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Section 368 Energy Corridor Screener - Federal ROW Siting Flag](https://apify.com/malonestar/energy-corridor-368-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/energy-corridor-368-screener) to learn more, explore other use cases, and run it yourself.