# CA & TX High-Hazard, Poor-Condition Dam Risk Screen

**Use case:** 

Risk-ranked list of high-hazard, poor-condition dams across California and Texas from the USACE National Inventory of Dams.

## Input

```json
{
  "states": [
    "California",
    "Texas"
  ],
  "hazardPotential": [
    "High"
  ],
  "conditionAssessment": [
    "Poor",
    "Unsatisfactory"
  ],
  "requireMissingEap": false,
  "maxResults": 1000
}
```

## Output

```json
{
  "nid_id": {
    "label": "NID ID",
    "format": "string"
  },
  "name": {
    "label": "Dam name",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "hazard_potential": {
    "label": "Hazard potential",
    "format": "string"
  },
  "condition_assessment": {
    "label": "Condition assessment",
    "format": "string"
  },
  "last_inspection_date": {
    "label": "Last inspection",
    "format": "string"
  },
  "inspection_age_years": {
    "label": "Inspection age (years)",
    "format": "number"
  },
  "eap_status": {
    "label": "EAP status",
    "format": "string"
  },
  "risk_score": {
    "label": "Risk score",
    "format": "number"
  },
  "risk_flags": {
    "label": "Risk flags",
    "format": "array"
  },
  "owner_type": {
    "label": "Owner type",
    "format": "string"
  },
  "river": {
    "label": "River or stream",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Dam Safety Risk Monitor — USACE National Inventory of Dams](https://apify.com/malonestar/nid-dam-risk-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/nid-dam-risk-monitor) to learn more, explore other use cases, and run it yourself.