You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to include a new method for the ImageCollectionAccessor class that filters by geometry.
Unlike the method filterBounds(geometry, errorMargin), this one filters the collection if the geometry parameter intersects with an image. My proposal is to include the filterByGeometry(geometry) method, which will include the image to the image collection if geometryis contained in the image. To summarize, the difference between the two filters is that the first one is an intersection, while the second one is an inclusion.