The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

CDSE CDSE website

‘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 = {…},}

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.