-
Hi, I would like to know how I can get a list of the mean of the pixels of each image from a
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can use zonal statistics. Simply convert a collection to image using https://geemap.org/notebooks/12_zonal_statistics |
Beta Was this translation helpful? Give feedback.
-
With this supplemental code I was able to answer my question.
|
Beta Was this translation helpful? Give feedback.
You can use zonal statistics. Simply convert a collection to image using
.toBands()
and then use it with thezonal_statistics()
function.https://geemap.org/notebooks/12_zonal_statistics
https://geemap.org/common/#geemap.common.zonal_statistics