-
Notifications
You must be signed in to change notification settings - Fork 67
Testing using the ETS
An instance of TEAM Engine providing a draft Executable Test Suite (ETS) for OGC API - Processes Part 1: Core version 2.0 is available here: https://geoprocessing.demo.52north.org/teamengine Everybody is free to create an account. You can then use the Web interface to execute tests. This is similar to the official OGC TEAM Engine instance.
You can also use the REST interface like so:
curl -X GET 'https://geoprocessing.demo.52north.org/teamengine/rest/suites/ogcapi-processes-2.0/run?iut=https://ogcapip-cs2025.geolabs.fr/ogc-api&echoprocessid=echo&processtetlimit=3&bearertoken=xyz' -u codesprint:3ureJKckVIb00dkcY7Tk -H "Accept:application/zip" -o result.zip
You can also check out the code from here: https://github.com/bpross-52n/ets-ogcapi-processes20
Or you can use the Docker image: docker run -p 8080:8080 arthurdent9642/ets-ogcapi-processes20:latest
The TEAM Engine will be available locally on your machine: http://localhost:8080/teamengine/
There is an example shell script for executing the ETS for OGC API - Processes, Part 2: DRU: https://github.com/ZOO-Project/ZOO-Project/blob/main/docker/ets-ogcapi-processes/build-ets-part2.sh
This page is maintained by the Open Geospatial Consortium (OGC).