Skip to content

Greenest and zonal statistic #1962

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

You must be logged in to vote

This seems an Earth Engine bug rather than geemap. If you use ee.Image.reduceRegions without geemap.zonal_stats, you get the same result.

stats = greenest.select('NDVI').reduceRegions(
    collection=countries,
    reducer=ee.Reducer.mean(),
    scale=1000
)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by giswqs
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