Hi,
I am trying to read a Sentinel-5p Level-2 OFLL AER_LH product (based on processing. version 02.06) using the HARP python interface:
e.g.
product = …/S5P_OFFL_L2__AER_LH_20240425T084037_20240425T102207_33851_03_020600_20240427T102950.nc
harp_test = harp.import_product(product)
I get the error message below:
"CLibraryError: dataset has 3739008 elements; expected 1869504 at '/PRODUCT/SUPPORT_DATA/DETAILED_RESULTS/surface_albedo' ...."
Ιs it something simple that can be bypassed in the process?
-----
Thank you