Open-EO / openeo-odc

Functions to map an openEO process graph to a job based on OpenDataCube and Xarray functions.
Apache License 2.0
1 stars 3 forks source link

Dirty bug fix solving issue when process id starts with a number #9

Closed clausmichele closed 3 years ago

clausmichele commented 3 years ago

Solves this issue: https://github.com/Open-EO/openeo-odc/issues/7

Maybe it's not the most elegant way of solving the problem, but I needed this quickly. If you find a better way of managing numeric process ids we can adapt the code.

clausmichele commented 3 years ago

@sophieherrmann could you please check the merge conflicts? It's because I created the PR before the latest additions you did

clausmichele commented 3 years ago

Issue has has been solved. When merging this and the PR #10 there will be merge conflicts depending on the order of merges. After the merge of this I can rebase the other branch onto master to solve the conflicts and then merge it.