# Landslide Proximity Screen - Pacific Northwest

**Use case:** 

Ready-to-run USGS landslide screen for 4 Pacific Northwest sites: mapped landslide intersection and nearby slide proximity for geotechnical diligence.

## Input

```json
{
  "assets": [
    {
      "lat": 48.28,
      "lon": -121.85,
      "label": "Oso, WA"
    },
    {
      "lat": 47.61,
      "lon": -122.33,
      "label": "Seattle, WA"
    },
    {
      "lat": 45.52,
      "lon": -122.68,
      "label": "Portland, OR"
    },
    {
      "lat": 46.19,
      "lon": -123.83,
      "label": "Astoria, OR"
    }
  ],
  "radiusMeters": 1000,
  "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"
  },
  "in_mapped_landslide": {
    "label": "In mapped landslide",
    "format": "boolean"
  },
  "landslide_count_within_radius": {
    "label": "Landslide count within radius",
    "format": "integer"
  },
  "nearest_landslide_type": {
    "label": "Nearest landslide type",
    "format": "string"
  },
  "nearest_distance_km": {
    "label": "Nearest distance (km)",
    "format": "number"
  },
  "landslide_hazard_flag": {
    "label": "Landslide hazard flag",
    "format": "boolean"
  }
}
```

## About this Actor

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