Skip to content

How to get a list of the mean of the pixels of each image from a ee.ImageCollection? #251

Answered by giswqs
ErikSeras asked this question in Q&A
Discussion options

You must be logged in to vote

You can use zonal statistics. Simply convert a collection to image using .toBands() and then use it with the zonal_statistics() function.

https://geemap.org/notebooks/12_zonal_statistics
https://geemap.org/common/#geemap.common.zonal_statistics

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ErikSeras
Comment options

Answer selected by ErikSeras
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants