oisst_access_timeseries: Access Regional Timeseries from OISSTv2 Mainstays

View source: R/oisst_mainstays_data_access.R

oisst_access_timeseriesR Documentation

Access Regional Timeseries from OISSTv2 Mainstays

Description

Tool for accessing oisst regional timeseries from Box. Regionally masked timeseries have been pre-processed and stored on box. Quick access is available here.

This function is used primarily as a pass-through function for oisst_access_timeseries(), which relies on it to look-up file paths.

Simply specify your personal path to the oisst_mainstays folder, the group of polygons your area is in, and the name of the region itself.

Usage

oisst_access_timeseries(
  region_family = "gmri",
  poly_name = "apershing gulf of maine",
  box_location = "default_boxpath|cloudstorage"
)

Arguments

region_family

Identify the family of shapefiles that you are interested in. Choices = "LME", "nmfs trawl regions", "gmri focus areas"

poly_name

String Identifying the shapefile name that was used as mask. Used to build file name.

box_location

String indicating value to pass to 'boxpath_switch'

Value

Time series dataframe for the selected region.

Examples

#Not run:

# box_paths <- gmRi::research_access_paths(os.use = "unix",
#                                          user.name = "not applicable")
# agulhas <- oisst_access_timeseries(
#    region_family = "lme",
#    poly_name = "agulhas current",
#    box_location = "default_boxpath|cloudstorage)

gulfofmaine/gmRi documentation built on Jan. 26, 2025, 5:12 a.m.