This repository hosts a curated list of events, presentations, and tutorials at the 2025 ESA Living Planet Symposium (LPS25) that are relevant to the Cloud-Native Geospatial (CNG) community. Our goal is to provide a quick and easy reference for attendees interested in learning more about technologies like STAC, COG, Zarr, GeoParquet, and other related topics within the Earth Observation (EO) domain.
The live website can be found at: https://VorGeo.github.io/lps25-cng/
The event list is dynamically generated using Python and Pandas within a Quarto (.qmd) document (index.qmd). The Quarto document processes a list of event dictionaries, sorts them by date and time, and then renders them as HTML cards on the website.
We welcome contributions to keep this list accurate and comprehensive!
There are a couple of ways you can contribute:
-
Add new events directly:
- You can edit the
index.qmdfile directly in your browser using this link. - Add a new Python dictionary to the
items.append({...})list, following the existing structure for event details. - Commit your changes and create a pull request.
- You can edit the
-
Report missed events or suggest changes:
- If you know of an event that should be on the list, or have a suggestion, please create a new issue on GitHub.
- Provide as much detail as possible about the event (title, session ID, date, time, location, URL, relevant CNG tags).
- Quarto: For creating the dynamic web page from Python code and markdown.
- Python: For scripting the event data processing.
- Pandas: For data manipulation and sorting of the event list.
We hope this resource helps you navigate the exciting CNG-related content at LPS25!