Skip to content
Tom Kralidis edited this page Apr 10, 2020 · 8 revisions

Overview

This page provides information on pygeoapi's CITE demo, setup and testing instructions against the OGC Compliance Interoperability & Testing Evaluation (CITE) engine.

OGC CITE wiki

https://github.com/opengeospatial/cite/wiki

pygeoapi public CITE demo

https://demo.pygeoapi.io

  • demo runs with specific test data on an Elasticsearch instance against master

OGC API - Features

Test data

How to run your own CITE tests

Running against CITE public services

  • go to https://cite.opengeospatial.org/teamengine/
  • Click "Start Testing"
  • You will be asked to login. If you do not have a CITE username/password, you must register to continue
  • Click "Create a new session"
  • Set the following:
    • Organization: OGC
    • Standard: OGC API - Features 1.0
  • Click "Start a New Test Session"
  • Enter the URL of your pygeoapi demo landing page

At this point the OGC CITE tests will execute and results for the session will be returned.

Running against locally deployed CITE

Clone this wiki locally