ddx: Get dds information on an OPeNDAP dataset.

View source: R/ddx.R

ddxR Documentation

Get dds information on an OPeNDAP dataset.

Description

FIXME - messy, messy parsing.

Usage

ddx(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 summary of the data on return, but you can index to various information.

Author(s)

Scott Chamberlain <myrmecocystus@gmail.com>

Examples

## Not run: 
ddx(id = "MERRA_MONTHLY/MSTMNXMLD.5.2.0/2015/MERRA300.prod.simul.tavgM_2d_mld_Nx.201507.hdf")

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

## End(Not run)

ropensci/dappr documentation built on May 18, 2022, 9:51 a.m.