Learn R Programming

⚠️There's a newer version (0.3.0) of this package.Take me there.

CDSE

'Copernicus Data Space Ecosystem' API Wrapper

This package provides the interface to the 'Copernicus Data Space Ecosystem' API, mainly for searching the catalogue of available data from Copernicus Sentinel missions and obtaining the images for just the area of interest based on selected spectral bands. The package uses the 'Sentinel Hub' RESTful API interface to access various satellite imagery archives. It allows you to access raw satellite data, rendered images, statistical analysis, and other features.

This package is in no way officially related to or endorsed by Copernicus.

Installation

Stable version

You can install the current stable version of CDSE from CRAN:

install.packages("CDSE")

Windows and macOS binary packages are available from here.

Development version

You can install the development version of CDSE including latest features from GitHub:

# install.packages("remotes")
remotes::install_github("zivankaraman/CDSE")

Usage

Access to the 'Copernicus Data Space Ecosystem' is free, but you have to register to get the authentication credentials required to use the API. These necessary steps are explained in detail in the Before you start article, so please read it first.

Once you have set up your working environment, the Get started will guide you through the main functions and demonstrate how to use the package.

License

This package is released under AGPL-3.

Citation

If you use this package in a publication, I would greatly appreciate it if you cited it. You can get the citation information by typing citation("CDSE") in R.

To cite 'CDSE' in publications use:

Karaman Z (2024). CDSE: Copernicus Data Space Ecosystem API Wrapper. doi:10.32614/CRAN.package.CDSE, https://zivankaraman.github.io/CDSE/.

A BibTeX entry for LaTeX users is

@Manual{R-CDSE, title = {{CDSE}: Copernicus Data Space Ecosystem API Wrapper}, doi = {10.32614/CRAN.package.CDSE}, author = {Zivan Karaman}, year = {2024}, version = {0.2.1}, url = {https://zivankaraman.github.io/CDSE/}, abstract = {...},}

Copy Link

Version

Install

install.packages('CDSE')

Monthly Downloads

319

Version

0.2.1

License

AGPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Zivan Karaman

Last Published

August 31st, 2024

Functions in CDSE (0.2.1)

UniqueCatalog

Produce image catalog without multiple entries per date
SeasonalFilter

Filter image catalog for seasonal images
SearchCatalog

Search collection for available images
SeasonalTimerange

Create seasonal time range
SearchCatalogBy...

Search collection for available images (vectorization ready)
GetStatisticsBy...

Get statistical values (vectorization ready)
Point2Bbox

Create bounding box around a point
GetQueryables

Get CQL2 parameters for a collection
CDSE

Package providing interface to the 'Copernicus Data Space Ecosystem' API
GetOAuthClient

Get OAuth client
GetOAuthToken

Get OAuth token
GetCollections

List available collections
GetArchiveImage

Get image from the archive (deprecated)
GetImage

Get image from the archive
GetImageBy...

Get image from the archive (vectorization ready)
CDSE-deprecated

Deprecated functions in package CDSE.
GetStatistics

Get statistical values