Extension Wps


Extension Basics

Title
Wps
Name
ckanext-wps
Type
Public extension
Description
CKAN extension for accessing OGC WPS capabilties
CKAN versions
Download-Url (zip)
Last commit
11 years ago (2014-11-03 10:24:05)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

CKAN WPS Extension

Overview

CKANEXT-WPS is a CKAN extension that allows users to access OGC WPS capabilities and publish execution results.

Installation

$ git clone https://github.com/gfenoy/ckanext-wps.git
$ cd ckanext-wps
$ python setup.py develop
$ pip install -r pip-requirements.txt

Configuration

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.

Version
Version release date
(not set)
Contact name
Gérald Fenoy
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
wps_preview
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions