Description
It happens quite often that we have a set of processes with common input (and output) parameters. In WPS the process signature (inputs+outputs) is called a profile (I think). To avoid copy+paste of this process parameters one could use Python decorators or mixin classes to define a commonly used profile which can be adapted by each individual process.
Here are some examples how it could look like:
Environment
- Emu version used, if any:
- Python version, if any:
- Operating System:
Steps to Reproduce
Additional Information
Description
It happens quite often that we have a set of processes with common input (and output) parameters. In WPS the process signature (inputs+outputs) is called a profile (I think). To avoid copy+paste of this process parameters one could use Python decorators or mixin classes to define a commonly used profile which can be adapted by each individual process.
Here are some examples how it could look like:
Environment
Steps to Reproduce
Additional Information