Malleefowl simplifies the usage of WPS and has some supporting WPS processes.
Project description
Introduction
- Malleefowl (the bird)
Malleefowl are shy, wary, solitary birds that usually fly only to escape danger or reach a tree to roost in. Although very active, they are seldom seen [..] (Wikipedia).
Malleefowl is a Python package to simplify the usage of Web Processing Services (WPS). Currently it is using the PyWPS server. It comes with some WPS processes which are used by the Phoenix WPS web-application. These processes are used to support climate data processing with WPS.
Installation
Check out code from the malleefowl github repo and start the installation:
$ git clone https://github.com/bird-house/malleefowl.git $ cd malleefowl $ make
For other install options run make help and read the documention for the Makefile.
After successful installation you need to start the services. Malleefowl is using Anaconda Python distribution system. All installed files (config etc …) are below the Anaconda root folder which is by default in your home directory ~/anaconda. Now, start the services:
$ make start # starts supervisor services $ make status # show supervisor status
The depolyed WPS service is available on http://localhost:8091/wps?service=WPS&version=1.0.0&request=GetCapabilities.
Check the log files for errors:
$ tail -f ~/anaconda/var/log/pywps/malleefowl.log $ tail -f ~/anaconda/var/log/pywps/malleefowl_trace.log
Configuration
If you want to run on a different hostname or port then change the default values in custom.cfg:
$ cd malleefowl $ vim custom.cfg $ cat custom.cfg [settings] hostname = localhost http-port = 8091
After any change to your custom.cfg you need to run make install again and restart the supervisor service:
$ make install $ make restart $ make status
Change History
0.1.5 (2014-11-26)
changed config for cache_path and cache_url.
Cleaned up unit tests.
download method added.
0.1.4 (2014-11-24)
Using buildout 2.x.
0.1.3 (2014-11-11)
Fixed LD_LIBRARY_PATH for myproxy-logon. Should not use openssl library from anaconda.
Replaced install.sh by Makefile.
Dockerfile added.
0.1.2 (2014-10-21)
Fixed pyOpenSSL dependency.
Updated docs.
Updated dependencies.
Dockfile for automated builds added.
0.1.1 (2014-08-21)
Changed default cache path.
0.1.0 (2014-08-18)
Initial Release.
Project details
Release history Release notifications | RSS feed
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 malleefowl-0.1.5.tar.gz
.
File metadata
- Download URL: malleefowl-0.1.5.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c394638b17961120c1be9e527302d52e1c14affeec4b34fd6c6e2f29fc64b45b |
|
MD5 | ed3b399bcc552bedda2f6436cd403ef7 |
|
BLAKE2b-256 | 62c3a9df07737a6696ae19859fd0d57bd2ce9409f465dbac93dbfd43f9787dc0 |