Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

add get_process to get process function by name (as string)#13

Merged
lforesta merged 2 commits into
Open-EO:masterfrom
soxofaan:issue10-get-process-by-name
Sep 25, 2020
Merged

add get_process to get process function by name (as string)#13
lforesta merged 2 commits into
Open-EO:masterfrom
soxofaan:issue10-get-process-by-name

Conversation

@soxofaan
Copy link
Copy Markdown
Member

Addresses #10 : adds a function get_process that allows you to get a process function by name/id.
See tests for example usage

@soxofaan
Copy link
Copy Markdown
Member Author

Todo/possible improvement: processes with Python keyword as name like and, or, if, ... are implemented by functions and_(), or_ , .... They currently have to be requested by "and_", "or_". It would be better to request them by their real name without trailing underscore: and, or, ...

@lforesta lforesta merged commit f57c663 into Open-EO:master Sep 25, 2020
@soxofaan soxofaan deleted the issue10-get-process-by-name branch October 8, 2020 07:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants