https://github.com/eea/hdar
R client for accessing WEkEO Harmonised Data Access (HDA) API
https://github.com/eea/hdar
Last synced: 28 days ago
JSON representation
R client for accessing WEkEO Harmonised Data Access (HDA) API
- Host: GitHub
- URL: https://github.com/eea/hdar
- Owner: eea
- Created: 2020-09-09T19:21:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T19:10:16.000Z (3 months ago)
- Last Synced: 2024-11-24T22:08:43.387Z (3 months ago)
- Language: R
- Size: 1.68 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - eea/hdar - R client for accessing WEkEO Harmonised Data Access (HDA) API (R)
README
# 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")