ObsMap: Display a combination of strata, transect design, and data

View source: R/ObsMap.R

ObsMapR Documentation

Display a combination of strata, transect design, and data

Description

ObsMap will take input layers of strata, transect design, and data and display them.

Usage

ObsMap(
  area = "none",
  strata,
  transect,
  data,
  year = 0,
  observer = "both",
  species = "all",
  type = "static",
  mirror = "NULL"
)

Arguments

area

The project (ACP, CRD, YKD, YKG) designation, takes the place of strata and transect, and when combined with year, also chooses the transect layer and data files.

strata

The path name to the .gpkg file of the stratification.

transect

The path name to the .gpkg file of lines designating the transect design.

data

The path name(s) to the data file(s).

year

The year to be displayed.

observer

The observer initials to be displayed.

species

The species code(s) to be displayed.

type

Static (default) or dynamic map.

mirror

Optional mirror location for offline observation and spatial data

Details

ObsMap is designed to take a directory path for a combination of stratification base layer, aerial transect design, and resulting data and display it using an interactive map.

Value

Map object

Author(s)

Charles Frost, charles_frost@fws.gov

References

https://github.com/USFWS/AKaerial

Examples

 ObsMap(area="CRD", year=2024, species="DCGO")


USFWS/AKaerial documentation built on April 3, 2025, 4:06 p.m.