Skip to content

Commit

Permalink
add page front matter
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Mar 5, 2024
1 parent ae2c82f commit 381ce83
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions docs/presentations/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
title: Presentations
---

## Presentations

- [FOSS4G 2023 presentation](foss4g2023)
Expand All @@ -10,18 +14,18 @@
- [FOSS4G 2021 presentation](foss4g2021)
- Slides: [Default - Latest](default)
- Slides: [2018](2018)
## Videos

## Videos

- [Presentation at GeoPython 2020](https://www.youtube.com/watch?v=pVfWRlmlJAE)
- [Presentation at FOSS4G 2019](https://media.ccc.de/v/bucharest-32-next-generation-ogc-web-services-with-pygeoapi)
- [Installing pygeoapi from GitHub](https://youtu.be/2yO-g6-xEPE?si=xvTD0wD_i-nvQFxF)
- [Installing pygeoapi from Docker](https://youtu.be/UBfT2xUXQcg?si=IN87nrprvnKhUp_g)
- [Server Configuration of pygeoapi](https://youtu.be/zjvcsSPu_b0?si=eI8sQ5je5Orfrfsh)
- [Logging in pygeoapi](https://youtu.be/5Iv4KWmxn4Q?si=xp6rVQXlH4zlIFWh)
- [Metadata in pygeoapi](https://youtu.be/Q_jTfmer-FA?si=nq3EXdj-3nqbiZTT)
- [Resources configuration in pygeoapi](https://youtu.be/r-2XmzLbsPk?si=iWD6wbxw7hbLxMSl)
- [Uploading CSV to pygeoapi](https://youtu.be/UNz8JJI1xvY?si=v25j7w77spB_1zig)
- [pygeoapi installation for Windows](https://youtu.be/piNgi8HWAUY?si=IxTXRD1aNdk-6p5e)
- [How to implement OGC API - Features by using pygeoapi](https://youtu.be/PMCTHZu4BxI?si=QSiVQmNcV9xgSK44)
- [Implementing OGC API - Processes with prefect and pygeoapi](https://youtu.be/w-KRCe4Mguc?si=KUTxAoLhav6_4-Z7)
- [Presentation at GeoPython 2020](https://www.youtube.com/watch?v=pVfWRlmlJAE)
- [Presentation at FOSS4G 2019](https://media.ccc.de/v/bucharest-32-next-generation-ogc-web-services-with-pygeoapi)
- [Installing pygeoapi from GitHub](https://youtu.be/2yO-g6-xEPE?si=xvTD0wD_i-nvQFxF)
- [Installing pygeoapi from Docker](https://youtu.be/UBfT2xUXQcg?si=IN87nrprvnKhUp_g)
- [Server Configuration of pygeoapi](https://youtu.be/zjvcsSPu_b0?si=eI8sQ5je5Orfrfsh)
- [Logging in pygeoapi](https://youtu.be/5Iv4KWmxn4Q?si=xp6rVQXlH4zlIFWh)
- [Metadata in pygeoapi](https://youtu.be/Q_jTfmer-FA?si=nq3EXdj-3nqbiZTT)
- [Resources configuration in pygeoapi](https://youtu.be/r-2XmzLbsPk?si=iWD6wbxw7hbLxMSl)
- [Uploading CSV to pygeoapi](https://youtu.be/UNz8JJI1xvY?si=v25j7w77spB_1zig)
- [pygeoapi installation for Windows](https://youtu.be/piNgi8HWAUY?si=IxTXRD1aNdk-6p5e)
- [How to implement OGC API - Features by using pygeoapi](https://youtu.be/PMCTHZu4BxI?si=QSiVQmNcV9xgSK44)
- [Implementing OGC API - Processes with prefect and pygeoapi](https://youtu.be/w-KRCe4Mguc?si=KUTxAoLhav6_4-Z7)

0 comments on commit 381ce83

Please sign in to comment.