ObsMap | R Documentation |
ObsMap will take input layers of strata, transect design, and data and display them.
ObsMap(
area = "none",
strata,
transect,
data,
year = 0,
observer = "both",
species = "all",
type = "static",
mirror = "NULL"
)
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 |
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.
Map object
Charles Frost, charles_frost@fws.gov
https://github.com/USFWS/AKaerial
ObsMap(area="CRD", year=2024, species="DCGO")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.