Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions pygeoapi-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,43 @@ resources:
time_field: created
title_field: title

spd-collection:
type: collection
title:
en: spd-Open Canada sample data
description:
en: spd-Sample metadata records from open.canada.ca
keywords:
en:
- spd-keyword
links:
- type: text/html
rel: canonical
title: information
href: https://open.canada.ca/en/open-data
hreflang: en-CA
- type: text/html
rel: alternate
title: informations
href: https://ouvert.canada.ca/fr/donnees-ouvertes
hreflang: fr-CA
extents:
spatial:
bbox: [-180,-90,180,90]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
providers:
- type: feature
name: Parquet
data:
source: s3://[redacted]/part-00000-[redacted].snappy.parquet
id_field: row_number
x_field:
- xmin
- xmax
y_field:
- ymin
- ymax

hello-world:
type: process
processor:
Expand Down