Skip to content

For simultaneous multi-stat composites switch from join to combine #23

@zackarno

Description

@zackarno

Currently when providing multiple stats to summarise for compositing. We run them individually and then join together with inner_join.tidyee which is wrapped inside of purrr::reduce for handling >2 joins.

I wonder if eventually it would make sense eventually to switch to using rgee::ee$ImageCollection$combine() .

Don't think this is urgent, but worth thinking about the pros and cons

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions