Skip to content

Commit 542ef36

Browse files
committed
Update collection name
1 parent 499451e commit 542ef36

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

workshop/content/docs/publishing/ogcapi-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Let's add the file `workshop/exercises/data/brazil/guama_river.gpkg.zip`:
5353
guama-river:
5454
type: collection
5555
title: Guama River
56-
description: Guama River basin and flowlines
56+
description: Guama River Basin mainstem flowlines
5757
keywords:
5858
- Guama River
5959
- Merit Hydro
@@ -65,7 +65,7 @@ Let's add the file `workshop/exercises/data/brazil/guama_river.gpkg.zip`:
6565
hreflang: EE
6666
extents:
6767
spatial:
68-
bbox: [49.16,-5.0, -46.8, -1.2]
68+
bbox: [-49.16, -5.0, -46.8, -1.2]
6969
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
7070
providers:
7171
- type: feature

workshop/exercises/pygeoapi.config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,11 @@ resources:
226226
# storage_crs: http://www.opengis.net/def/crs/EPSG/0/3300
227227
### END - EXERCISE 1 - Your First Collection
228228

229-
## START - EXERCISE 2 - cadastral parcels Tartu
229+
## START - EXERCISE 2 - Guama River mainstems
230230
# guama-river:
231231
# type: collection
232232
# title: Guama River
233-
# description: Guama River basin and flowlines
233+
# description: Guama River Basin mainstem flowlines
234234
# keywords:
235235
# - Guama River
236236
# - Merit Hydro
@@ -250,7 +250,7 @@ resources:
250250
# data: /data/brazil/guama_river.gpkg # place correct path here
251251
# id_field: fid
252252
# table: guama_river # table name within gpkg
253-
## END - EXERCISE 2 - cadastral parcels Tartu
253+
## END - EXERCISE 2 - Guama River mainstems
254254

255255
## START - EXERCISE 3 - Coverages
256256
# tartu-ntl:

0 commit comments

Comments
 (0)