Skip to main content

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

Authors

Carsten Ehbrecht ehbrecht at dkrz.de

Change History

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


Download files

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

Source Distribution

malleefowl-0.1.3.tar.gz (30.1 kB view details)

Uploaded Source

File details

Details for the file malleefowl-0.1.3.tar.gz.

File metadata

  • Download URL: malleefowl-0.1.3.tar.gz
  • Upload date:
  • Size: 30.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for malleefowl-0.1.3.tar.gz
Algorithm Hash digest
SHA256 205899a6e9d20a0c10190e27fa81b2d9e0b850ac47f4cdd4227a0994c6f6cc1c
MD5 b8521b8d08e586f35074967765f5c968
BLAKE2b-256 1b7319fad5d348d8bff46ed6ec65c3341d4fee821c4eb508585dc49fc186c6b8

See more details on using hashes here.

Provenance

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