opengeospatial / ets-ogcapi-features10

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

pygeoapi beta testing #85

Closed tomkralidis closed 4 years ago

tomkralidis commented 4 years ago

Testing http://cite.opengeospatial.org/te2 against http://147.102.109.27:5001 yields no failures but numerous skipped tests.

Skipped test root causes:

Any idea how to address these ?

tomkralidis commented 4 years ago

CITE beta details:

dstenger commented 4 years ago

Can you please check if the feature collection in JSON format contains the correct link to the features? Following information is important (href, rel and type must be set correctly):

...
  "links": [
    {
      "href": "http://test-service.de/collections/collection/items",
      "rel": "items",
      "type": "application/geo+json",
...
tomkralidis commented 4 years ago

Thanks @dstenger . I deleted/created another test session (s0078) and these issues were resolved. At this point, I am getting 3 failures of type:

Any idea on how to fix?

dstenger commented 4 years ago

This seems to be a bug in the test suite. Can you please create a new issue for that?

tomkralidis commented 4 years ago

Thanks for the valuable feedback @dstenger. Closing this issue in lieu of #86