Skip to content

Commit

Permalink
add time_field mapping for each Collection in pygeoapi ADR endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Mar 30, 2023
1 parent 8aed1fa commit fd4ea1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions services/pygeoapi/local.config.adr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ resources:

id_field: fid
title_field: gml_id
time_field: beginLifespanVersion
layer: SimpleAddress

AddressesNL_28992:
Expand Down Expand Up @@ -181,6 +182,7 @@ resources:

id_field: fid
title_field: gml_id
time_field: beginLifespanVersion
layer: SimpleAddress

ProtectedSites:
Expand Down Expand Up @@ -242,6 +244,7 @@ resources:
- http://www.opengis.net/def/crs/EPSG/0/28992
storage_crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
id_field: gml_id
time_field: legalFoundationDate
title_field: text
layer: rce

Expand Down Expand Up @@ -287,6 +290,7 @@ resources:
- http://www.opengis.net/def/crs/EPSG/0/28992
storage_crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84
id_field: lokaalid
time_field: lv_publicatiedatum
title_field: lokaalid

dutch_windmills:
Expand Down Expand Up @@ -342,6 +346,7 @@ resources:
storage_crs: http://www.opengis.net/def/crs/EPSG/0/28992

id_field: gml_id
time_field: BOUWJAAR
layer: landschapsatlas:Molens


Expand Down Expand Up @@ -406,6 +411,7 @@ resources:

id_field: localid
title_field: geographicalname
time_field: validfrom
layer: su_gemeente_2018

StatisticalUnits_Gemeente_2017_WFS:
Expand Down Expand Up @@ -462,5 +468,6 @@ resources:
storage_crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84

id_field: localid
time_field: validfrom
title_field: geographicalname
layer: OGRGeoJSON

0 comments on commit fd4ea1a

Please sign in to comment.