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 am wondering if by API definition, when providing a polygon in load_collection, we need to return the masked data or just the data contained the minimum bbox of the polygon.
The text was updated successfully, but these errors were encountered:
clausmichele
changed the title
load_collection and polygon, reurn only data inside te polygon?
load_collection and polygon, reurn only data inside the polygon?
May 28, 2021
clausmichele
changed the title
load_collection and polygon, reurn only data inside the polygon?
load_collection and polygon, return only data inside the polygon?
May 28, 2021
The process puts a pixel into the data cube if the point at the pixel center intersects with the bounding box or any of the polygons (as defined in the Simple Features standard by the OGC).
I'm understanding that as follows (and it was meant this way): The data cube has the extent of the box of the polygons. All pixels that do not intersect with the polygon(s) contain no-data / null values. All other values that intersect with the polygon(s) contain data from the given collection.
Would you understand it differently from the description? If yes, how can we improve the descriptions?
No it's fine, it is also as I understand it. But maybe we can clarify that outside the polygon we have to set data to no-data/null, which is not clear (I was wrongly setting them to zero).
I am wondering if by API definition, when providing a polygon in load_collection, we need to return the masked data or just the data contained the minimum bbox of the polygon.
The text was updated successfully, but these errors were encountered: