https://github.com/eea/hdar
R client for accessing WEkEO Harmonised Data Access (HDA) API
https://github.com/eea/hdar
Last synced: about 2 months ago
JSON representation
R client for accessing WEkEO Harmonised Data Access (HDA) API
- Host: GitHub
- URL: https://github.com/eea/hdar
- Owner: eea
- License: eupl-1.2
- Created: 2020-09-09T19:21:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T06:08:05.000Z (3 months ago)
- Last Synced: 2025-03-31T03:32:22.200Z (3 months ago)
- Language: R
- Size: 1.69 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - eea/hdar - R client for accessing WEkEO Harmonised Data Access (HDA) API (R)
README
[](https://cran.r-project.org/package=hdar)
[](https://www.r-pkg.org/pkg/hdar)# HDAR: Harmonised Data Access API Client for R
## Overview
`hdar` is an R package that provides access to the WEkEO Harmonised Data Access (HDA) API. It allows users to query, download, and process data from the HDA platform efficiently.## Installation
You can install the development version from GitHub:
```r
devtools::install_github("eea/hdar")
```
## Usage
See for more details:
```r
vignette("hdar")
```
or consult [WEkEO](https://help.wekeo.eu/en/articles/7035318-how-to-use-the-hdar-package-for-accessing-the-wekeo-hda-api-in-r) help page or the [manual](https://cran.r-project.org/web/packages/hdar/hdar.pdf)