cedadev / swallow

Swallow - a Birdhouse WPS for running the NAME Trajectory code.
Other
0 stars 1 forks source link

Update birdhouse WPS cookiecutter to include args: outputurl and outputpath #28

Closed agstephens closed 2 years ago

agstephens commented 2 years ago

Need to put a PR to update the cookie-cutter to include changes here:

https://github.com/cedadev/vulture/commit/f9650a674838c3aea6f7d100025ba97cbe910cac

This allows you to specify the outputurl and outputpath at the command-line for running a bird WPS, e.g.:

$ vulture start -d --outputurl=http://ceda-wps-staging.ceda.ac.uk/outputs \
                            --outputpath=/gws/nopw/j04/ceda_wps/birds/test/outputs/vulture
agstephens commented 2 years ago

Done.