Get tiles which contains whole bbox

Hi, is it possible to request only tiles which contain whole bounding box, and exclude those that are just intersecting with it? I went through sentinelhub-py documentation but did not found anything related to it.

Thanks.

Hi @meteor,

Unfortunately there is no parameter to filter frames according to data coverage in sentinelhub-py. Therefore the only way is to download all frames, preferably with a transparency layer, and afterward manually filter them according to this transparency layer.