list_thredds: A function that lists files on thredds catalogue.

View source: R/filesfromthredds.R

list_threddsR Documentation

A function that lists files on thredds catalogue.

Description

A function that lists files on thredds catalogue.

Usage

list_thredds(
  caturl =
    "https://thredds.met.no/thredds/catalog/KSS/Klima_i_Norge_2100/seasonal_RCM/catalog.html",
  extension = ".nc",
  pattern = NULL,
  verbose = FALSE
)

Arguments

caturl

url of the thredds ctalogue containing the files

extension

the extension ot the netCDF files (default is ".nc")

pattern

text pattern to filter file names

verbose

if true promt test lines

See Also

retrieve

Examples


## Not run: 
list_thredds()
list_thredds(pattern=c("rcp45","r1i1p1","RACMO")) 
list_thredds(caturl="http://esgf3.dkrz.de/thredds/catalog/esgcet/12/CMIP6.ScenarioMIP.DKRZ.MPI-ESM1-2-HR.ssp585.r1i1p1f1.day.pr.gn.v20190710.html")

caturl <- "https://thredds.met.no/thredds/catalog/KSS/Klima_i_Norge_2100/bias_corrected/3DBC/cross-validation/noresm-r1i1p1-remo/tasmin/catalog.html"
extension <- '.nc4'
list_thredds(caturl,extension)

## End(Not run)

metno/esd documentation built on April 29, 2024, 3:34 p.m.