You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workshop/content/docs/publishing/first.md
+31-29Lines changed: 31 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ In this section you are going to publish a vector dataset.
9
9
For this exercise, we will use a CSV dataset of [Bathing waters in Estonia](https://github.com/geopython/diving-into-pygeoapi/tree/main/workshop/exercises/data/bathingwater-estonia.csv),
10
10
kindly provided by [Estonian Health Board](https://terviseamet.ee).
11
11
12
-
You can find this dataset in `workshop/exercises/data/osm_poi_kosovo.csv`.
12
+
You can find this dataset in `workshop/exercises/data/bathingwater-estonia.csv`.
13
13
14
-
This exercise consists of two key steps:
14
+
This exercise consists of two steps:
15
15
16
-
*adapt`workshop/exercises/pygeoapi.config.yml` to define this dataset as an OGC API - Features *collection*
16
+
*adjust`workshop/exercises/pygeoapi.config.yml` to define this dataset as an OGC API - Features *collection*
17
17
* ensure that pygeoapi can find and connect to the data file
18
18
19
19
We will use the `workshop/exercises/docker-compose.yml` file provided.
@@ -70,38 +70,40 @@ Make sure that the indentation aligns (hint: directly under `# START ...`)
70
70
The config section reads:
71
71
72
72
```{.yml linenums="185"}
73
-
poi_kosovo:
74
-
type: collection
75
-
title: Points of Interest Kosovo
76
-
description: The dataset shows the location of the places of interest in Kosovo.
0 commit comments