| od_list | R Documentation |
List datasets for an OPeNDAP server
od_list(..., url = durl(), callopts = list())
... |
Any number of paths to drill down into an OPeNDAP server |
url |
A URL for an OPeNDAP server. Default: see |
callopts |
Curl options |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.