Page 1 of 1

Assigning a Bounding Box

Posted: Mon Jul 31, 2023 12:43 pm
by Sachini
Greetings,

I am curious if it is feasible to assign a bounding box within the polymer code. My current project involves analyzing Sentinel-2 and Landsat images for inland water quality in bulk, which is taking a significant amount of time and memory due to the large image sizes. I am currently utilizing Python for this task.

Thank you!

Re: Assigning a Bounding Box

Posted: Mon Aug 21, 2023 12:34 pm
by fsteinmetz
Hi,
Indeed it is possible, but the bounding box has to be specified in pixel coordinates.
All Level1 objects support the following arguments: sline, eline, scol, ecol, which provide the start and end lines and columns for the bounding box.
For Sentinel-2, the coordinates also depend on the chosen resolution (10, 20 or 60m).
Cheers, François