Skip to content

Defining WPS profiles in PyWPS #79

@cehbrecht

Description

@cehbrecht

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions