bird-house / birdhouse-docs

Birdhouse documentation
http://birdhouse.readthedocs.io/en/latest/
Apache License 2.0
4 stars 7 forks source link

added ideas section with wps profiles examples #35

Closed cehbrecht closed 5 years ago

cehbrecht commented 5 years ago

This PR adds a section ideas with examples for defining WPS profiles.

Additional Links

https://github.com/bird-house/emu/issues/79

nilshempelmann commented 5 years ago

@cehbrecht Can you tell me the purpose? I am a bit lost for the review

huard commented 5 years ago

@nilshempelmann For some processes we end up having very similar process definitions, which involves copying the same inputs and outputs in multiple files. When we want to change something (e.g. typo), we need to change it in multiple files, which is prone to bugs. I suggested a while ago that we should have a set of good practices, including solutions to create generic processes or inputs/outputs that can be reused. This is an example of a potential solution to the problem.

nilshempelmann commented 5 years ago

Thanks! Got it.