# FEMA NRI Risk - Western Wildfire Counties

**Use case:** 

Ready-to-run FEMA National Risk Index profile for 4 Western counties: wildfire, drought and heat risk scores with expected annual loss context.

## Input

```json
{
  "assets": [
    {
      "lat": 38.5816,
      "lon": -121.4944,
      "label": "Sacramento County, CA"
    },
    {
      "lat": 39.53,
      "lon": -119.81,
      "label": "Washoe County, NV"
    },
    {
      "lat": 33.4484,
      "lon": -112.074,
      "label": "Maricopa County, AZ"
    },
    {
      "lat": 45.5152,
      "lon": -122.6784,
      "label": "Multnomah County, OR"
    }
  ],
  "resolution": "county",
  "maxResults": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "match_status": {
    "label": "Match status",
    "format": "string"
  },
  "nri_lookup_status": {
    "label": "NRI lookup status",
    "format": "string"
  },
  "verified_no_match": {
    "label": "Verified no match",
    "format": "boolean"
  },
  "resolution_used": {
    "label": "Resolution used",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "stcofips": {
    "label": "County FIPS",
    "format": "string"
  },
  "tract_fips": {
    "label": "Census tract FIPS",
    "format": "string"
  },
  "nri_version": {
    "label": "NRI release",
    "format": "string"
  },
  "risk_score": {
    "label": "Composite risk score",
    "format": "number"
  },
  "risk_rating": {
    "label": "Composite risk rating",
    "format": "string"
  },
  "expected_annual_loss_usd": {
    "label": "Expected annual loss ($)",
    "format": "number"
  },
  "expected_annual_loss_rating": {
    "label": "Expected annual loss rating",
    "format": "string"
  },
  "eal_building_usd": {
    "label": "EAL - buildings ($)",
    "format": "number"
  },
  "annualized_loss_ratio_building": {
    "label": "Annualized loss ratio - buildings",
    "format": "number"
  },
  "population": {
    "label": "Population",
    "format": "number"
  },
  "building_value_usd": {
    "label": "Building value ($)",
    "format": "number"
  },
  "social_vulnerability_rating": {
    "label": "Social vulnerability rating",
    "format": "string"
  },
  "resilience_rating": {
    "label": "Community resilience rating",
    "format": "string"
  },
  "community_resilience_factor": {
    "label": "Community resilience factor",
    "format": "number"
  },
  "hazards_rated_count": {
    "label": "Hazards rated",
    "format": "integer"
  },
  "top_hazards": {
    "label": "Top 3 hazards",
    "format": "array"
  },
  "top_hazards_by_expected_annual_loss": {
    "label": "Top 3 hazards by expected annual loss",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [FEMA NRI County Risk Profile — Asset Hazard Join](https://apify.com/malonestar/fema-nri-county-risk-profile) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/fema-nri-county-risk-profile) to learn more, explore other use cases, and run it yourself.