# Landslide Proximity Screen - California Coast

**Use case:** 

Ready-to-run USGS landslide proximity screen for 4 California coastal properties: in-slide status and nearby mapped landslides for geotechnical review.

## Input

```json
{
  "assets": [
    {
      "lat": 34.3617,
      "lon": -119.4437,
      "label": "La Conchita, CA"
    },
    {
      "lat": 36.27,
      "lon": -121.81,
      "label": "Big Sur, CA"
    },
    {
      "lat": 34.03,
      "lon": -118.69,
      "label": "Malibu, CA"
    },
    {
      "lat": 37.61,
      "lon": -122.49,
      "label": "Pacifica, CA"
    }
  ],
  "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.