A training on using GitOps to build a Spatial Data Infrastructure, using Infrastructure as Code (IaC) concepts. It also provides an overview on a set of flexible components from the OSGeo community, focussing on interaction via OGC standards.
This workshop has been prepared for FOSS4GNL, July 2025 in Wageningen. The work is based on work for the Land Soil Hubs project, a project funded by Dutch Government, European Commission and ISRIC - World Soil Information under DeSIRA.
- Paul van Genuchten works as a Data Scientist and DevOps Engineer at ISRIC - World Soil Information.
- Tom Kralidis works as a Senior Geospatial Architect and is a long time contributor to the OSGeo and OGC ecosystem, from the meteorology domain.
Quarto enables html/doc generation from markdown. Default type is a website export, for creating doc/pptx/pdf use following approach
- Book: Change the type of the project to
book
in quarto.yaml and runquarto render . -t pdf
(or docx) - Powerpoint: run
quarto render ./slides -t pptx
We are very much welcoming your ideas/comments/contributions via GitHub issues, Discussions and Pull Requests.