GJ88
September 14, 2022, 9:05am
1
I applied the sen2cor processor on a Sentinel 2 image and post the processing two bands, band 1 and band 10 were not available.
I ran the following code
L2A_Process.bat --resolution 10 C:\Users\Sentinel\S2A_MSIL1C_20171015T044751_N0205_R076_T45RVL_20171015T045632.SAFE
I want to know what causes this issue. Is it the issue of sen2cor. How to fix it ?
marpet
September 15, 2022, 7:10am
2
That’s because the 60m bands are not considered when using the 10m resolution option.
I think you need to run it again with 60m option to get the missing bands.
See also:
Dear shahriar49,
sorry, but Sen2Cor doesn’t has an option to resample all bands to 10m. You misunderstood the resolution argument. The default processing without resolution argument provides you the four 10m bands at 10m resolution and all bands at 20m resolution (except the 60m band B01 and B08; see S2-PDGS-MPC-L2A-IODD-V2.8.pdf page 38ff). The resolution argument --resolution 20 skips the 10m processing for saving processing time providing you only the 20 m output. The resolution argument – r…
Dear user,
We tried to collect all useful information to operate Sen2Cor on this page: Sen2Cor FAQ .
Please refer to section 10) Product Definition concerning the availability of bands at different resolutions.
Cheers,
@Sen2cor_dev_team