Skip to contents

This function is not intended to be called directly, but rather is specified as a method option in bb_source.

Usage

bb_handler_thredds(...)

Arguments

...

: parameters passed to bb_rget

Value

TRUE on success

Examples

my_source <- bb_source(
    name = "OSI SAF Global Low Resolution Sea Ice Drift",
    id = "10.15770/EUM_SAF_OSI_NRT_2007",
    description = "Example dataset.",
    doc_url = "https://osi-saf.eumetsat.int/products/osi-405-c",
    ## just the 2009 subset for demo purposes
    source_url =
    "https://thredds.met.no/thredds/catalog/osisaf/met.no/ice/drift_lr/merged/2009/catalog.html",
    citation = "See https://doi.org/10.15770/EUM_SAF_OSI_NRT_2007",
    license = "Please cite",
    method = list("bb_handler_thredds", level = 2),
    access_function = "",
    data_group = "Sea ice")

if (FALSE) { # \dontrun{
  result <- bb_get(my_source, local_file_root = tempdir(), verbose = TRUE)
} # }