The following is a list of events at the 2025 ESA Living Planet Symposium that involve cloud-native geospatial technologies.
Sunday 22 June
5 events
Tutorial: D.03.17 TUTORIAL - Cloud-Native Earth Observation Processing with SNAP and Copernicus Data Space Ecosystem CDSE
#cloud-native
1. Introduction to SNAP and CDSE (15 minutes)
• SNAP Overview: Highlight new features, including enhanced Python support via snappy and SNAPISTA, containerized deployment options, dand hyperspectral ata support.
• CDSE Architecture: Explore the CDSE’s data catalog, processing tools, and Jupyter environment, emphasizing its role in reducing data transfer costs through in-situ analysis.
2. Containerized SNAP Deployment (15 minutes)
• Container Fundamentals: Contrast Docker containers with SNAP’s snap packaging, addressing isolation challenges (e.g., subprocess confinement) and scalability.
• Cloud Deployment: Walk through launching pre-configured SNAP containers on CDSE, including resource allocation and persistent storage setup.
3. Python-Driven Processing with SNAPISTA and Snappy (25 minutes)
• Snappy and SNAPISTA: Understand the low-level Java-Python bridge (snappy) and SNAPISTA’s high-level API for graph generation, including performance trade-offs.
• Operational Workflows: Build a Python script using SNAPISTA to batch-process Sentinel data on CDSE, incorporating cloud-optimized I/O and error handling.
• Integration with CDSE APIs: Retrieve CDSE catalog metadata, subset spatial/temporal ranges, and pipe results directly into SNAP operators without local downloads.
4. Jupyter-Based Analytics and Collaboration (20 minutes)
• Jupyter Lab on CDSE: Navigate the pre-installed environment, accessing SNAP kernels, GPU resources, and shared datasets.
• Reproducible Workflows: Convert SNAP Graph Processing Tool (GPT) XML workflows into Jupyter notebooks, leveraging snapista for modular code generation.
• Collaboration Features: Demonstrate version control, real-time co-editing, and result sharing via CDSE’s portal.
5. Best Practices and Q&A (15 minutes)
• Q&A: Address participant challenges in adapting legacy SNAP workflows to cloud environments.
Learning Outcomes: Participants will gain proficiency in deploying SNAP on CDSE, designing Python-driven EO pipelines, and executing scalable analyses without data migration. The tutorial bridges ESA’s desktop-oriented SNAP tradition with modern cloud paradigms, empowering users to operationalize workflows in alignment with CDSE’s roadmap.
Speaker
- Pontus Lurcock - Brockmann
Tutorial: D.04.12 TUTORIAL - Cloud optimized way to explore, access, analyze and visualize Copernicus data sets
#stac
Speaker:
- Jan Musial, CloudFerro
Tutorial: D.03.15 TUTORIAL - FAIR and Open Science with EarthCODE Integrated Platforms
#pangeo
Speakers:
- Samardzhiev Deyan - Lampata
- Anne Fouilloux - Simula Labs
- Dobrowolska Ewelina Agnieszka - Serco
- Stephan Meissl - EOX IT Services GmbH
- Gunnar Brandt - Brockmann Consult
- Bram Janssen - Vito
Tutorial: D.02.18 TUTORIAL - Mastering EOTDL: A Tutorial on crafting Training Datasets and developing Machine Learning Models
#stac
Throughout the session, you will begin with an introduction to the fundamentals of EOTDL, exploring its datasets, models, and the different accesibility layers. We will then move into a detailed walkthrough of EOTDL’s capabilities, where you’ll learn how to efficiently ingest raw satellite data and transform it into structured, usable datasets. Emphasis will be placed on practical techniques for data curation, including the utilization of STAC metadata standards, ensuring your datasets are both discoverable and interoperable.
Next, the session will focus on model development, showcasing the process of training and validating machine learning models using curated datasets, including feature engineering. Real-world examples and case studies will be presented to illustrate how EOTDL can be leveraged to solve complex problems in fields such as environmental monitoring, urban planning, and disaster management.
By the end of the tutorial, you will have gained valuable insights into the complete data pipeline—from dataset creation to model deployment—and the skills necessary to apply these techniques in your own projects. Join us to unlock the potential of Earth observation data and drive innovation in your machine learning endeavors.
Speakers:
- Juan B. Pedro Costa - CTO@Earthpulse, Technical Lead of EOTDL
Tutorial: D.02.22 TUTORIAL - Geospatial Machine Learning Libraries and the Road to TorchGeo 1.0
#stac
TorchGeo (PyTorch)
Eo-learn (scikit-learn)
Raster Vision (PyTorch, TensorFlow*)
DeepForest (PyTorch, TensorFlow*)
Samgeo (PyTorch)
TerraTorch (PyTorch)
SITS (R Torch)
Srai (PyTorch)
Scikit-eo (scikit-learn, TensorFlow)
Geo-bench (PyTorch)
GeoAI (PyTorch)
OTBTF (TensorFlow)
GeoDeep (ONNX)
For each library, we compare the features they have as well as various GitHub and download metrics that emphasize the relative popularity and growth of each library. In particular, we promote metrics including the number of contributors, forks, and test coverage as useful for gauging the long-term health of each software community. Among these libraries, TorchGeo stands out with more builtin data loaders and pre-trained model weights than all other libraries combined. TorchGeo also boasts the highest number of contributors, forks, stars, and test coverage. We highlight particularly desirable features of these libraries, including a command-line or graphical user interface, the ability to automatically reproject and resample geospatial data, support for the spatio-temporal asset catalog (STAC), and time series support. The results of this literature review are regularly updated with input from the developers of each software library and can be found here: https://torchgeo.readthedocs.io/en/stable/user/alternatives.html
Among the above highly desirable features, the one TorchGeo would most benefit from adding is better time series support. Geotemporal data (time series data that is coupled with geospatial information) is a growing trend in Earth Observation, and is crucial for a number of important applications, including weather and climate forecasting, air quality monitoring, crop yield prediction, and natural disaster response. However, TorchGeo has only partial support for geotemporal data, and lacks the data loaders or models to make effective use of geotemporal metadata. In this talk, we highlight steps TorchGeo is taking to revolutionize how geospatial machine learning libraries handle spatiotemporal information. In addition to the preprocessing transforms, time series models, and change detection trainers required for this effort, there is also the need to replace TorchGeo's R-tree spatiotemporal backend. We present a literature review of several promising geospatial metadata indexing solutions and data cubes, including:
R-tree
Shapely
Geopandas
STAC
Numpy
PyTorch
Pandas
Xarray
Geopandas
Datacube
For each spatiotemporal backend, we compare the array, list, set, and database features available. We also compare performance benchmarks on scaling experiments for common operations. TorchGeo requires support for geospatial and geotemporal indexing, slicing, and iteration. The library with the best spatiotemporal support will be chosen to replace R-tree in the coming TorchGeo 1.0 release, marking a large change in the TorchGeo API as well as a promise of future stability and backwards compatibility for one of the most popular geospatial machine learning libraries. TorchGeo development is led by the Technical University of Munich, with incubation by the AI for Good Research Lab at Microsoft, and contributions from 100 contributors from around the world. TorchGeo is also a member of the OSGeo foundation, and is widely used throughout academia, industry, and government laboratories. Check out TorchGeo here: https://www.osgeo.org/projects/torchgeo/
Speakers:
- Adam J. Stewart - TUM
- Nils Lehmann - TUM
- Burak Ekim - UniBw
Monday 23 June
34 events
Poster: Global distribution of livestock densities (2000–2022) at 1 km resolution based on spatiotemporal machine learning and irregular census data
#stac
Poster: Evolution of the CEOS-ARD Optical Product Family Specifications
#stac
Poster: HIGHWAY – Bridging Earth Observation and Digital Twin Technologies
#cloud-native #stac #zarr #cog
Poster: EDEN: seamless access to the Destination Earth data portfolio
#cloud-native #stac
Poster: Data cubes – approaches to exploit parts of DestinE Digital Twin outputs
#cloud-native #zarr
Poster: D.03.02 - POSTER -Free Open Source Software for the Geospatial Domain: current status & evolution
#cloud-native
Poster: Processing geospatial data at scale in geoscience: taking advantage of open-source tools.
#parquet
Poster: The Earth Observation DataHub - Using Open Source Software to Make EO and Climate Data More Accessible and Usable, Supporting the Creation of New Applications and Open Science
#stac
Poster: Overview of geospatial tools stack through Earth Observation API (eoAPI)
#stac
Poster: On-demand data cubes – knowledge-based, semantic querying of multimodal Earth observation data for mesoscale analyses anywhere on Earth
#stac
Poster: High Performance Desert Analytics: Characterizing Earth Surface Dynamics in Arid Regions Through ‘terrabyte’ and Multi-Sensor Earth Observation Archives
#stac
Poster: Efficient Satellite Data Management: The Role of the STAC Standard and EOmetadatatool in Open-Source Metadata Harmonization for the Geospatial Domain
#stac
Poster: Availability and use of Copernicus data in the commercial ArcGIS Platform
#stac
Poster: IRIDE Marketplace, a cloud-native data platform to manage the ecosystem of IRIDE Satellite Data and Services in a scalable cloud environment
#cloud-native #stac #parquet #cog
Demo: D.02.23 DEMO - Machine Learning API for Earth Observation Data Cubes
#stac
Building on this foundation, we propose a Machine Learning (ML) API for Satellite Image Time Series Analysis, extending the openEO API to integrate ML workflows. This extension allows users to leverage openEO client libraries in R, Python, Julia, and JavaScript while utilizing the R SITS package, which provides specialized ML tools for satellite image time series analysis.
Our ML API supports both traditional ML algorithms (e.g., Random Forest, SVM, XGBoost) and advanced deep learning models (e.g., Temporal Convolutional Networks (TempCNN), Lightweight Temporal Attention Encoder (LightTAE)). A core focus is reproducibility, ensuring transparent tracking of data provenance, model parameters, and workflows. By integrating ML into the openEO specification, we provide scalable, flexible, and interoperable ML tools for Earth Observation (EO) data analysis.
We encapsulated SITS within the openEO ecosystem using a new R package called openeocraft. This empowers scientific communities to efficiently analyze EO data cubes using advanced ML concepts in a simplified manner across multiple programming languages. This work aims to demonstrate the democratization of access to ML workflows for satellite image time series analysis.
Speakers:
- Brian Pondi - Institute for Geoinformatics, University of Munster
- Rolf Simoes - OpenGeoHub Foundation
Demo: D.03.25 DEMO - The WorldCereal Reference Data Module: An open harmonized repository of global crop data
#parquet
The demonstration will include a short introduction to the RDM API and UI, including the AI-assisted legend mapping, but also the process to make a data set public and what quality checks are necessary. Participants can try the system on the spot via web browser.
Speaker:
- Juan Carlos - IIASA
Demo: D.04.23 DEMO - Leveraging Sentinel Zarr Data
#stac #zarr
The xarray EOPF backend provides seamless access to individual Sentinel Zarr data products, with additional features to enhance usability, such as aligning of all Sentinel-2 bands to a common grid. The xcube EOPF data store builds on this by using the STAC API to locate relevant observations and leveraging the xarray backend to open and process the data. It mosaics and stacks Sentinel tiles along the time axis, creating an analysis-ready data cube for advanced geospatial analysis.
Beyond simple data access, xcube offers powerful processing capabilities, including sub-setting, resampling, and reprojection. It also includes an integrated server and a visualisation tool, xcube Viewer, which efficiently renders multi-resolution data pyramids for fast, interactive exploration. The viewer supports basic data analytics, such as polygon-based statistics, band math, and time series visualisation.
This demonstration will show how to access and process Sentinel Zarr data using these tools. We will introduce the xarray backend, explore the EOPF xcube data store, and showcase how xcube enables the creation and visualisation of analysis-ready data cubes. Participants will learn how to perform efficient geospatial analysis with Sentinel Zarr products in a Python environment.
Point of Contact:
Konstantin Ntokas (available on site 23-26 of June)
konstantin.ntokas@brockmann-consult.de
Brockmann Consult GmbH
Speakers:
- Konstantin Ntokas - Brockmann Consult
Presentation: Cloud Native Copernicus Platform for Latin America and Caribbean (LAC) region
#cloud-native #stac
Presentation: DestinE Data Lake – AI-Driven Insights on Edge Services
#stac
Presentation: The Earth Data Hub: redefining access to massive climate and Earth observation datasets using Zarr and Xarray
#stac #zarr
Presentation: Leveraging Insula for Advanced Earth Observation Data Processing: Use Cases in Atmospheric Correction and Evapotranspiration Estimation
#zarr
Presentation: Global Fish Tracking System (GFTS): Harnessing Technological Innovations for Conservation and Sustainable Resource Management
#pangeo #zarr
Presentation: Environmental Digital Twins Based on the interTwin DTE Blue-Print Architecture
#stac
Session: D.03.02 Free Open Source Software for the Geospatial Domain: current status & evolution - PART 1
#cloud-native
Presentation: Pangeo Europe: A Community-Driven Approach to Advancing Open Source Earth Observation Tools Across Disciplines
#pangeo #zarr
Presentation: Scalable Workflows for Remote Sensing Data Analysis in Julia
#zarr
Presentation: Enabling Large-Scale Earth Observation Data Analytics with Open Source Software
#stac
Session: D.03.02 Free Open Source Software for the Geospatial Domain: current status & evolution - PART 2
#cloud-native
Presentation: KNeo: yet another cloud-native platform for scalable and automated EO data processing
#cloud-native
Presentation: Geospatial Machine Learning Libraries and the Road to TorchGeo 1.0
#stac
Presentation: xcube geoDB: Bridging the Gap in Vector Data Management for Earth Observation
#stac
Presentation: Operational monitoring of the water quality of French lakes and rivers from space
#zarr
Hands-On: D.03.10 HANDS-ON TRAINING - EarthCODE 101 Hands-On Workshop
#pangeo
Speakers:
- Samardzhiev Deyan - Lampata
- Anne Fouilloux - Simula Labs
- Dobrowolska Ewelina Agnieszka - Serco
- Stephan Meissl - EOX IT Services GmbH
Hands-On: D.04.08 HANDS-ON TRAINING - EO Data Processing with openEO: transitioning from local to cloud
#cloud-native #stac
- Understand the core concepts of EO data cubes and cloud-native processing
- Transition from local data processing to cloud-based environments efficiently, always using the openEO API
- Use openEO Platform (openeo.cloud) to process EO data via multiple cloud providers
- Gain familiarity with Python data access and processing using the openEO API
Training Content & Agenda
Introduction & Overview
- Introduction to the openEO API: functionalities and benefits
- Data cubes concepts and documentation review
- Overview of the "Cubes & Clouds" online course by Eurac Research
Transitioning to Cloud Processing
- Challenges and advantages of moving from local processing to cloud environments
- Overview of cloud providers (VITO Terrascope, EODC, SentinelHub) and their integration with openEO Platform
- Key concepts of FAIR (Findable, Accessible, Interoperable, Reusable) principles implemented by openEO
- STAC: how the SpatioTemporal Asset Catalog allows interoperability
Hands-On Training with openEO
- Setting Up the Environment
-- Accessing openEO Platform JupyterLab instance
-- Clone GitHub repositories for training materials
- Basic openEO Workflow
-- Discovering and accessing EO datasets
-- Executing simple queries using openEO Python Client
-- Processing workflows using local and cloud-based computation
- Multi-Cloud Processing
-- Sample workflow using multiple cloud providers
- Executing an End-to-End EO Workflow
-- Data discovery and preprocessing
-- Applying processing functions (e.g., time-series analysis, indices computation)
-- Exporting and sharing results according to open science principles
Q&A and Wrap-Up
- Discussion on best practices and troubleshooting common issues
- Resources for further learning (EO College, openEO documentation)
Speakers:
- Claus Michele - Eurac Research, Bolzano, Italy
- Zvolenský Juraj - Eurac Research, Bolzano, Italy
- Jacob Alexander - Eurac Research, Bolzano, Italy
- Pratichhya Sharma - VITO, Mol, Belgium
Tuesday 24 June
14 events
Poster: Upscaling the water use efficiency analyses - GDA Agriculture pilot case Indonesia
#cloud-native
Poster: Austrian ground motion service - just a copy of EGMS?
#stac
Poster: The IRIDE Cyber Italy project: an enabling PaaS for Digital Twin Applications
#cloud-native
Poster: Fields of The World and fiboa: Towards interoperable worldwide agricultural field boundaries through standardization and machine-learning
#fiboa #parquet
Poster: Water Health Indicator System (WHIS): A Global Water Quality Monitoring Web App through Advanced Earth Observation Technologies
#stac #cog
Poster: StacLine : new QGIS Plugin for diving into STAC Catalogs
#stac
Poster: A Federated Learning Environment for Earth Observation Students: A Success Story from Austria
#stac #pangeo
Demo: C.01.25 DEMO - DGGS: Scalable Geospatial Data Processing for Earth Observation
#zarr
This demonstration will introduce the DGGS (Discrete Global Grid System) framework, highlighting its ability to process and analyze large Earth Observation (EO) datasets efficiently. The demo will focus on DGGS’ scalability, data accessibility, and potential to improve EO workflows by leveraging hierarchical grid structures and efficient data formats like Zarr.
Demonstration Overview:
Introduction to DGGS:
Brief overview of the DGGS framework and its hierarchical grid system designed to handle large-scale geospatial data efficiently.
Application to Earth Observation Data:
Demonstrating DGGS' ability to transform and process EO datasets, with an emphasis on its potential for improved data storage and access.
Visualization and Analytics:
Showcasing basic visualization and analytic capabilities within the DGGS framework, demonstrating its ease of use for EO data exploration.
Future Potential:
Explaining and discussing how DGGS could enhance future EO workflows, particularly for climate monitoring and large-scale environmental data analysis.
Format:
The presenter will guide the audience through the demonstration, highlighting DGGS' features and potential for real-world applications.
A short Q&A session will allow for audience interaction.
Duration:
20-minute slot.
This demonstration will showcase DGGS as a promising tool for scalable and efficient Earth Observation data processing, offering a glimpse into its potential applications and future benefits.
Demo: D.03.32 DEMO - NASA-ESA-JAXA EO Dashboard
#stac
- Dashboard exploration - discovering datasets, using the data exploration tools
- Browsing interactive stories and discovering scientific insights
- Discovering Notebooks in the stories and how to execute them
- Creating new stories using the story-editor tool
- Browsing the EO Dashboard STAC catalogue
- Exploring the documentation
The demo will be performed by ESA, NASA and JAXA joint development team.
Demo: D.04.17 DEMO - Interactively visualise your project results in Copernicus Browser in no time
#cog
We will guide you through the necessary steps to prepare your data for ingestion, introduce various services within the Ecosystem one of them to support data ingestion (Bring Your Own COG API), and show you how to configure your data for interactive visualization. This includes setting up a configuration file, writing an Evalscript, and creating a legend.
Finally, we will demonstrate how to visualize and analyze results within Copernicus Browser.
Speakers:
- Daniel Thiex - Sinergise
Demo: D.04.26 DEMO - Accessing Copernicus Contributing Missions, Copernicus Services and other complementary data using CDSE APIs: OData, STAC, S3, OGC, openEO
#stac
Speaker:
- Jan Musiał - CloudFerro
Demo: D.04.28 DEMO - Exploring Copernicus Sentinel Data in the New EOPF-Zarr Format
#cloud-native #stac #zarr
This demonstration will showcase the Earth Observation Processing Framework (EOPF) Sample Service and the newly adopted cloud-native EOPF-Zarr format for Copernicus Sentinel data. As ESA transitions from the SAFE format to the more scalable and interoperable Zarr format, this session will highlight how users can efficiently access, analyze, and process Sentinel data using modern cloud-based tools.
Objective:
Attendees will gain insight into:
- The key features of the Zarr format and its advantages for cloud-based workflows.
- How the transition to EOPF-Zarr enhances scalability and interoperability.
- Accessing and exploring Sentinel data via the STAC API and S3 API.
- Using Jupyter Notebooks for interactive data exploration and analysis.
- Running scalable Earth observation workflows on cloud platforms.
Interactive Discussion & Feedback:
Following the demonstration, there will be a dedicated time for discussion and feedback. Attendees can share their experiences, ask questions, and provide valuable input on the usability and future development of the EOPF-Zarr format. This is a great opportunity to learn about next steps in the transition process, future developments, and how to integrate EOPF-Zarr into your own workflows.
Join us to explore how EOPF-Zarr is changing access to Copernicus Sentinel data and enabling scalable Earth observation workflows, and contribute your thoughts on shaping the next phase of this transformative technology!
Presentation: An Interactive Scientific Visualization Toolkit for Earth Observation Datasets
#zarr
Presentation: Supporting Urban Heat Adaptation with Earth Observation
#stac #zarr
Wednesday 25 June
14 events
Poster: A Decade of High-Resolution Antarctic Ice Speed Variability from the Sentinel-1 Mission
#pangeo #zarr
Poster: Optimizing EnMAP Satellite Operations: Acquisition Strategies and Data Access
#stac
Poster: Advancing Hyperspectral Data Analysis with the EnMAP-Box
#cloud-native
Poster: Cubes & Clouds – A Massive Open Online Course for Cloud Native Open Data Sciences in Earth Observation
#cloud-native #stac #pangeo
Poster: Montandon: The Global Crisis Data Bank
#stac
Poster: High resolution evapotranspiration for climate adaptation strategies
#stac
Demo: A.08.17 DEMO - CNES cloud platform and services to optimize SWOT ocean data use
#pangeo
As part of the SWOT ocean data dissemination, this demonstration will showcase the cloud-based tools and services offered by CNES. In particular, we will present the CNES cloud-like platform for hosting SWOT projects (high computing power with CPU and GPU capacities, very fast and optimized remote access to SWOT data products, etc.) together with SWOT specific Pangeo-based libraries, powerful tools, dedicated tutorials to illustrate simple use cases (intercomparison with other satellite data or in-situ measurements, cyclone monitoring, coastal applications, etc.) and a technical support (helpdesk) for smooth sailing on the platform.
Speakers:
- Cyril Germineaud - CNES
Demo: D.03.34 DEMO - EDC & Pangeo Integration on EarthCODE
#stac #pangeo
We will showcase:
- The integration of Pangeo's scalable, reproducible scientific workflows within EarthCODE, enabling users to efficiently discover, access, and process large EO datasets.
- Key functionalities such as dataset access via EarthCODE Science Catalog using STAC and OGC standards.
- Practical examples demonstrating data analysis with Pangeo tools, including data loading with Xarray, visualization using HvPlot, and scalable computation leveraging Dask.
- Real-world use cases featuring Copernicus Sentinel satellite data
The demonstration will highlight how researchers can easily adapt existing workflows to their needs and ensure reproducibility by publishing results directly through EarthCODE's integrated platforms.
Speakers:
- Samardzhiev Deyan - Lampata
- Dobrowolska Ewelina Agnieszka - Serco
- Anne Fouilloux - Simula Labs
Demo: D.04.27 DEMO - The Sentinels EOPF toolkit: Notebooks and Plug-ins for using Copernicus Sentinel Data in Zarr format
#zarr
To help Sentinel data users experience and adopt the new data format, a set of resources called the Sentinels EOPF Toolkit is being developed. Development Seed, SparkGeo and thriveGEO, together with a group of champion users (early-adopters), are creating a set of Jupyter Notebooks, plug-ins and libraries that showcase the use of Sentinel data in Zarr for applications across multiple domains for different user communities, including users of Python, Julia, R and QGIS.
This demonstration will give a first glimpse of the first set of notebooks and plugins of the Sentinels EOPF toolkit that were developed and that facilitate the adoption of the Zarr data format for Copernicus Sentinel data users. Additionally, we will give an overview of toolkit developments and community activities that are planned throughout the project period.
Speakers:
- Julia Wagemann - thriveGEO
- Gisela Romero Candanedo - thriveGEO
- Emmanuel Mathot - Development Seed
Presentation: Advancing Monitoring of Complex Coasts: Harnessing Sentinel-2 and Landsat Data for Complementary Open-Source Approaches at Continental Scale
#stac
Presentation: TACO: Transparent Access to Cloud-Optimized Spatio-Temporal Datasets
#stac #parquet
Presentation: Surface Water Inventory and Monitoring (SWIM): Hands-on Examples for Improved Flood Mapping and Water Resource Monitoring
#stac
Presentation: Enhancing Disaster Response Through Cloud-Based Multi-Mission EO Data Processing
#stac #cog
Social: Cloud-native Geospatial Community Social.
Register to attend here
#cloud-native
Thursday 26 June
46 events
Poster: The Centre for Environmental Data Analysis (CEDA) and JASMIN: EO and Atmospheric data next to a fast parallel processing cluster.
#stac
Poster: Enhancing Earth Observation Accessibility with AI-Driven Natural Language Interfaces
#stac
Poster: Exploring Federated Processing of Earth Observation Data Through Cloud-Native
#cloud-native
Poster: Empowering Your Community with Earth Observation Insights: An All-in-One Online Workspace Platform Solution
#stac
Poster: The Earth Observation Training Data Lab (EOTDL) - Addressing Training Data related needs in the Earth Observation community.
#stac
Poster: Scaling Earth Observation Workflows with openEO: Managing Large-Scale Processing Efficiently
#cloud-native #stac
Poster: Leveraging Insula for Advanced Eutrophication Monitoring in Albania and Tanzania
#cloud-native
Poster: From GeoTIFF to Zarr: Virtualizing a Petabyte-Scale SAR Datacube for Simple, Scalable, and Efficient Workflows
#zarr #pangeo #cog
Poster: From Complex EO Data to Actionable Insights: CRISP and Insula’s Role in Sustainable Agriculture
#cloud-native
Poster: Cloud-native Near-Real-Time Image Land-Cover Segmentation Data Pipeline
#cloud-native #stac #zarr
Poster: ROCS: Extending Romania’s National Infrastructure within the European Collaborative Ground Segment
#cloud-native #stac #zarr #cog
Poster: ORBIS: Earth Observation data service for NewSpace missions
#stac
Poster: FAO Essential Remote Sensing Data Product Portal for Agricultural Application Services
#stac #cog
Poster: Scalable and Automated Cloud-Based Pipelines for Earth Observation: Enhancing the Hellenic Ground Segment Infrastructure and Collaborative Support Activities
#cloud-native #stac #zarr #cog
Poster: Reuse of Copernicus Reference System for Earth Explorer missions
#cloud-native #stac
Poster: ProsEO - A Cloud Native Processing Framework for EO Data Processing
#cloud-native
Poster: Earth Observation data for Environmental Monotoring and Maritime Situational Awareness in the Black Sea
#cog
Demo: C.06.15 DEMO - InSAR Time Series Benchmark Dataset Creation by a new Open-Source Package (AlignSAR)
#zarr
(1) Introduce the AlignSAR project:
The AlignSAR package is a new tool for creating SAR signatures. It is an open-source software that can provide datacubes with InSAR time series signatures. The primary objectives of the AlignSAR are: (1) to provide a full and FAIR-guided InSAR time series datacube; and (2) to containerise the entire workflow so that it is easily accessible to the SAR community. The utility of such datasets for ML applications is evaluated using the example of deformation change detection, recognizing spatial and temporal changes in InSAR signals.
(2) Discuss the implementation of the solution:
The AlignSAR package is presented on one use case, Campi Flegrei, a volcanic area in Italy. The main workflow is separated into three stages: (a) downloading and processing interferograms using LiCSBAS (LiC Small Baseline Subset); (b) spatial and temporal SAR signature extraction and datacube production; and (c) detecting deformation changes in generated datacubes using LiCSAlert. The AlignSAR package uses LiCSBAS and LiCSAlert tools to generate interferograms and identify anomalies in time series signatures. Moreover, additional extensions are discussed that utilize the capabilities of these tools to achieve the project’s goals.
(3) Audience questions (Q&A)
We conclude that the AlignSAR package presented here is an extension of the previous version, which was focused on basic SAR signature extraction. Together, it provides a comprehensive and consistent procedure for creating SAR datasets in standard formats such as Zarr. They can be used for various ML applications created by end users, such as change detection tasks or land use classification. All developed tools and sample datasets are available in the AlignSAR GitHub repository (https://github.com/alignsar/alignsar).
Speakers:
- Milan Lazecky - University of Leeds
- Zachary Kiernan - Starion Italia S.p.A
Demo: D.03.20 DEMO - Cubes & Clouds 2.0 – A Massive Open Online Course for Cloud Native Open Data Sciences in Earth Observation
#cloud-native #stac #pangeo
Attendees will also learn about the final collaborative project, where participants contribute to a community snow cover map, applying EO cloud computing and open science practices. This demonstration is ideal for Earth Science students, researchers, and Data Scientists looking to enhance their skills in modern EO methods and cloud platforms. Join us to explore how Cubes & Clouds equips learners with the tools to confidently conduct EO research and share their work in a FAIR manner.
Speakers:
- Dolezalova Tyna - EOX IT Services GmbH
- Claus Michele - Eurac Research
- Zvolenský Juraj - Eurac Research
Demo: D.03.27 DEMO - openEO by TiTiler: Demonstrating Fast Open Science Processing for Dynamic Earth Observation Visualization
#stac
In contrast to conventional openEO implementations that often involve extensive datacube processing and asynchronous workflows, titiler-openEO is designed to emphasize synchronous processing and dynamic visualization of raster data. We believe this approach will enhance the user experience and efficiency in handling raster datasets.
The session will highlight the key innovations of our approach:
- Synchronous Processing: Real-time execution of process graphs for immediate visualization
- ImageData-Focused Model: Simplified data model optimized for raster visualization
- Fast, Lightweight Architecture: Built on TiTiler and FastAPI without additional middleware
- Streamlined Deployment: Easily deployable for quick prototyping and visualization
- Early Data Reduction: Intelligent data reduction techniques to minimize processing overhead
We will demonstrate practical applications directly integrated in the Copernicus Data Space Ecosystem using the new catalog of Sentinels data, showing how titiler-openEO can transform complex Earth Observation workflows into lightweight, interactive visualizations. Attendees will see how this implementation complements existing openEO backends for common visualization needs.
This demonstration is particularly relevant for users wanting to quickly prototype and validate algorithms without the overhead of a complex processing backend setup. We'll show how titiler-openEO can be integrated with existing EO platforms and STAC catalogs to provide immediate visual feedback for data analysis.
Speakers:
- Emmanuel Mathot - DevelopmentSeed
- Vincent Sarago - DevelopmentSeed
Demo: D.04.25 DEMO - Codeless EO data analysis with openEO, leveraging the cloud resources of openEO platform straight from your web browser
#stac
Demo Content & Agenda
1.) Introduction & Overview
a.) Introduction to the openEO API: functionalities and benefits
b.) Data cubes concepts and documentation review
2.) Transitioning to Cloud Processing
a.) Challenges and advantages of moving from local
processing to cloud environments
b.) Overview of cloud providers (VITO Terrascope, EODC,
SentinelHub) and their integration with openEO Platform
& CDSE
c.) Key concepts of FAIR (Findable, Accessible, Interoperable,
Reusable) principles implemented by openEO
d.) STAC: how the SpatioTemporal Asset Catalog allows
interoperability
Live Demo with openEO
1.) Accessing and using the openEO Web Editor
2.) Discovering and accessing EO datasets and processes
3.) Generating workflows using the openEO Web Editor
4.) Processing workflows
5.) Managing and checking the status of submitted jobs
6.) Visualizing results
Speakers:
- Alexander Jacob - EURAC
- Matthias Mohr
Demo: D.04.32 DEMO - KForge: enable close-to-real-time EO for all - from a demonstrator to a scalable European capability
#cloud-native
KForge contributes to the effort to lower technical and economical barriers to EO, enables larger access to the data and accelerates use case development. From climate monitoring to disaster response and situational awareness, access to cost optimise timely data is critical. Designed with sovereignty, and cost-efficiency in mind, the platform is built to scale beyond its demonstrator role. Future deployments will support institutional missions meeting European sovereign cloud environments requirement, offering a robust and modular processing infrastructure fit for New Space and legacy missions alike.
KForge is a practical enabler of Europe’s strategic autonomy, demonstrating how commercial innovation can empower institutional goals while democratising the benefits of EO.
Speakers:
- Romain Poly - KSAT
Demo: E.03.04 DEMO - GMV Prodigi: Cloud-Native EO Data Processing as a Service – Global Launch on AWS Marketplace
#cloud-native
This solution is the result of a strategic alliance between AWS and GMV, combining GMV’s expertise in EO ground segment solutions with AWS’s cloud infrastructure and advanced computing capabilities. GMV Prodigi enables users to process EO data directly on AWS Cloud without requiring data movement, ensuring security, flexibility, and high performance for satellite operators, EO service providers, and the scientific community.
The session will feature a live demonstration, highlighting:
1.Seamless EO data processing directly on AWS Cloud – executing real-time workflows.
2.Scalability & automation – adapting to different missions, constellations, and user needs.
3.Cost and resource optimization – accelerating time-to-market with AWS-powered efficiency.
As the official global launch event, the Living Planet Symposium provides a unique opportunity for the EO community to explore this state-of-the-art cloud-native solution, designed to revolutionize EO data exploitation through the power of AWS cloud computing.
Speakers:
- Jorge Pacios Martinez – GMV Prodigi Product Owner
- Vital Teresa – Ground Segment Business Manager
Session: D.01.08 4th DestinE User eXchange - Addressing Data and Service Needs
#zarr
Maximising the impact of DestinE requires that its data products and services align with what users across science, policy, and industry need.
This session will explore the challenges and opportunities of accessing and using data available through DestinE, combining technical insights with real-world user developments. Participants will gain an overview of the different ways to access Digital Twin data and learn about data-oriented services. Attendees will also hear from users who have developed applications or contributed data to the DestinE system. The session will conclude with an open discussion on data formats and upcoming developments.
Introduction to the session by presenting DestinE Data offering
- Danaële Puechmaille - EUMETSAT
How to access DestinE data? • HDA • Polytope • Platform Services
- Michael Schick - EUMETSAT
- Tiago Quintino - ECMWF
- Inés Sanz Morere - ESA
Serve DestinE users with near data computing capabilities (EDGE services)
- Miruna Stoicescu - EUMETSAT
AI4Clouds application demonstrator using DestinE
- Fernando Iglesias - Predictia Intelligent Data Solutions SL
Visualizing data in DestinE
- Barbara Borgia - ESA
A collaborative toolbox to build and share your digital twin components – Delta Twin
- Claire Billant - Gael Systems
Moderated discussion:
- Data formats challenges (netcdf, zarr etc.)
- New developments
- Data quality
- Trainings data and ML Models
- Contribute to Data Portfolio
Presentation: Introducing the OGC API – Discrete Global Grid Systems Standard for Enhanced Geospatial Data Interoperability
#zarr
Presentation: Highly Scalable Discrete Global Grid Systems Based on Quaternary Triangular Mesh and Parallel Computing
#zarr
Presentation: XDGGS: Integrating Xarray with Discrete Global Grid Systems for Scalable EO Data Analysis
#cloud-native #pangeo
Presentation: Evolution of the CEOS-ARD Optical Product Family Specifications
#stac
Presentation: Development of Analysis Ready Data Products for European Space Agency Synthetic Aperture Radar Missions
#stac #zarr #cog
Presentation: SharingHub: A Geospatial Ecosystem for Collaborative Machine Learning and Assets Management
#stac
Presentation: AIOPEN – Platform and Framework for developing and exploiting AI/ML Models
#cloud-native
Presentation: Operationalizing MLOps in the Geohazards Exploitation Platform (GEP)
#cloud-native #stac
Presentation: Mapping Crops at Scale: Insights From Continental and Global Crop Mapping Initiatives
#cloud-native
Presentation: Scalable and Energy Efficient Compositing of Sentinel-2 Time Series
#zarr
Presentation: A Comprehensive Monitoring Toolkit for Energy Consumption Measurement in Cloud-Based Earth Observation Big Data Processing
#pangeo
Session: D.06.05 Addressing Data Processing Challanges in EO Digital Framework: Scaling Computational Resources
#cloud-native
The current challenge lies in processing this vast amount of EO data efficiently. Computationally intensive tasks, such as those driven by artificial intelligence (AI) and machine learning (ML), alongside image processing applications, place significant demands on existing solutions. These challenges are further compounded by the need for sustainable approaches to manage increasing computational workloads.
This session aims to address these challenges in the context of ESA's current and emerging computational infrastructure. Discussions will focus on the use of diverse computational solutions, including High-Performance Computing (HPC) systems, cloud-based platforms, and hybrid models adopted across the industry. This will encompass ESA's first HPC system, SpaceHPC, and explore how these technologies address these challenges. While these systems offer substantial processing power and flexibility, the continued growth of data inflow necessitates further advancements in supporting computational infrastructure to maintain efficiency and scalability.
A key consideration will be how these developments can align with sustainability goals, focusing on reducing CO₂ emissions and adopting environmentally responsible practices. Guest speakers from industry will share insights into these topics, highlighting both the challenges and opportunities posed by evolving data processing needs.
Moderators:
- Peter Gabas - ESA
Presentations and speakers:
SpaceHPC - ESA’s Supercomputing Infrastructure
- Peter Gabas - ESA
Unifying HPC and Cloud Systems: A Cloud-Native Approach for Infrastructure Integration
- Vasileios Baousis - ECMWF
Industrial Perspective on the High-Performance Computing and Quantum Computing Opportunities for EOF Processing, Operations, and Archiving
- Mark Chang - Capgemini
terrabyte: A "Cloud-Like" HPC System for Addressing Earth Observation Challenges
- Friedl Peter - German Aerospace Center
- CINECA
- European HPC Center
Session: D.05.03 Towards Modernized Copernicus Data: Enabling Interoperability through EOPF Principles and Advanced Data Access Strategies
#cloud-native #zarr
A major development in this transition is the adoption of cloud-native data formats like Zarr, which significantly improve data handling, storage, and access. This shift supports the increasing volume and complexity of data from current and future missions. The Earth Observation Processing Framework (EOPF) plays a crucial role in enabling these advancements, providing a scalable and flexible environment for efficiently processing large datasets.
This insight session will provide updates on the latest status of EOPF project components, as well as the future of the Copernicus data product format, with a strong focus on Zarr and its practical applications. Experts will showcase how these innovations enhance data accessibility and usability, ensuring that Copernicus remains at the forefront of Earth observation. The session will also highlight EOPF’s role in streamlining data workflows, fostering collaboration among stakeholders, and advancing next-generation EO solutions.
Presentation: EUMETSAT’s Contribution Towards Generating Uncertainty Characterised Fundamental Climate Data Records
#zarr
Presentation: Data Sharing Infrastructures to Bring EO-Powered Intelligence to a Wider Audience
#stac
Presentation: The CCI Open Data Portal: Evolution and future plans after 10 years of operations
#kerchunk #zarr
Presentation: Evolutions in the Copernicus Space Component Ground Segment
#stac #zarr
Presentation: Advancing Earth Observation with the ESA Copernicus Earth Observation Processor Framework (EOPF): New Approaches in Data Processing and Analysis Ready Data
#zarr
Presentation: COPERNICUS REFERENCE SYSTEM PYTHON: AN INNOVATIVE WORKFLOW ORCHESTRATION WITH THE ADOPTION OF THE SPATIOTEMPORAL ASSET CATALOG
#cloud-native #stac
Poster: D.05.03 - POSTER - Towards Modernized Copernicus Data: Enabling Interoperability through EOPF Principles and Advanced Data Access Strategies
#cloud-native #zarr
A major development in this transition is the adoption of cloud-native data formats like Zarr, which significantly improve data handling, storage, and access. This shift supports the increasing volume and complexity of data from current and future missions. The Earth Observation Processing Framework (EOPF) plays a crucial role in enabling these advancements, providing a scalable and flexible environment for efficiently processing large datasets.
This insight session will provide updates on the latest status of EOPF project components, as well as the future of the Copernicus data product format, with a strong focus on Zarr and its practical applications. Experts will showcase how these innovations enhance data accessibility and usability, ensuring that Copernicus remains at the forefront of Earth observation. The session will also highlight EOPF’s role in streamlining data workflows, fostering collaboration among stakeholders, and advancing next-generation EO solutions.
Poster: Advancing Global Land Cover Monitoring: Innovations in High-Resolution Mapping with the Copernicus Data Space Ecosystem
#stac #cog
Presentation: Leveraging Geospatial Data for Environmental Compliance Professionals: a Prototype for EU-Protected Forest Habitats
#stac
Friday 27 June
29 events
Poster: Two Decades of Global Grassland Productivity: High-resolution GPP and NPP via Light Use Efficiency Model
#stac
Poster: Cloud-Native Strategies for Legacy EO Data: Processing Challenges and Innovations
#cloud-native #stac #cog
Poster: xcube: A Scalable Framework for Unified Access of Earth Observation Data
#cloud-native #stac #pangeo #zarr
Poster: D.04.06 - POSTER - Advancements in cloud-native formats and APIs for efficient management and processing of Earth Observation data
#zarr #stac #parquet #cloud-native #cog
Poster: Cloud-based framework for data cubes extraction of extreme events
#cloud-native #stac #zarr
Poster: Data representations for non-regular EO data: A case study using scatterometer observations from Metop ASCAT
#cloud-native #zarr
Poster: Video compression for spatio-temporal Earth System Data
#zarr
Poster: Optimizing Partial Access to Sentinel-2 Imagery With JPEG2000 TLM Markers
#parquet #cog
Poster: Metadata Requirements for EO Products
#stac
Poster: GeoHEIF - Organizing geospatial images into data cubes inside a HEIF file format.
#cog
Poster: Cloud-Optimized Geospatial Formats Guide
#cloud-native #zarr
Demo: D.01.19 DEMO - EDEN service in the platformInteracting with DestinE Data Portfolio
#cloud-native
The demonstration will showcase selected case studies on air quality monitoring and forecasting for the analysis of natural phenomena and human activities from satellite and model-based data, illustrating the benefit of Analysis-Ready data for the development of cloud web-based services. Participants will gain a practical understanding of how the platform provides native and cloud-native data.
Demo Session Structure:
- Platform overview (5 min):
- An introduction to EDEN service and core functionalities: Finder, Harmonised Data Access API.
- Data Portfolio
- Case Studies (15 min):
- Dust events, whose frequency is increasing due to changing atmospheric conditions, transport fine particles over long distances, with severe consequences on air quality and visibility across Europe.
- Wildfires, boosted by rising temperatures and prolonged droughts, release massive amounts of pollutants, further degrading air quality
- Case study execution through JupyterLab
- Q&A Session: Open discussion to address participant questions.
We encourage all LPS participants to register and create an account on the DestinE Platform (https://platform.destine.eu/) and read more about EDEN service its features:
https://platform.destine.eu/services/service/eden/
https://platform.destine.eu/services/documents-and-api/doc/?service_name=eden
=S=Speakers:
- Simone Mantovani - MEEO
- Alessia Cattozzo - MEEO
- Federico Cappelletti - MEEO
Demo: D.04.21 DEMO - Empowering EO Projects with Cloud-Based Working Environments in APEx
#cloud-native #stac
This demonstration will showcase how APEx enables seamless access to flexible and scalable working environments that can be tailored to a project’s needs. Participants will be guided through the key project tools and their capabilities, illustrating how they can support activities such as data processing, visualization, and stakeholder engagement. The session will provide insights into the different instantiation options available, from project-specific portals to interactive development environments and geospatial analysis tools. By highlighting the ease of integration between these components, the session will demonstrate how APEx facilitates the rapid deployment of tailored project environments that align with project objectives.
By attending this session, EO project teams will gain a deeper understanding of how APEx streamlines the deployment of cloud-based tools, reducing technical barriers and allowing researchers to focus on scientific innovation. With APEx handling the infrastructure, teams can dedicate more time to developing and sharing impactful EO solutions, ensuring broader adoption and engagement within the community.
Speakers:
- Bram Janssen - VITO
Presentation: FORDEAD 2.0: Monitoring forest diseases with Sentinel-2 time series using cloud-based solutions
#stac
Presentation: DETER-RT: An improved, highly customizable SAR-based deforestation detection system for the Brazilian Amazon
#pangeo
Presentation: Global Mangrove Watch (GMW) Radar Alerts for Mangrove Monitoring (RAMM) - a cloud-based deep learning system to detect mangrove loss
#stac
Session: D.04.06 Advancements in cloud-native formats and APIs for efficient management and processing of Earth Observation data
#zarr #stac #parquet #cloud-native #cog
Presentation: Embracing Diversity in Earth Observation with HIGHWAY
#stac
Presentation: Key Innovations, Challenges, and Open-Source Solutions in Building the Copernicus Data Space Ecosystem STAC Catalog
#stac
Presentation: openEO - STAC Integration for Enhanced Data Access and Sharing
#cloud-native #stac
Presentation: OpenSTAC: an open spatiotemporal catalog to make Earth Observation research data findable and accessible
#stac
Presentation: The Future of Data Discovery at CEDA: The DataPoint API
#stac #kerchunk #virtualizarr #zarr
Presentation: Atmosphere Virtual Lab: Access atmospheric satellite data as a datacube
#stac #zarr
Presentation: Long-time series for ERS-1/2 and Envisat SAR data using Analysis Ready and Composite products approach.
#cog
Presentation: The TIMELINE Project: Unlocking Four Decades of AVHRR Data for Long-Term Environmental Monitoring in Europe
#stac
Presentation: Cloud-Native Raster Data: Revolutionizing Geospatial Analysis
#cloud-native #stac #zarr #cog
Presentation: Distributed access to Marine Data with Integrity through a the value chain framework
#cloud-native #stac #zarr #cog
Presentation: The EO DataHub: federating public and commercial EO data sources to deliver an innovative analysis platform for the UK EO sector
#stac #kerchunk #zarr #cog
Presentation: Monitoring grassland and pastures at global scale: A multi-source approach based on data fusion
#cloud-native #stac
Of course, some events may have been missed while compiling this list. If you know of other LPS events involving CNG, please create a new issue describing the event and/or add the event yourself (i.e. edit this page, add a new event 'item', and then submit a PR).