Skip to content

Commit

Permalink
Update collection name
Browse files Browse the repository at this point in the history
  • Loading branch information
webb-ben committed Nov 22, 2024
1 parent 499451e commit 542ef36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions workshop/content/docs/publishing/ogcapi-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Let's add the file `workshop/exercises/data/brazil/guama_river.gpkg.zip`:
guama-river:
type: collection
title: Guama River
description: Guama River basin and flowlines
description: Guama River Basin mainstem flowlines
keywords:
- Guama River
- Merit Hydro
Expand All @@ -65,7 +65,7 @@ Let's add the file `workshop/exercises/data/brazil/guama_river.gpkg.zip`:
hreflang: EE
extents:
spatial:
bbox: [49.16,-5.0, -46.8, -1.2]
bbox: [-49.16, -5.0, -46.8, -1.2]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
providers:
- type: feature
Expand Down
6 changes: 3 additions & 3 deletions workshop/exercises/pygeoapi.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,11 @@ resources:
# storage_crs: http://www.opengis.net/def/crs/EPSG/0/3300
### END - EXERCISE 1 - Your First Collection

## START - EXERCISE 2 - cadastral parcels Tartu
## START - EXERCISE 2 - Guama River mainstems
# guama-river:
# type: collection
# title: Guama River
# description: Guama River basin and flowlines
# description: Guama River Basin mainstem flowlines
# keywords:
# - Guama River
# - Merit Hydro
Expand All @@ -250,7 +250,7 @@ resources:
# data: /data/brazil/guama_river.gpkg # place correct path here
# id_field: fid
# table: guama_river # table name within gpkg
## END - EXERCISE 2 - cadastral parcels Tartu
## END - EXERCISE 2 - Guama River mainstems

## START - EXERCISE 3 - Coverages
# tartu-ntl:
Expand Down

0 comments on commit 542ef36

Please sign in to comment.