CDSE

Copernicus Data Space Ecosystem API Wrapper

https://github.com/zivankaraman/cdse

Science Score: 39.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.7%) to scientific vocabulary

Keywords

copernicus earth-observation r remote-sensing
Last synced: 6 months ago · JSON representation

Repository

Copernicus Data Space Ecosystem API Wrapper

Basic Info
Statistics
  • Stars: 18
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 4
Topics
copernicus earth-observation r remote-sensing
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License

README.md

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:

r 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:

``` r

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

Owner

  • Name: Zivan Karaman
  • Login: zivankaraman
  • Kind: user
  • Location: France
  • Company: Freelance

Data Science & Engineering Consultant Using mathematics, statistics, and computing to distill complex data into actionable insights.

GitHub Events

Total
  • Issues event: 2
  • Watch event: 5
  • Issue comment event: 11
  • Push event: 11
  • Pull request event: 3
  • Fork event: 3
  • Create event: 2
Last Year
  • Issues event: 2
  • Watch event: 5
  • Issue comment event: 11
  • Push event: 11
  • Pull request event: 3
  • Fork event: 3
  • Create event: 2

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 26
  • Total Committers: 2
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.5
Past Year
  • Commits: 26
  • Committers: 2
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
zivankaraman z****n@g****m 13
Zivan Karaman 3****n 13

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 9
  • Total pull requests: 28
  • Average time to close issues: 11 days
  • Average time to close pull requests: less than a minute
  • Total issue authors: 5
  • Total pull request authors: 1
  • Average comments per issue: 1.89
  • Average comments per pull request: 0.0
  • Merged pull requests: 27
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 5
  • Pull requests: 3
  • Average time to close issues: 3 days
  • Average time to close pull requests: less than a minute
  • Issue authors: 4
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • micha-silver (4)
  • alecGraves (2)
  • zhayuan87 (1)
  • MarcosSilva3 (1)
  • sagesteppe (1)
Pull Request Authors
  • zivankaraman (27)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 302 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
  • Total maintainers: 1
cran.r-project.org: CDSE

'Copernicus Data Space Ecosystem' API Wrapper

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 302 Last month
Rankings
Dependent packages count: 28.7%
Dependent repos count: 36.8%
Average: 50.5%
Downloads: 86.1%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • geojsonsf * imports
  • httr2 * imports
  • jsonlite * imports
  • lubridate * imports
  • lutz * imports
  • sf * imports
  • stats * imports
  • terra * imports