Skip to content
Spacebel sa edited this page Nov 17, 2017 · 11 revisions

Spacebel WPS Transactional Extension - Wiki =

This project implements the Transactional WPS Extension OGC 13-071r1 adapted to the WPS 2.0 specification. The extension describes the DeployProcess and UndeployProcess operations.

A presentation video of the project is available: Youtube Video

The implementation is based on 52°North WPS implementation.

This project includes a Docker profile that allows to deploy Docker Image on a Docker host. The sample process used by the demonstrator is the LandCover Mapping application described here.

Transactional WPS 2.0 schemas are provided here: https://raw.githubusercontent.com/spacebel/common-xml/master/52n-ogc-schema/src/main/resources/META-INF/xml/wps/t/wps.xsd[WPS 2.0 Transactional Schemas].

Note it also provides an alternative implementation (using algorithms DeployProcess and UndeployProcess instead of extending the spec with new operations).