Skip to content
Tom Kralidis edited this page Mar 6, 2024 · 4 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 resources

pygeoapi public CITE demo

The pygeoapi CITE instance is always made available at:

https://demo.pygeoapi.io/cite

The CITE instance runs with a specific setup in order to be tested against CITE, which can be found in https://github.com/geopython/demo.pygeoapi.io/tree/master/services/pygeoapi_cite

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: Choose the OGC API standard of interest
  • Click "Start a New Test Session"
  • Enter the URL of your pygeoapi demo landing page

How to run your own CITE tests

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