Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
hdar.Rproj
inst/doc
/Meta/
/doc/
doc/
20 changes: 10 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Package: hdar
Type: Package
Title: 'REST' API Client for Accessing Data on 'WEkEO HDA V2'
Version: 1.0.0
Version: 1.0.2
URL: https://www.wekeo.eu/
BugReports: https://github.com/eea/hdar/issues
Authors@R: person("Matteo", "Mattiuzzi", email = "matteo@mattiuzzi.com", role = c("aut", "cre"))
Maintainer: Matteo Mattiuzzi <matteo@mattiuzzi.com>
Authors@R: person("Matteo", "Mattiuzzi", email = "matteo.mattiuzzi@eea.europa.eu", role = c("aut", "cre"))
Maintainer: Matteo Mattiuzzi <matteo.mattiuzzi@eea.europa.eu>
Description:
The `hdar` R package offers 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 HDA's extensive datasets
into their R workflows, enhancing their data analysis capabilities. The API documentation
is available at [https://gateway.prod.wekeo2.eu/hda-broker/docs]https://gateway.prod.wekeo2.eu/hda-broker/docs, providing comprehensive
information on the API's functionalities and usage.
License: EUPL (>= 1.2)
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: EUPL (>= 1.2)
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports:
Expand Down
287 changes: 0 additions & 287 deletions LICENSE

This file was deleted.

1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ importFrom(httr2,req_body_json)
importFrom(httr2,req_method)
importFrom(httr2,req_url_query)
importFrom(httr2,request)
importFrom(humanize,natural_size)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(stringr,str_detect)
Loading