Skip to main content

An app to enable provide access to dataset storage for apps.

Project description

=============================
Tethys Web Processing Service
=============================

Tethys Web Processing Service (WPS) provides an API for WPS services such as 52 North WPS. WPS services can be
used to add geoprocessing functionality to web sites that use this app. The Tethys WPS django app also adds
a development tool that can be used to browse the available processing capabilities. When Tethys WPS is installed,
it also installs, OWSLib. OWSLib is a Python client for OGC web services and it includes an excellent WPS module.

Installation
------------

Tethys Datasets can be installed via pip or downloading the source. To install via pip::

pip install django-tethys_wps

To install via download::

git clone https://github.com/CI-WATER/django-tethys_wps.git
cd django-tethys_wps
python setup.py install

Django Configuration
--------------------

1. Add "tethys_datasets" to your INSTALLED_APPS setting like so::

INSTALLED_APPS = (
...
'tethys_wps',
)

2. Include the URLconf in your project urls.py::

url(r'^wps/', include('tethys_wps.urls')),

3. Use the admin console of your site to link WPS services to your site.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-tethys_wps-1.0.0.tar.gz (7.8 kB view details)

Uploaded Source

File details

Details for the file django-tethys_wps-1.0.0.tar.gz.

File metadata

File hashes

Hashes for django-tethys_wps-1.0.0.tar.gz
Algorithm Hash digest
SHA256 91958fcf38c33382583cc1417986eb32ed5601364e85b7ce13db54860e938ee8
MD5 cba2b3deb6a4845cc77f88e46b284f20
BLAKE2b-256 e4a7d3a085e3f850a4e72d74008200eb18064b52a420e486031f29554d8f4312

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page