dds: Get dds information on an OPeNDAP dataset.

View source: R/dds.R

ddsR Documentation

Get dds information on an OPeNDAP dataset.

Description

Get dds information on an OPeNDAP dataset.

Usage

dds(id, url = durl(), ...)

Arguments

id

Dataset id

url

A URL for an OPeNDAP server. Default: see durl

...

Further args passed on to GET (must be named parameters)

Value

Prints a data.frame of metadata for a dataset

Examples

## Not run: 
dds("MERRA_MONTHLY/MAIMNXINT.5.2.0/1980/MERRA100.prod.assim.instM_2d_int_Nx.198004.hdf")
dds("MERRA_MONTHLY/MSTMNXMLD.5.2.0/2011/MERRA300.prod.simul.tavgM_2d_mld_Nx.201105.hdf")

# NASA's ocean color data
url <- 'https://oceandata.sci.gsfc.nasa.gov/opendap/'
dds('MODISA/L3SMI/2015/006/A2015006.L3m_DAY_CHL_chl_ocx_4km.nc', url)

## End(Not run)

sckott/dappr documentation built on May 20, 2022, 1:11 p.m.