Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CKAN extension for accessing OGC WPS capabilties

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages