-
I am new to geemap. I displayed image in GEE code editor and found there are NoData pixels inside my AOI (an island). Then I use geemap in python to export the image to local drive. Here is the code looks like
lst_image is the image, aoi is a polygon (bounding box defined by coordinates). When I displayed the exported image in QGIS I found that the NoData pixels inside the island were filled with values, not becoming NoData pixels anymore. Is it a normal process performed by geemap? Is there any option to keep the original image exported? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the problem. I made mistake in bitwise operation when filtering the image using QC bands. Thank you for all your attention. |
Beta Was this translation helpful? Give feedback.
I found the problem. I made mistake in bitwise operation when filtering the image using QC bands. Thank you for all your attention.