Package: thredds 0.1-4
thredds: Crawler for Navigating THREDDS Catalogs
Provides a crawler for programmatically navigating THREDDS Data Server (<https://www.unidata.ucar.edu/software/tds/>) catalogs, and access dataset metadata and resources.
Authors:
thredds_0.1-4.tar.gz
thredds_0.1-4.zip(r-4.5)thredds_0.1-4.zip(r-4.4)thredds_0.1-4.zip(r-4.3)
thredds_0.1-4.tgz(r-4.4-any)thredds_0.1-4.tgz(r-4.3-any)
thredds_0.1-4.tar.gz(r-4.5-noble)thredds_0.1-4.tar.gz(r-4.4-noble)
thredds_0.1-4.tgz(r-4.4-emscripten)thredds_0.1-4.tgz(r-4.3-emscripten)
thredds.pdf |thredds.html✨
thredds/json (API)
# Install 'thredds' in R: |
install.packages('thredds', repos = c('https://bigelowlab.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bigelowlab/thredds/issues
Last updated 1 years agofrom:84c2af84ba. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win | OK | Nov 12 2024 |
R-4.5-linux | OK | Nov 12 2024 |
R-4.4-win | OK | Nov 12 2024 |
R-4.4-mac | OK | Nov 12 2024 |
R-4.3-win | OK | Nov 12 2024 |
R-4.3-mac | OK | Nov 12 2024 |
Exports:build_xpathCatalogNodeDatasetNodeget_catalogget_xml_nsgrepl_itis_xmlNodeparse_nodeServiceNodeThreddsNodexml_children_namesxml_idxmlString
Dependencies:askpassclicurlhttrjsonlitemagrittrmimeopensslR6rlangsysxml2
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Build and xpath string, possibly using the user specified namespace prefix. | build_xpath |
A class for Catalogs (which may contain catalogs references or datasets) | CatalogNode |
A class for a single datatset reference | DatasetNode |
Retrieve a catalog | get_catalog |
Retrieve the namespaces for a resource | get_xml_ns |
Determine if a vector of names match the greplargs | grepl_it |
Test if an object inherits from xml2::xml_node | is_xmlNode |
Convert a node to an object inheriting from ThreddsNode | parse_node |
A simple class for parsing and holdoing service info | ServiceNode |
thredds: Crawler for Navigating THREDDS Catalogs | thredds-package thredds |
A base representation that other nodes subclass from | ThreddsNode |
Get the names of children | xml_children_names |
Retrieve an ID value for a node from it's attributes. | xml_id |
Convert xm2::xml_node to character | xmlString |