Fixed
Status Update
Comments
gi...@gmail.com <gi...@gmail.com> #2
a possible (dirty) workaround is by adding a no-op at the start of the expression like in
var exp = image.expression("NOOP + ( b('B3') / ( b('B4') + b('B3') + b('B2') ) )", {
"NOOP": ee.Image(0).rename("NDVI")
}).rename("GCC")
will result in prop named "NDVI" after sampleRectangle
go...@google.com <go...@google.com> #3
Found and fixed. Should roll out next week.
Description
Returned keys seems related to how the band is built, not the real band name.
Steps to Reproduce
Current Behavior
Expected Behavior