See our vignette for detailed usage examples.
Authors: Oleh Prylutskyi, Vladimir Mikryukov, Dariia Shyriaieva
This package provides tools for obtaining, processing, and visualization of satellite-derived spectral reflectance data for the user-defined polygons of earth surface classes, allowing to explore visually in which wavelengths the classes differ. Input should be a shapefile with polygons of surface classes (it might be polygons of different habitat types, crops, or any other things). We use Sentinel2 L2A satellite mission (only optical bands) as a source of spectral reflectance data, obtained through the Google Earth Engine service.
The workflow depends on rgee
R package, which provides a bridge
between R and Python API for Google Earth Engine. All the
operations with satellite images run in a cloud, and the obtained pixel data
is visualized locally afterward. Therefore, the most resource-hungry operations
do not overload your local machine despite the extent of input data.
But that means that you need a stable Internet connection for using API.
The overall workflow is following:
Load the user’s ESRI shapefile containing polygons for user-defined surface classes, as well as the text or numerical field with classes names (labels).
Apply rgee functionality to retrieve multi-band pixel data for classes polygons from the Google Earth Engine service.
Visualize retrieved pixel data locally, mainly using ggplot2 approach.
Essential requirements:
stable Internet connection (for using API)
Installed and correctly pre-configured Python environment (v. 3.5 or above)
valid Google Earth Engine account
Install the released version from CRAN
install.packages("spectralR")
You can install the development version of spectralR
like so:
library(remotes)
install_github("olehprylutskyi/spectralR")
spectralR
is strongly depends on rgee
and sf
packages, so install
and configure them before installing spectralR
. More details in the
vignette.
Shyriaieva, D., Prylutskyi, O. (2021). Exploratory analysis of the spectral reflectance curves of habitat types: a case study on Southern Bug River valley, Ukraine. In: 63rd IAVS Annual Symposium: Book of Abstracts, p. 153.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.