From 0914ed74f59ce1cafb3074b4c278e2800d295559 Mon Sep 17 00:00:00 2001 From: Francesco Bartoli Date: Mon, 2 Aug 2021 15:46:23 +0200 Subject: [PATCH] Fix time format in pygeoapi configuration --- .../pygeoapi_cite/pygeoapi/cite.config.yml | 2 +- .../pygeoapi/covid-19.config.yml | 20 +++++++++---------- services/pygeoapi_master/local.config.yml | 4 ++-- services/pygeoapi_stable/local.config.yml | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/services/pygeoapi_cite/pygeoapi/cite.config.yml b/services/pygeoapi_cite/pygeoapi/cite.config.yml index ad8ecbc..2f9b31d 100644 --- a/services/pygeoapi_cite/pygeoapi/cite.config.yml +++ b/services/pygeoapi_cite/pygeoapi/cite.config.yml @@ -93,7 +93,7 @@ resources: bbox: [-142, 52, -52, 84] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 1850-01-01 + begin: 1850-01-01T00:00:00Z end: null # or empty providers: diff --git a/services/pygeoapi_covid-19/pygeoapi/covid-19.config.yml b/services/pygeoapi_covid-19/pygeoapi/covid-19.config.yml index 6637dc1..b41e5ae 100644 --- a/services/pygeoapi_covid-19/pygeoapi/covid-19.config.yml +++ b/services/pygeoapi_covid-19/pygeoapi/covid-19.config.yml @@ -85,7 +85,7 @@ resources: bbox: [-180,-90,180,90] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 2020-01-01 + begin: 2020-01-01T00:00:00Z end: null # or empty providers: @@ -137,7 +137,7 @@ resources: bbox: [-180,-90,180,90] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 2020-01-01 + begin: 2020-01-01T00:00:00Z end: null # or empty providers: @@ -184,7 +184,7 @@ resources: bbox: [3.37,50.75,7.21,53.47] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 2020-01-01 + begin: 2020-01-01T00:00:00Z end: null # or empty providers: @@ -231,7 +231,7 @@ resources: bbox: [3.37,50.75,7.21,53.47] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 2020-01-01 + begin: 2020-01-01T00:00:00Z end: null # or empty providers: @@ -278,7 +278,7 @@ resources: bbox: [3.37,50.75,7.21,53.47] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 2020-01-01 + begin: 2020-01-01T00:00:00Z end: null # or empty providers: @@ -325,7 +325,7 @@ resources: bbox: [3.37,50.75,7.21,53.47] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 2020-01-01 + begin: 2020-01-01T00:00:00Z end: null # or empty providers: @@ -372,7 +372,7 @@ resources: bbox: [3.37,50.75,7.21,53.47] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 2020-01-01 + begin: 2020-01-01T00:00:00Z end: null # or empty providers: @@ -419,7 +419,7 @@ resources: bbox: [3.37,50.75,7.21,53.47] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 2020-01-01 + begin: 2020-01-01T00:00:00Z end: null # or empty providers: @@ -672,7 +672,7 @@ resources: bbox: [5.0,36.0,20.0,46.0] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 2020-01-01 + begin: 2020-01-01T00:00:00Z end: null # or empty providers: @@ -730,7 +730,7 @@ resources: bbox: [5.0,36.0,20.0,46.0] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 2020-01-01 + begin: 2020-01-01T00:00:00Z end: null # or empty providers: diff --git a/services/pygeoapi_master/local.config.yml b/services/pygeoapi_master/local.config.yml index fbaa93a..ee35ba7 100644 --- a/services/pygeoapi_master/local.config.yml +++ b/services/pygeoapi_master/local.config.yml @@ -140,7 +140,7 @@ resources: bbox: [-180,-90,180,90] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 2011-11-11 + begin: 2011-11-11T00:00:00Z end: null # or empty providers: - type: feature @@ -553,7 +553,7 @@ resources: bbox: [-180, -90, 180, 90] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 2011-11-11 + begin: 2011-11-11T00:00:00Z end: null # or empty providers: - type: feature diff --git a/services/pygeoapi_stable/local.config.yml b/services/pygeoapi_stable/local.config.yml index d8dcb1c..165bc4e 100644 --- a/services/pygeoapi_stable/local.config.yml +++ b/services/pygeoapi_stable/local.config.yml @@ -140,7 +140,7 @@ resources: bbox: [-180,-90,180,90] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 2011-11-11 + begin: 2011-11-11T00:00:00Z end: null # or empty providers: - type: feature @@ -553,7 +553,7 @@ resources: bbox: [-180, -90, 180, 90] crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84 temporal: - begin: 2011-11-11 + begin: 2011-11-11T00:00:00Z end: null # or empty providers: - type: feature