Examples¶
This section provides practical examples of using openEO by TiTiler for various Earth Observation tasks.
Web Editor Examples¶
The openEO Web Editor provides a graphical interface for interacting with the API. To get started:
- Start the services:
-
Access the editor at localhost:8080 and set the backend URL to localhost:8081
-
Authenticate using the instructions in the Admin Guide
Jupyter Notebook Examples¶
We provide several Jupyter notebooks demonstrating different use cases:
Manhattan Satellite Imagery¶
Learn how to:
- Connect to the openEO backend
- Load and process Sentinel-2 imagery
- Create true-color RGB visualizations
- Apply color enhancements for better visualization
NDVI Time Series Analysis¶
Explore how to:
- Calculate vegetation indices (NDVI)
- Extract time series data for specific areas
- Analyze temporal patterns in vegetation
- Visualize results using matplotlib
Running the Notebooks¶
To run the notebooks locally:
- Install the development dependencies:
- Start Jupyter:
- Open the desired notebook and follow the instructions