get_timeseries_paths: Timeseries and Shapefile Path Look-Up

View source: R/oisst_mainstays_data_access.R

get_timeseries_pathsR Documentation

Timeseries and Shapefile Path Look-Up

Description

Returns the full file paths for a collection of regionally masked timeseries for sea surface temperature, or to the shapefiles used as the masks.

This is a parallel to the python functions used to create them and ensure consistent names.

Usage

get_timeseries_paths(
  region_group = "gmri",
  box_location = "default_boxpath|cloudstorage"
)

Arguments

region_group

Name of the region group used to fetch region names from gmRi::get_region_names(): Options: gmri_sst_focal_areas, nelme_regions, nmfs_trawl_regions, lme

box_location

String indicating value to pass to 'boxpath_switch'

Value

Returns list of file paths to both the shapefiles and their sst timeseries

Examples

# Not Run:
# r_group <- "lme"
# get_timeseries_paths(region_group = r_group)

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