Setting a geometry coverage threshold for Planet subscriptions

Hi All,

I’m trying to set up a subscription for Planet data in the request builder (Requests Builder) and would like to receive only products that have a minimal coverage of my geometry of 50 %.

There’s a nifty slider in the GUI to do this. However, the setting doesn’t seem to make it into the search request code – I assume the list in the GUI is filtered.

How can I make sure that this threshold is applied to the scenes I receive from SentinelHub after processing?

Thanks a lot in advance!

Cheers, Phil

Hi @gybebot ,

Sorry for the late reply.

Indeed the coverage is not included in the search. The response of the search contains the geometry and we calculate the intersection with the requested AOI. You need to implement this yourself and filter the items to be ordered.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.