Birdy provides a commandline tool to work with Web Processing Services (WPS).
Project description
Introduction
- Birdy (the bird)
Birdy is not a bird but likes to play with them.
Birdy is a Python package to provide a command-line tool to work with Web Processing Services (WPS). It is using OWSLib from the GeoPython project.
Installation
Check out code from the birdy github repo and start the installation:
$ git clone https://github.com/bird-house/birdy.git $ cd birdy $ make
Example Usage
Show the processes on a Web Processing Service:
$ export WPS_SERVICE="http://rsg.pml.ac.uk/wps/generic.cgi" $ birdy -h usage: birdy [-h] <command> [<args>] optional arguments: -h, --help show this help message and exit command: List of available commands (wps processes) {temperatureConverter,oilspil,fetchMODISTimeStamp,fetchMODIS,fetchMRCS,r.colors,reprojectCoords,intersectBBOX,reprojectImage,mergeImages,compareImages,buoyGraphic,gml2svg,geotiff2png,dummyprocess,gdalinfo,ncdump,reducer,taverna,WCS_Process,NetCDF2JSON,json2plot} Run "birdy <command> -h" to get additional help.
Show help for a dummyprocess:
$ birdy dummyprocess -h usage: birdy dummyprocess [-h] --input2 [INPUT2] --input1 [INPUT1] [--output {output2,output1}] optional arguments: -h, --help show this help message and exit --input2 [INPUT2] Input2 number --input1 [INPUT1] Input1 number --output {output2,output1} Output: output2=Output2 subtract 1 result (default: output)output1=Output1 add 1 result (default: output)
Execute dummyprocess:
$ birdy dummyprocess --input1 1 --input2 3 --output output1 Execution status: ProcessAccepted Execution status: ProcessSucceeded Output URL=http://earthserver.pml.ac.uk/wps/wpsoutputs/output1-cf94c9ea-7982-11e4-8e10-d4ae52675c92
Change History
0.1.0 (2014-12-02)
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
birdhouse-birdy-0.1.0.tar.gz
(6.3 kB
view details)
File details
Details for the file birdhouse-birdy-0.1.0.tar.gz
.
File metadata
- Download URL: birdhouse-birdy-0.1.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25202142d76bbf8444b8aaa8d74f67b4d78cec34b3eaf6ebdbe67d383dd0c177 |
|
MD5 | acd257d44597876cad576919fa831d6b |
|
BLAKE2b-256 | 46df874ed149e7c265519525d31b08f6d35f7bea42157a14511c29bf71fcfffc |