Skip to content

Commit

Permalink
Set temporal extent everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoSander committed Mar 29, 2023
1 parent 450cf72 commit 61c255a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions services/pygeoapi/local.config.adr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ resources:
bbox: [6.85, 53.311, 6.87, 53.322]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
temporal:
begin:
end:
begin: 2010-01-01T00:00:01Z # start datetime in RFC3339
end: 2019-12-31T23:59:59Z # end datetime in RFC3339
providers:
- type: feature
name: OGR
Expand Down Expand Up @@ -156,8 +156,8 @@ resources:
bbox: [6.85, 53.311, 6.87, 53.322]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
temporal:
begin:
end:
begin: 2010-01-01T00:00:01Z # start datetime in RFC3339
end: 2019-12-31T23:59:59Z # end datetime in RFC3339
providers:
- type: feature
name: OGR
Expand Down Expand Up @@ -220,8 +220,8 @@ resources:
bbox: [4.40, 51.76, 5.80, 52.85]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
temporal:
begin:
end:
begin: 2010-01-01T00:00:01Z # start datetime in RFC3339
end: 2019-12-31T23:59:59Z # end datetime in RFC3339
providers:
- type: feature
name: OGR
Expand Down Expand Up @@ -279,8 +279,8 @@ resources:
bbox: [3.37, 50.75, 7.21, 53.47]
crs: http://www.opengis.net/def/crs/OGC/1.3/EPSG:4326
temporal:
begin:
end:
begin: 2010-01-01T00:00:01Z # start datetime in RFC3339
end: 2019-12-31T23:59:59Z # end datetime in RFC3339
providers:
- type: feature
name: GeoJSON
Expand Down Expand Up @@ -317,8 +317,8 @@ resources:
bbox: [3.37,50.75,7.21,53.47]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
temporal:
begin:
end:
begin: 2010-01-01T00:00:01Z # start datetime in RFC3339
end: 2019-12-31T23:59:59Z # end datetime in RFC3339
providers:
- type: feature
name: OGR
Expand Down Expand Up @@ -958,7 +958,7 @@ resources:
bbox: [3.10, 50.50, 7.60, 53.80]
crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
temporal:
begin: 2017-01-01T00:00:01Z # start datetime in RFC3339 f
begin: 2017-01-01T00:00:01Z # start datetime in RFC3339
end: 2017-12-31T23:59:59Z # end datetime in RFC3339
providers:
- type: feature
Expand Down

0 comments on commit 61c255a

Please sign in to comment.