An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![CRAN status](https://www.r-pkg.org/badges/version/hdar)](https://cran.r-project.org/package=hdar)
[![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/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)