Skip to content

Generating Frequency Image for an ImageCollection classified #1996

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

You must be logged in to vote

Use the map function to create a collection of binary images. Then use sum to get occurrence.

collection.map(lambda img: img.eq(<CLASS-VALUE>)).sum()

Replies: 2 comments 1 reply

Comment options

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

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