Given an ERDDAP dataset info object, return a vector of all available values in given dimension.
Arguments
- dim
dimension to extract
- ed_info
ERDDAP info object on SeaScape dataset, as returned by
ed_info
)
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