# Hampton Roads DoD Installation FIRRMA Screen

**Use case:** 

Three Hampton Roads parcels screened against DoD MIRTA installation boundaries: 19 installations in radius, 9 FIRRMA sites, honest null verdicts.

## Input

```json
{
  "assets": [
    {
      "lat": 36.8508,
      "lon": -76.2859,
      "label": "Norfolk VA waterfront site",
      "radiusMiles": 15
    },
    {
      "lat": 36.8354,
      "lon": -76.2983,
      "label": "Portsmouth VA riverfront parcel",
      "radiusMiles": 15
    },
    {
      "lat": 36.8529,
      "lon": -75.978,
      "label": "Virginia Beach VA oceanfront parcel",
      "radiusMiles": 15
    }
  ],
  "radiusMiles": 15,
  "firrmaScanMiles": 100,
  "includeInstallationDetail": true,
  "activeOnly": false,
  "maxInstallationsPerAsset": 15,
  "maxAssets": 25,
  "skipDriftChecks": false,
  "simulateOutage": "none"
}
```

## Output

```json
{
  "asset_label": {
    "label": "Site label",
    "format": "string"
  },
  "screening_result": {
    "label": "Screening result",
    "format": "string"
  },
  "on_dod_installation": {
    "label": "On a DoD installation",
    "format": "boolean"
  },
  "on_dod_installation_basis": {
    "label": "On-installation basis",
    "format": "string"
  },
  "containing_installation_name": {
    "label": "Containing installation",
    "format": "string"
  },
  "containing_installation_reporting_component": {
    "label": "Containing installation reporting component",
    "format": "string"
  },
  "containing_installation_is_firrma_site": {
    "label": "Containing installation is a FIRRMA site",
    "format": "boolean"
  },
  "installations_within_radius_count": {
    "label": "Installations within radius",
    "format": "number"
  },
  "nearest_installation_name": {
    "label": "Nearest installation",
    "format": "string"
  },
  "nearest_installation_distance_miles": {
    "label": "Nearest installation distance (miles)",
    "format": "number"
  },
  "nearest_firrma_site_name": {
    "label": "Nearest FIRRMA site",
    "format": "string"
  },
  "nearest_firrma_site_distance_miles": {
    "label": "Nearest FIRRMA site distance (miles)",
    "format": "number"
  },
  "firrma_site_within_1_miles": {
    "label": "FIRRMA site within 1 miles",
    "format": "boolean"
  },
  "firrma_site_within_100_miles": {
    "label": "FIRRMA site within 100 miles",
    "format": "boolean"
  },
  "boundary_only_installations_count": {
    "label": "Boundary-only installations",
    "format": "number"
  },
  "unmapped_boundary_installations_count": {
    "label": "Installations with an unmapped boundary",
    "format": "number"
  },
  "boundary_layer_status": {
    "label": "Boundary layer status",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [DoD Military Installation & FIRRMA Site Proximity Screener](https://apify.com/malonestar/dod-mirta-military-installation-siting-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/dod-mirta-military-installation-siting-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/dod-mirta-military-installation-siting-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).
