Replies: 1 comment 1 reply
-
I'm looking at it right now. I like it. I have some questions below. ee_filter_calendar_range()
ee_calendar_composite() This is essentially the I'm down if you want to tackle this! |
Beta Was this translation helpful? Give feedback.
-
I like the new
ee_filter
functions. It would be really cool to be able to plug these into all sorts of code and not need to think about mapping withee_utils_pyfunc
&ee$filter$calendarRange
anymore. One potential issue with doing this though is that it seems the final step of these functions is to composite the image with the chosen stat/reducer. Therefore, I am wondering if it might make sense to:ee_filter_calendar
or evenee_filter_calendar_range
. I feel like they could be all merged into one filter with a “by” argument (“month”,”year”,”year_month”)ee_filter
functions do which is filter + composite/reduce. This function would wrap the new filter function mentioned above. I am thinking something likeee_temporal_composite
oree_calendar_composite
. I think this naming/verbage would be consistent with GEE documentation on compositingBelow is a rough skeleton of how I am currently imagining the functions could fit together just to give you the basic idea. There is a bunch missing and I don't think it simplifies the function code a great deal, but i think it could improve the syntax and also make the filter more portable. Let me know what you think. If you like the idea, I would be happy to give it a go.
Beta Was this translation helpful? Give feedback.
All reactions