cmip_urls | R Documentation |
Finds the URLs that cmip_download would obtain from a search results object.
cmip_urls(results)
results |
A list of search results from |
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.
character vector of URLs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.