Skip to contents

Given an ERDDAP dataset info object, return a vector of all available values in given dimension.

Usage

ed_dim(ed, dim)

Arguments

dim

dimension to extract

ed_info

ERDDAP info object on SeaScape dataset, as returned by ed_info)

Value

vector of values for given dimension

Examples

ed <- ed_info("https://coastwatch.pfeg.noaa.gov/erddap/griddap/jplMURSST41.html")
#> Error in ed_info("https://coastwatch.pfeg.noaa.gov/erddap/griddap/jplMURSST41.html"): ERDDAP server is offline or unreachable: Server is online with status code: 403
ed_dim(ed, "LEV")
#> Error: object 'ed' not found