Clicking on the provided links will open an openEO Web Editor session showing the example process graph. You must log-in before starting any batch processing or download some data.
This examples shows the most basic usage of openEO for data access.
It loads the RGB bands (B04,B03,B02) from the Sentinel-2 L2A collection over the Alps S2_L2A_ALPS
from the area of Bolzano (Italy) and saves the result as a netCDF.
It loads the RGB bands (B04,B03,B02) from the Sentinel-2 L2A collection over the Alps S2_L2A_ALPS
from the area of Bolzano (Italy). It takes the median over time and saves the result as a PNG for a direct visualization.
It loads the RGB bands (B04,B03,B02) from the Sentinel-2 L2A collection over the Alps S2_L2A_ALPS
from the area of Bolzano (Italy). It takes the median over time and saves the result as a geoTIFF for a direct visualization over a reference map.
It loads the red and nir bands (B04,B08) from the Sentinel-2 L2A collection over the Alps S2_L2A_ALPS
. It computes the NDVI: (NIR - RED) / (NIR + RED), takes the mean over a sample area and saves the result as a JSON file for a direct visualization.
It loads the red and nir bands (B04,B08) from the Sentinel-2 L2A collection over the Alps S2_L2A_ALPS
. It computes the NDVI: (NIR - RED) / (NIR + RED), takes the median over a the summer months and saves the result as a geoTIFF.