# Atlantic Tidal Marsh Wetland Screen - NC to VA

**Use case:** 

Ready-to-run USFWS NWI wetland screen for 8 Atlantic coastal sites: estuarine marsh class, wetland acreage, nearest-wetland distance and 404 flags.

## Input

```json
{
  "assets": [
    {
      "lat": 34.7185,
      "lon": -76.6638,
      "label": "Beaufort NC - Newport River salt marsh"
    },
    {
      "lat": 34.2104,
      "lon": -77.8868,
      "label": "Wilmington NC - Cape Fear estuarine edge"
    },
    {
      "lat": 33.3768,
      "lon": -79.2945,
      "label": "Georgetown SC - Winyah Bay marsh parcel"
    },
    {
      "lat": 32.7765,
      "lon": -79.9311,
      "label": "Charleston SC - peninsula tidal creek site"
    },
    {
      "lat": 32.0809,
      "lon": -81.0912,
      "label": "Savannah GA - Savannah River marsh corridor"
    },
    {
      "lat": 31.1499,
      "lon": -81.4915,
      "label": "Brunswick GA - Turtle River industrial tract"
    },
    {
      "lat": 36.8508,
      "lon": -76.2859,
      "label": "Norfolk VA - Elizabeth River waterfront"
    },
    {
      "lat": 37.9332,
      "lon": -75.3785,
      "label": "Chincoteague VA - barrier island marsh"
    }
  ],
  "radiusMeters": 600,
  "computeNearestDistance": true,
  "nearestSearchRadiusMeters": 1609,
  "maxResults": 500
}
```

## Output

```json
{
  "asset_label": {
    "label": "Asset label",
    "format": "string"
  },
  "wetland_on_site": {
    "label": "Wetland on site",
    "format": "boolean"
  },
  "wetland_within_radius": {
    "label": "Wetland within radius",
    "format": "boolean"
  },
  "wetland_count": {
    "label": "Wetland feature count",
    "format": "integer"
  },
  "nearest_wetland_distance_m": {
    "label": "Nearest wetland distance (m)",
    "format": "number"
  },
  "nearest_wetland_direction": {
    "label": "Nearest wetland direction",
    "format": "string"
  },
  "nearest_wetland_type": {
    "label": "Nearest wetland type",
    "format": "string"
  },
  "jurisdictional_likelihood": {
    "label": "Jurisdictional likelihood",
    "format": "string"
  },
  "section_404_flag": {
    "label": "Section 404 screening flag",
    "format": "boolean"
  },
  "nwi_status": {
    "label": "NWI source status",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [USFWS Wetlands Proximity Screener - Section 404 Site Risk API](https://apify.com/malonestar/fws-wetlands-proximity-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/fws-wetlands-proximity-screener) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/malonestar/fws-wetlands-proximity-screener.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
