tds_list_datasets: Get a list of available datasets on a THREDDS data server.

Description Usage Arguments Value Examples

Description

Get a list of available datasets on a THREDDS data server.

Usage

1
tds_list_datasets(thredds_url, recursive = FALSE)

Arguments

thredds_url

A string providing the URL of a THREDDS server, usually ending with '/thredds/'.

recursive

Should the function recurse into nested THREDDS catalogs. Defaults to 'FALSE'.

Value

A data_frame containing dataset names and paths.

Examples

1
2
3
library(thredds)
tds_list_datasets(thredds_url = "https://cida.usgs.gov/thredds/")
tds_list_datasets(thredds_url = "http://thredds.northwestknowledge.net:8080/thredds/")

mt-climate-office/thredds documentation built on May 25, 2019, 10:34 p.m.