Sub-image processing

Post Reply
tianshang123
Posts: 6
Joined: Fri Dec 04, 2020 2:43 am
company / institution: naikai_university
Location: tianjin

Sub-image processing

Post 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
User avatar
fsteinmetz
Site Admin
Posts: 306
Joined: Fri Sep 07, 2018 1:34 pm
company / institution: Hygeos
Location: Lille, France
Contact:

Re: Sub-image processing

Post 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
Post Reply