cmip_urls: Obtain file server URLs of CMIP data

View source: R/cmip-urls.R

cmip_urlsR Documentation

Obtain file server URLs of CMIP data

Description

Finds the URLs that cmip_download would obtain from a search results object.

Usage

cmip_urls(results)

Arguments

results

A list of search results from cmip_search().

Details

If a valid URL is not found the return value has an NA in its place.

Note that the versions to download have "/fileServer/" in the path, whereas those for the remote access have "/dodsC/" instead (and can be string-substituted). This works for some sources we have seen (GDAL for example can within limitations read remotely from the 'fileServer' URLs, but the NetCDF library needs the 'dodsC' version, again this a pattern observed on some sources not an authorative claim).

It takes some time to process and find these so they aren't automatically added to the results from a search.

Value

character vector of URLs


eliocamp/rcmip6 documentation built on Feb. 8, 2025, 4:26 p.m.