Skip to content

Commit

Permalink
Add TRS to pygeoapi config schema (#1743)
Browse files Browse the repository at this point in the history
* Add TRS to pygeoapi config schema

* Update configuration.rst

---------

Co-authored-by: Tom Kralidis <[email protected]>
  • Loading branch information
webb-ben and tomkralidis authored Jul 21, 2024
1 parent a000fe5 commit 274646b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ default.
temporal: # optional
begin: 2000-10-30T18:24:39Z # start datetime in RFC3339
end: 2007-10-30T08:57:29Z # end datetime in RFC3339
trs: http://www.opengis.net/def/uom/ISO-8601/0/Gregorian # TRS
providers: # list of 1..n required connections information
# provider name
# see pygeoapi.plugin for supported providers
Expand Down
4 changes: 4 additions & 0 deletions pygeoapi/schemas/config/pygeoapi-config-0.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@ properties:
type: [string, 'null']
format: date-time
nullable: true
trs:
type: string
description: temporal reference system of features
default: 'http://www.opengis.net/def/uom/ISO-8601/0/Gregorian'
required:
- spatial
providers:
Expand Down

0 comments on commit 274646b

Please sign in to comment.