Birdy provides a command-line tool to work with Web Processing Services (WPS).
Project description
- 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.
Birdy is part of the Birdhouse project.
Install from Anaconda
$ conda install -c birdhouse birdhouse-birdy
Using the command line
Get a list of available processes on WPS with URL http://localhost:8094/wps:
# set WPS service
$ export WPS_SERVICE=http://localhost:8094/wps
# show available processes
$ birdy -h
usage: birdy [-h <command> [<args>]
optional arguments:
-h, --help show this help message and exit
command:
List of available commands (wps processes)
{helloworld,ultimatequestionprocess,wordcount,inout,multiplesources,chomsky,zonal_mean}
Run "birdy <command> -h" to get additional help.
Full documentation is on ReadTheDocs.
Change History
0.1.2 (2015-08-14)
fixed encoding of input text files.
more unit tests.
0.1.1 (2015-08-13)
allow local file path for complex inputs.
send complex data inline with requet to remote wps service.
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.2.tar.gz
(36.6 kB
view hashes)