# Prime Farmland & Hydric Soil Screen - Iowa

**Use case:** 

USDA SSURGO prime farmland class, hydric soil rating and solar array suitability for five Corn Belt parcels in Iowa, Illinois, Indiana and Minnesota.

## Input

```json
{
  "assets": [
    {
      "lat": 42.110415,
      "lon": -93.560137,
      "label": "Story County IA - dominant soil not hydric, hydric inclusion"
    },
    {
      "lat": 42.45,
      "lon": -93.55,
      "label": "Hamilton County IA - prime farmland if drained, all-hydric unit"
    },
    {
      "lat": 40.02,
      "lon": -88.4,
      "label": "Champaign County IL - utility solar candidate parcel"
    },
    {
      "lat": 40.32,
      "lon": -87.05,
      "label": "Tippecanoe County IN - cropland parcel"
    },
    {
      "lat": 44.79,
      "lon": -95.21,
      "label": "Renville County MN - cropland parcel"
    }
  ],
  "interpretations": [
    "solar_arrays_ballast_anchor",
    "solar_arrays_soil_anchor",
    "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.