18  Apps

The MST provides two interactive web applications, plus several legacy applications from earlier development phases.

NoteOne application, every release

Both apps render any published release from a ?ver= parameter — ?ver=v3 shows v3 — defaulting to the promoted release when none is given. There is no per-version fork: the version is data, settled by the release’s published manifest, so a fix reaches every version at once. The 18 former per-version instances are retired, and their URLs redirect permanently to the equivalent ?ver=, so links printed in earlier reports still resolve to the release they always showed.

These tools allow stakeholders, scientists, and decision-makers to understand the underlying components contributing to an area’s sensitivity to offshore energy development, supporting better planning and impact assessment.

18.1 Current Applications

18.1.1 Scores — mapper of aggregate sensitivity scores

The Scores application is the primary tool for exploring composite sensitivity scores across BOEM Program Areas. Key features include:

  • Multi-resolution viewing: toggle between cell-level (0.05° grid) and Program Area aggregations
  • Study area selection: focus on specific Program Areas or subregions
  • Layer selection: view individual species category scores or composite metrics
  • Flower plot: interactive summary showing scores by species category with weighted center value
  • Species table: sortable table of species present in selected area with extinction risk details
  • Treemap: hierarchical view of species contributions to sensitivity
  • CSV export: download data for selected area or species

Under the hood the Scores app composes three kinds of map layer (Figure 12.1):

  • Score raster — a pre-rendered COG per metric × subregion, whose URL and rescale range come straight from the release manifest. The browser fetches only the tiles intersecting its viewport; no full-raster transfer on load (see Figure 12.2).
  • “Cells outside Program Areas” mask — a single-color overlay published the same way.
  • Zone choropleth — polygon geometry from a static PMTiles archive published per geometry vintage, with per-zone fill colors pushed live into the paint spec from the release’s zone_metric (see Figure 12.4).

Because every one of those is resolved from the manifest rather than hardcoded, switching ?ver= switches all three together — including drawing the boundary vintage that release actually used.

See Appendix B for details.

18.1.2 Species — mapper of individual species distributions

The Species application enables exploration of individual species distribution models. Key features include:

  • Species selection: search by common or scientific name, filter by species category
  • Model display: view merged models or individual source dataset layers
  • Representation toggle: compare the native-resolution original with the interpolated surface used in scoring
  • Masking toggle: compare the expert-range-constrained merged model with the unconstrained suitability
  • Species info panel: ESA listing, IUCN Red List category, MMPA/MBTA protection flags, extinction risk score
  • Deep-linking: URL parameters support direct links to specific species

See Appendix C for details.

18.2 Legacy Applications

Earlier prototype applications from the research phase are kept in the Appendix under Applications (Legacy) for reference. They are not part of the current serving path.