opengeospatial / ets-ogcapi-features10

Public Repository for the OGC API - Features Compliance Test Suite
Other
16 stars 8 forks source link

Implement tests of "A.2.1. Parameter crs" of Part 2 #152

Closed dstenger closed 3 years ago

dstenger commented 3 years ago

A.2.1. Parameter crs contains:

Reference: OGC API - Features - Part 2: Coordinate Reference Systems by Reference, Version: 1.0, Publication Date: 2020-11-02

lgoltz commented 3 years ago

Abstract Test 4 | /conf/crs/crs-parameter

Implementation: https://github.com/opengeospatial/ets-ogcapi-features10/commit/8335933afd1113bcdffe2bd553e14ec24b83d2ac, https://github.com/opengeospatial/ets-ogcapi-features10/commit/f312cd13a9066e1d2d214ef666724ea8b580af1c, https://github.com/opengeospatial/ets-ogcapi-features10/commit/8a191be3556df0dfa448b7ed00ba466beb9e589e

Abstract Test 5 | /conf/crs/crs-parameter-invalid

Implementation: https://github.com/opengeospatial/ets-ogcapi-features10/commit/891f407dbb91dc3fa871c2a4dde7d8f3461eb9b6

lgoltz commented 3 years ago

Abstract Test 6 | /conf/crs/crs-parameter-default

Implementation: https://github.com/opengeospatial/ets-ogcapi-features10/commit/4749d9b356076dfe7e28536c1bd6b00409eb04e5

lgoltz commented 3 years ago

Abstract Test 7 | /conf/crs/crs-parameter-transform

It is required to parse the geometry from the GeoJson response. JTS provides a GeoJsonReader since ~1.15 https://github.com/locationtech/jts/blob/master/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonReader.java geomatics-geotk uses JTS version 1.13

dstenger commented 3 years ago

Meeting 2021-06-08

lgoltz commented 3 years ago

Update of JTS in https://github.com/opengeospatial/geomatics-geotk/issues/10

lgoltz commented 3 years ago

All test implemented as specified in the abstract test suite.

dstenger commented 3 years ago

All tests were implemented.