R Package with functions for working with satellite data of Copernicus Climate Data Store (https://cds.climate.copernicus.eu) or GoogleEarthEngine (https://earthengine.google.com/).
Installation
For installing the latest release of this R package run the following code below:
# Enable repository from kwb-r
options(repos = c(
kwbr = 'https://kwb-r.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
# Download and install kwb.satellite in R
install.packages('kwb.satellite')
# Browse the kwb.satellite manual pages
help(package = 'kwb.satellite')