Hi
I am encountering the same issue as Paula running ARCSI version 3.1.6 on ubuntu 18.04.
The processing command I am using is:
arcsimpi.py
-s sen2
--stats
-f KEA
--fullimgouts
-p RAD SHARP SATURATE CLOUDS TOPOSHADOW STDSREF DOSAOTSGL METADATA
--interpresamp near --interp cubic
--outwkt <projection-file>
--projabbv osgb
-t <temp-dir>
-o <output-file>
--dem <dem-file>
-k clouds.kea meta.json sat.kea toposhad.kea valid.kea stdsref.kea
-i <header-file>
I've found the following:
Product ID =
S2B_MSIL1C_20210517T103619_N0300_R008_T30QVE_20210517T124830
(level 1c data from ESA SciHub using the current Baseline 3.0) generates
a cloud cover estimation of <1%, which agrees with the ESA cloud-cover
estimate.
Product ID =
S2B_MSIL1C_20210517T103619_N7990_R008_T30QVE_20210929T075738 (level 1c data with the new Baseline 4.00 tag that ESA has provided as a one off sample dataset
link) generates cloud cover estimation of 100%.
To be fair, I have not looked at the ARCSI source to understand if there is some dependancy file in the ESA SAFE format that the ARCSI cloud estimation algorithm needs that has changed between 3.0 and 4.0 which could be causing this?
Does anyone have any thoughts on what I can try next to investigate?
Thanks in advance,
Sam