Page 1 of 1

Sub-image processing

Posted: Mon Dec 06, 2021 2:37 am
by tianshang123
Hello fsteinmetz!

How to make Sub-image processing of Sentinel-2 and Landsat-8 ? Can i set up using a range of latitude and longitude?

Regards,

tian

Re: Sub-image processing

Posted: Mon Dec 20, 2021 12:57 pm
by fsteinmetz
Hello,

You can indeed process a sub-image, but using a range of rows/columns (not latitudes/longitudes).
This can be achieved by passing the arguments sline, eline, scol, ecol, to the Level1 object:
Level1_MSI(..., sline=1000, eline=2000, scol=1000, ecol=2000)
(and same for all other Level1 objects).

Cheers,
François