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 (https://portal.opengeospatial.org/files/?artifact_id=74162[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: image::https://i.ytimg.com/vi/TqAa3GtzsfM/2.jpg?time=1510910575998[ss]

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 https://github.com/spacebel/WPS/wiki/2.-Our-Sample-Process:-EOC-Landcover[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).