-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.03 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: hdar
Type: Package
Title: 'REST' API Client for Accessing Data on 'WEkEO HDA V2'
Version: 1.0.7
URL: https://www.wekeo.eu/
Authors@R: person("Matteo", "Mattiuzzi", email = "matteo.mattiuzzi@eea.europa.eu", role = c("aut", "cre"))
Maintainer: Matteo Mattiuzzi <matteo.mattiuzzi@eea.europa.eu>
Description:
Provides seamless access to the WEkEO Harmonised Data Access (HDA) API, enabling
users to query, download, and process data efficiently from the HDA platform.
With 'hdar', researchers and data scientists can integrate the extensive HDA
datasets into their R workflows, enhancing their data analysis capabilities.
Comprehensive information on the API functionality and usage is available
at <https://gateway.prod.wekeo2.eu/hda-broker/docs>.
License: GPL-3
BugReports: https://github.com/eea/hdar/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports:
R6,
httr2,
jsonlite,
magrittr,
htmltools,
stringr,
scales,
progress
Depends:
R (>= 2.10),
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr