# Orphaned Oil Well Screen - Los Angeles CA

**Use case:** 

Documented orphaned oil and gas wells within a half mile of five Los Angeles Basin infill parcels: distance, bearing, plug status and risk score.

## Input

```json
{
  "assets": [
    {
      "lat": 34.07,
      "lon": -118.29,
      "label": "Los Angeles City oil field - infill parcel, CA",
      "radiusMiles": 0.5
    },
    {
      "lat": 33.802,
      "lon": -118.168,
      "label": "Signal Hill CA - Long Beach oil field parcel",
      "radiusMiles": 0.5
    },
    {
      "lat": 33.6603,
      "lon": -117.9992,
      "label": "Huntington Beach CA - coastal oil field parcel",
      "radiusMiles": 0.5
    },
    {
      "lat": 33.78,
      "lon": -118.26,
      "label": "Wilmington CA - Wilmington oil field parcel",
      "radiusMiles": 0.5
    },
    {
      "lat": 34.0522,
      "lon": -118.2437,
      "label": "Downtown Los Angeles CA - control site",
      "radiusMiles": 0.5
    }
  ],
  "radiusMiles": 1,
  "includeWellDetail": true,
  "maxWellsPerAsset": 5,
  "maxAssets": 25,
  "resolveAssetState": true,
  "skipDriftChecks": false,
  "simulateOutage": "none"
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset Label",
    "format": "string"
  },
  "search_radius_miles": {
    "label": "Search Radius Miles",
    "format": "number"
  },
  "screening_result": {
    "label": "Screening Result",
    "format": "string"
  },
  "orphaned_wells_present": {
    "label": "Orphaned Wells Present",
    "format": "boolean"
  },
  "well_count_within_radius": {
    "label": "Well Count Within Radius",
    "format": "number"
  },
  "nearest_distance_feet": {
    "label": "Nearest Distance Feet",
    "format": "number"
  },
  "nearest_bearing_compass": {
    "label": "Nearest Bearing Compass",
    "format": "string"
  },
  "nearest_well_id": {
    "label": "Nearest Well ID",
    "format": "string"
  },
  "nearest_well_status_raw": {
    "label": "Nearest Well Status Raw",
    "format": "string"
  },
  "nearest_well_positional_class": {
    "label": "Nearest Well Positional Class",
    "format": "string"
  },
  "risk_level": {
    "label": "Risk Level",
    "format": "string"
  },
  "risk_score": {
    "label": "Risk Score",
    "format": "number"
  },
  "phase1_esa_further_inquiry_flag": {
    "label": "Phase1 ESA Further Inquiry Flag",
    "format": "boolean"
  },
  "in_dataset_coverage": {
    "label": "In Dataset Coverage",
    "format": "boolean"
  },
  "wells_source_status": {
    "label": "Wells Source Status",
    "format": "string"
  },
  "query_complete": {
    "label": "Query Complete",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Orphaned Oil & Gas Well Proximity Screener - Phase I ESA](https://apify.com/malonestar/orphaned-well-proximity-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/orphaned-well-proximity-screener) to learn more, explore other use cases, and run it yourself.