# Sea Level Rise Screen - Gulf Coast & Pacific

**Use case:** 

NOAA sea level rise screen for five sites spanning a levee-protected polder, a site already wet at mean higher high water and two honest controls.

## Input

```json
{
  "assets": [
    {
      "lat": 29.9511,
      "lon": -90.0715,
      "label": "New Orleans French Quarter, LA"
    },
    {
      "lat": 37.7955,
      "lon": -122.3893,
      "label": "Embarcadero, San Francisco CA"
    },
    {
      "lat": 29.3055,
      "lon": -94.793,
      "label": "The Strand, Galveston TX"
    },
    {
      "lat": 42.3583,
      "lon": -71.0656,
      "label": "Beacon Hill, Boston MA"
    },
    {
      "lat": 61.2181,
      "lon": -149.9003,
      "label": "Anchorage, AK"
    }
  ],
  "stepFt": "1",
  "maxFeet": 10,
  "includeConfidence": true,
  "includeLevees": true,
  "includeHighTideFlooding": true,
  "maxAssets": 25,
  "simulateOutage": "none"
}
```

## Output

```json
{
  "asset_label": {
    "label": "Site label",
    "format": "string"
  },
  "asset_lat": {
    "label": "Latitude",
    "format": "number"
  },
  "asset_lon": {
    "label": "Longitude",
    "format": "number"
  },
  "slr_verdict": {
    "label": "Verdict",
    "format": "string"
  },
  "first_inundation_ft": {
    "label": "First inundation increment (ft)",
    "format": "number"
  },
  "first_low_lying_ft": {
    "label": "First low-lying increment (ft)",
    "format": "number"
  },
  "first_high_confidence_wet_ft": {
    "label": "First high-confidence wet increment (ft)",
    "format": "number"
  },
  "in_slr_coverage": {
    "label": "Inside NOAA SLR coverage",
    "format": "boolean"
  },
  "behind_levee": {
    "label": "Behind a levee",
    "format": "boolean"
  },
  "levee_system_name": {
    "label": "Levee system",
    "format": "string"
  },
  "nearest_htf_station_name": {
    "label": "Nearest HTF station",
    "format": "string"
  },
  "htf_minor_ft_above_mhhw": {
    "label": "Minor flood threshold (ft above MHHW)",
    "format": "number"
  },
  "increments_ok": {
    "label": "Increments answered",
    "format": "integer"
  },
  "increments_unavailable": {
    "label": "Increments unavailable",
    "format": "integer"
  },
  "row_status": {
    "label": "Row status",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [NOAA Sea Level Rise Screener - Site Inundation Threshold](https://apify.com/malonestar/noaa-slr-inundation-threshold-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/noaa-slr-inundation-threshold-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/noaa-slr-inundation-threshold-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).
