-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixing missing label in add_dimension of tuw pol uc #46
Conversation
docs/s1-uc1-polarization.json
Outdated
@@ -81,7 +91,8 @@ | |||
"from_node": "cr" | |||
}, | |||
"name": "bands", | |||
"type": "bands" | |||
"type": "bands", | |||
"label": 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't you directly use the label name "B" and then remove the rename_label_cr node?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@m-mohr : Yes, good idea, with the new label
parameter this would be the best solution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes agree, I tried that and at the moment this fails at the GEE backend, I think because "add_dimension" does not set the label to the GEE object yet, but just in the JS metadata.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you make a fix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I am on it right now. Should I make a new pull request, or can I just add it here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be part of this PR, but whatever you prefer.
Haven't checked in detail, but seems okay. Thanks. |
Small fix in the examples process graph (now required "label" attribute was missing in add_dimension)