Skip to content

Commit

Permalink
#50 CITE test comply: default CRS WGS84 - fix Addresses_28992 Collect…
Browse files Browse the repository at this point in the history
…ion config for ADR
  • Loading branch information
justb4 committed Mar 20, 2023
1 parent 0e52edf commit c84052e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions services/home/docs/docs/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ title: OGC-API-Testbed - pygeoapi tests
This page provides some links to URLs on the API Testbed Server in order to test
pygeoapi additions made as part of the Tender [OGC-API-Features tooling adjustments to the Dutch API Design Rules and INSPIRE](https://www.geonovum.nl/themas/invitation-to-tender).

## OGC CITE Tests
The endpoints were tested with the [CITE tester OGC API Features from OGC](https://cite.opengeospatial.org/teamengine/about/ogcapi-features-1.0/1.0/site/)
in particular for the "Part 2" CRS support. Reports:

* [latest apitestbed-pygeoapi](test-results/230320-cite-apitestbed-pygeoapi.pdf).

## OGC API Features Part 2
This is basically support for the query parameters `crs` and `crs-bbox`.

Expand Down
15 changes: 5 additions & 10 deletions services/pygeoapi/local.config.adr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,24 +143,19 @@ resources:
hreflang: nl
- type: application/xml
rel: describedby
title: Metadata as ISO 19139 XML
title: Metadata as iso19139 xml
href: https://www.nationaalgeoregister.nl/geonetwork/srv/api/records/a5f961e9-ebdd-41e2-b8e8-ab33ed340a83/formatters/xml
hreflang: nl
- type: text/html
rel: tag
title: Reference to the concept Addresses (INSPIRE registry)
title: Reference to the concept Addresses (inspire registry)
href: https://inspire.ec.europa.eu/theme/ad
hreflang: nl
- type: application/gml+xml
rel: enclosure
title: Download complete dataset as GML
href: https://service.pdok.nl/kadaster/ad/atom/downloads/addresses.gml.gz
hreflang: nl
- type: text/html
rel: license
title: CC0 1.0 Public Domain license
href: https://creativecommons.org/publicdomain/zero/1.0/deed.en
hreflang: en
extents:
spatial:
bbox: [6.85, 53.311, 6.87, 53.322]
Expand All @@ -174,8 +169,8 @@ resources:
data:
source_type: GPKG
source: data/ADNL_28992.gpkg
# source_srs: EPSG:28992
# target_srs: EPSG:4326
source_srs: EPSG:28992
target_srs: EPSG:4326
source_capabilities:
paging: True

Expand All @@ -191,7 +186,7 @@ resources:
- http://www.opengis.net/def/crs/EPSG/0/3857
- http://www.opengis.net/def/crs/EPSG/0/4258
- http://www.opengis.net/def/crs/EPSG/0/28992
storage_crs: http://www.opengis.net/def/crs/OGC/1.3/28992
storage_crs: http://www.opengis.net/def/crs/OGC/1.3/CRS84

id_field: fid
title_field: gml_id
Expand Down

0 comments on commit c84052e

Please sign in to comment.