CKANEXT-WPS is a CKAN extension that allows users to access OGC WPS capabilities and publish execution results.
$ git clone https://github.com/gfenoy/ckanext-wps.git
$ cd ckanext-wps
$ python setup.py develop
$ pip install -r pip-requirements.txt
1. Enabling CKANEXT-WPS
To enable the CKENXT-WPS Extension add this to ckan plugins in the config file :
ckan.plugins = wps_preview
2. CKANEXT-WPS config options
The following should be set in the CKAN config :
# ckanext-wps settings
ckanext-wps.target_dataset=(e.g. CKAN Resource identifier)
The default target dataset to store the WPS Execution result.