View source: R/oisst_mainstays_data_access.R
get_timeseries_paths | R Documentation |
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.
get_timeseries_paths(
region_group = "gmri",
box_location = "default_boxpath|cloudstorage"
)
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' |
Returns list of file paths to both the shapefiles and their sst timeseries
# Not Run:
# r_group <- "lme"
# get_timeseries_paths(region_group = r_group)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.