Skip to content

Commit 499451e

Browse files
committed
Add Guama River to pygeoapi config
1 parent 377630e commit 499451e

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

workshop/exercises/pygeoapi.config.yml

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -227,30 +227,29 @@ resources:
227227
### END - EXERCISE 1 - Your First Collection
228228

229229
## START - EXERCISE 2 - cadastral parcels Tartu
230-
# cp-tartu:
231-
# type: collection
232-
# title: Tartu Cadastral Parcels
233-
# description: Cadastral parcels in downtown Tartu
234-
# keywords:
235-
# - Cadastral parcels
236-
# - Tartu
237-
# links:
238-
# - type: OGC/WFS
239-
# rel: canonical
240-
# title: data
241-
# href: https://metadata.geoportaal.ee/geonetwork/srv/metadata/9949ec81-f758-42e6-9c1c-6fb604a3f053
242-
# hreflang: EE
243-
# extents:
244-
# spatial:
245-
# bbox: [26.6, 58.3, 26.8, 58.5]
246-
# crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
247-
# providers:
248-
# - type: feature
249-
# name: SQLiteGPKG
250-
# data: /data/tartu/cptartu2.gpkg # place correct path here
251-
# id_field: nationalca
252-
# title_field: label
253-
# table: cptartu2 # table name within gpkg
230+
# guama-river:
231+
# type: collection
232+
# title: Guama River
233+
# description: Guama River basin and flowlines
234+
# keywords:
235+
# - Guama River
236+
# - Merit Hydro
237+
# links:
238+
# - type: text/html
239+
# rel: canonical
240+
# title: data
241+
# href: https://www.sciencebase.gov/catalog/item/614a8864d34e0df5fb97572d
242+
# hreflang: EE
243+
# extents:
244+
# spatial:
245+
# bbox: [49.16,-5.0, -46.8, -1.2]
246+
# crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
247+
# providers:
248+
# - type: feature
249+
# name: SQLiteGPKG
250+
# data: /data/brazil/guama_river.gpkg # place correct path here
251+
# id_field: fid
252+
# table: guama_river # table name within gpkg
254253
## END - EXERCISE 2 - cadastral parcels Tartu
255254

256255
## START - EXERCISE 3 - Coverages

0 commit comments

Comments
 (0)