od_list: List datasets for an OPeNDAP server

View source: R/od_list.R

od_listR Documentation

List datasets for an OPeNDAP server

Description

List datasets for an OPeNDAP server

Usage

od_list(..., url = durl(), callopts = list())

Arguments

...

Any number of paths to drill down into an OPeNDAP server

url

A URL for an OPeNDAP server. Default: see durl

callopts

Curl options

Examples

## Not run: 
od_list("MERRA_MONTHLY")
od_list("MERRA_MONTHLY", "MSTMNXMLD.5.2.0")
od_list("MERRA_MONTHLY", "MATMNXLND.5.2.0")
od_list("MERRA_MONTHLY", "MSTMNXMLD.5.2.0", "2000")
od_list("MERRA_MONTHLY", "MSTMNXMLD.5.2.0", "2015")

# NASA's ocean color data
url <- 'https://oceandata.sci.gsfc.nasa.gov/opendap/'
od_list("MODISA", url = url)
od_list("MODISA", "L3SMI", url = url)
od_list("MODISA", "L3SMI", "2015", url = url)
od_list("MODISA", "L3SMI", "2015", "336", url = url)

## End(Not run)

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