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.
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
File details
Details for the file django-tethys_wps-1.0.0.tar.gz
.
File metadata
- Download URL: django-tethys_wps-1.0.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91958fcf38c33382583cc1417986eb32ed5601364e85b7ce13db54860e938ee8 |
|
MD5 | cba2b3deb6a4845cc77f88e46b284f20 |
|
BLAKE2b-256 | e4a7d3a085e3f850a4e72d74008200eb18064b52a420e486031f29554d8f4312 |