-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
24 lines (24 loc) · 928 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: thredds
Title: Crawler for Navigating THREDDS Catalogs
Description: Provides a crawler for programmatically navigating THREDDS Data Server (<https://www.unidata.ucar.edu/software/tds/>)
catalogs, and access dataset metadata and resources.
Version: 0.1-4
Date: 2023-09-01
Depends:
R (>= 3.0)
Imports:
R6,
rlang,
magrittr,
httr,
xml2
Suggests: ncdf4, testthat
Maintainer: Emmanuel Blondel <[email protected]>
Authors@R: c(
person("Ben", "Tupper", role = c("aut"), email = "[email protected]"),
person("Emmanuel", "Blondel", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-5870-5762")),
person("Bigelow Laboratory for Ocean Sciences", role = c("cph"), email = "[email protected]"))
URL: https://github.com/BigelowLab/thredds, https://www.unidata.ucar.edu/software/tds/
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3