# Historical Topo Maps - Alaska, Hawaii, PR

**Use case:** 

Historical topographic map chronology for five non-contiguous US sites in Alaska, Hawaii and Puerto Rico, with ASTM 8.3.4 interval coverage and gaps.

## Input

```json
{
  "assets": [
    {
      "lat": 61.2181,
      "lon": -149.9003,
      "label": "Anchorage AK - downtown commercial parcel"
    },
    {
      "lat": 64.8378,
      "lon": -147.7164,
      "label": "Fairbanks AK - Chena River industrial site"
    },
    {
      "lat": 21.3069,
      "lon": -157.8583,
      "label": "Honolulu HI - urban redevelopment parcel"
    },
    {
      "lat": 19.7241,
      "lon": -155.0868,
      "label": "Hilo HI - waterfront parcel"
    },
    {
      "lat": 18.4655,
      "lon": -66.1057,
      "label": "San Juan PR - port district parcel"
    }
  ],
  "bufferMiles": 0,
  "includeUsTopo": true,
  "reviewStartYear": 1940,
  "intervalYears": 5,
  "maxMapsListed": 100,
  "maxAssets": 10,
  "verifyUpstream": true,
  "simulateOutage": "none"
}
```

## Output

```json
{
  "label": {
    "label": "Site label",
    "format": "string"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "maps_distinct_years": {
    "label": "Distinct map years",
    "format": "integer"
  },
  "earliest_map_year": {
    "label": "Earliest map year",
    "format": "integer"
  },
  "latest_map_year": {
    "label": "Latest map year",
    "format": "integer"
  },
  "astm_intervals_covered": {
    "label": "Intervals covered",
    "format": "integer"
  },
  "astm_intervals_uncovered": {
    "label": "Intervals uncovered",
    "format": "integer"
  },
  "astm_coverage_pct": {
    "label": "Interval coverage percent",
    "format": "number"
  },
  "astm_data_gap_present": {
    "label": "Data gap present",
    "format": "boolean"
  },
  "astm_longest_uncovered_span": {
    "label": "Longest uncovered span",
    "format": "string"
  },
  "astm_max_years_between_maps": {
    "label": "Max years between maps",
    "format": "integer"
  },
  "historical_topo_status": {
    "label": "Historical topo source status",
    "format": "string"
  },
  "us_topo_status": {
    "label": "US Topo source status",
    "format": "string"
  },
  "astm_analysis_status": {
    "label": "ASTM analysis status",
    "format": "string"
  },
  "maps_total_products": {
    "label": "Map products found",
    "format": "integer"
  },
  "largest_scale_denominator_any": {
    "label": "Largest scale available",
    "format": "integer"
  },
  "quad_names": {
    "label": "Quadrangle names",
    "format": "array"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Historical Topographic Map Chronology - ASTM Phase I ESA 8.3.4](https://apify.com/malonestar/usgs-historical-topo-records-review) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/usgs-historical-topo-records-review) 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/usgs-historical-topo-records-review.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).
