Skip to content

Commit 0f0679c

Browse files
authored
Merge pull request #3 from eea/develop
Develop merge
2 parents 527c30a + 40ba5a1 commit 0f0679c

22 files changed

+425
-1455
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
hdar.Rproj
77
inst/doc
88
/Meta/
9-
/doc/
9+
doc/

DESCRIPTION

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Package: hdar
22
Type: Package
33
Title: 'REST' API Client for Accessing Data on 'WEkEO HDA V2'
4-
Version: 1.0.0
4+
Version: 1.0.2
55
URL: https://www.wekeo.eu/
66
BugReports: https://github.com/eea/hdar/issues
7-
Authors@R: person("Matteo", "Mattiuzzi", email = "matteo@mattiuzzi.com", role = c("aut", "cre"))
8-
Maintainer: Matteo Mattiuzzi <matteo@mattiuzzi.com>
7+
Authors@R: person("Matteo", "Mattiuzzi", email = "matteo.mattiuzzi@eea.europa.eu", role = c("aut", "cre"))
8+
Maintainer: Matteo Mattiuzzi <matteo.mattiuzzi@eea.europa.eu>
99
Description:
10-
The `hdar` R package offers seamless access to the 'WEkEO Harmonised Data Access (HDA)' API,
11-
enabling users to query, download, and process data efficiently from the HDA platform.
12-
With `hdar`, researchers and data scientists can integrate HDA's extensive datasets
13-
into their R workflows, enhancing their data analysis capabilities. The API documentation
14-
is available at [https://gateway.prod.wekeo2.eu/hda-broker/docs]https://gateway.prod.wekeo2.eu/hda-broker/docs, providing comprehensive
15-
information on the API's functionalities and usage.
16-
License: EUPL (>= 1.2)
10+
Provides seamless access to the WEkEO Harmonised Data Access (HDA) API, enabling
11+
users to query, download, and process data efficiently from the HDA platform.
12+
With 'hdar', researchers and data scientists can integrate the extensive HDA
13+
datasets into their R workflows, enhancing their data analysis capabilities.
14+
Comprehensive information on the API functionality and usage is available
15+
at <https://gateway.prod.wekeo2.eu/hda-broker/docs>.
16+
License: EUPL (>= 1.2)
1717
Encoding: UTF-8
1818
RoxygenNote: 7.3.2
1919
Imports:

LICENSE

Lines changed: 0 additions & 287 deletions
This file was deleted.

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ importFrom(httr2,req_body_json)
1313
importFrom(httr2,req_method)
1414
importFrom(httr2,req_url_query)
1515
importFrom(httr2,request)
16+
importFrom(humanize,natural_size)
1617
importFrom(jsonlite,toJSON)
1718
importFrom(magrittr,"%>%")
1819
importFrom(stringr,str_detect)

0 commit comments

Comments
 (0)