Is it possible return more than 4 chanels in evalscript?
for example i want to return an ndvi visualization on the first 3 channels [c1,c2,c3] and use the 4th chanel and transparent and the 5th channel maybe as the actual pixel value at a given location? so my return code would look like this
return[c1,c2,c3,c4,c5].
