-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command line CWL runner #363
Comments
Given the size of Weaver, what about having a small package that could be used directly in notebooks, by Weaver internally in tests or for calling ADES or in birdy which is using owslib. |
I don't think there are any advantages to do it outside Weaver, since CWL is still disputed as the "official Application Package". Furthermore, most of the operations are already done here: Really only need to connect the Definitely for higher scope of calling any WPS, it should be external. |
I agree, this is maybe premature, but Weaver does a lot of things that could eventually be packaged independantly to encourage contibutions. CWL engine is one thing, OGC-API processes implementation is another and the CLI could be a third. While Weaver could still use all of them, there are chances that, independantly, we could get external traction that is out of reach right now because of the service bundle. |
There is already a draft for which I participated in owslib for OGC-API Processes implementation (though not yet merged...): https://github.com/geopython/OWSLib/pull/750/files I would propose to define an abstract class with previously mentioned |
Description
Weaver should provide a CLI CWL runner.
Its job would consist into doing the following steps:
class: Workflow
)This is essentially the same operations that are defined in current Workflow tests.
Changes required are to decouple the operations from pytest structure and add argparse/client class instead.
Motivation
This would serve many purposes:
Relates to:
edit: moved #381 in separate issue
The text was updated successfully, but these errors were encountered: