Can't seem to change the nodata value on image from custom created ImageCollection #2211
Unanswered
amine-aboufirass
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I realize this question has been asked before, but I have tried proposed solutions and they don't appear to work.
I am downloading WAPOR data and creating my own
ImageCollection
based on the last part of this tutorial.WaPOR data uses the the nodata value 255.0 as a default.
I create and export one image from the image collection as follows:
I also tried using variations on
Image.updateMask
andImage.unmask
all to no avail. The output raster still contains the values 255 scattered throughout and the nodata value used is 0.0, which I don't want.What am I doing wrong here? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions