ckanext-wps
CKAN extension by Gerald Fenoy that provides OGC Web Processing Service (WPS) preview capabilities. Allows users to explore and interact with WPS services directly within the CKAN interface.
Installation
git clone https://github.com/gfenoy/ckanext-wps.git
cd ckanext-wps
python setup.py develop
Add wps_preview to the ckan.plugins setting.
Configuration
# Target dataset for WPS results
ckanext-wps.target_dataset = my_dataset
Info
By Gerald Fenoy (gfenoy).