# Septic & Foundation Soil Suitability Screen

**Use case:** 

USDA SSURGO septic absorption field, dwelling foundation and road suitability ratings for five parcels in North Carolina, Texas, Colorado and Alaska.

## Input

```json
{
  "assets": [
    {
      "lat": 34.929063,
      "lon": -77.345001,
      "label": "Onslow County NC - well drained sand, best case septic"
    },
    {
      "lat": 30.84231,
      "lon": -97.29329,
      "label": "Bell County TX - shrink swell clay, foundation risk"
    },
    {
      "lat": 39.7392,
      "lon": -104.9903,
      "label": "Denver CO infill site - urban land complex"
    },
    {
      "lat": 61.566941,
      "lon": -150.422585,
      "label": "Matanuska-Susitna AK - slope and hydric depressions"
    },
    {
      "lat": 39.0768,
      "lon": -77.5636,
      "label": "Loudoun County VA - exurban septic lot"
    }
  ],
  "interpretations": [
    "septic_tank_absorption_fields",
    "dwellings_with_basements",
    "dwellings_without_basements",
    "small_commercial_buildings",
    "local_roads_and_streets",
    "shallow_excavations"
  ],
  "includeComponentDetail": true,
  "maxAssets": 25,
  "simulateOutage": "none"
}
```

## Output

```json
{
  "asset_label": {
    "label": "Site label",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "lookup_status": {
    "label": "Lookup status",
    "format": "string"
  },
  "mukey": {
    "label": "Map unit key",
    "format": "string"
  },
  "map_unit_name": {
    "label": "Map unit name",
    "format": "string"
  },
  "farmland_class": {
    "label": "Farmland class (verbatim)",
    "format": "string"
  },
  "prime_farmland_possible": {
    "label": "Prime farmland possible",
    "format": "boolean"
  },
  "map_unit_hydric_class": {
    "label": "Map unit hydric class",
    "format": "string"
  },
  "any_component_hydric": {
    "label": "Any component hydric",
    "format": "boolean"
  },
  "hydric_component_percent": {
    "label": "Hydric percent of map unit",
    "format": "number"
  },
  "hydric_component_names": {
    "label": "Hydric components",
    "format": "string"
  },
  "dominant_drainage_class": {
    "label": "Dominant drainage class",
    "format": "string"
  },
  "wettest_drainage_class": {
    "label": "Wettest drainage class present",
    "format": "string"
  },
  "dominant_slope_percent_representative": {
    "label": "Dominant slope (representative)",
    "format": "number"
  },
  "dominant_hydrologic_soil_group": {
    "label": "Hydrologic soil group",
    "format": "string"
  },
  "septic_tank_absorption_fields_rating_dominant": {
    "label": "Septic tank absorption fields - rating (dominant component)",
    "format": "string"
  },
  "septic_tank_absorption_fields_reasons_dominant": {
    "label": "Septic tank absorption fields - limiting reasons (dominant component)",
    "format": "string"
  },
  "dwellings_with_basements_rating_worst": {
    "label": "Dwellings with basements - most limiting rating (any component)",
    "format": "string"
  },
  "small_commercial_buildings_rating_worst": {
    "label": "Small commercial buildings - most limiting rating (any component)",
    "format": "string"
  },
  "solar_arrays_soil_anchor_rating_dominant": {
    "label": "Ground-based solar arrays, soil-based anchor systems - rating (dominant component)",
    "format": "string"
  },
  "component_count": {
    "label": "Component count",
    "format": "integer"
  },
  "components_percent_undocumented": {
    "label": "Undocumented percent of map unit",
    "format": "number"
  },
  "survey_area_name": {
    "label": "Survey area name",
    "format": "string"
  },
  "survey_data_refreshed": {
    "label": "Survey data refreshed",
    "format": "string"
  },
  "data_complete": {
    "label": "Data complete",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [USDA SSURGO Soil Suitability, Hydric & Septic Screener API](https://apify.com/malonestar/ssurgo-soil-suitability-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/ssurgo-soil-suitability-screener) to learn more, explore other use cases, and run it yourself.