Hello,
I’m working on a project that analyses the S5P air quality measurements. When processing L2 O3 products I have found the following error I don’t know how to solve:
In the L2 O3 product documentation (“https://sentinels.copernicus.eu/documents/247904/3541451/Sentinel-5P-Readme-OFFL-Total-Ozone.pdf”) it is stated that the quality condition measurements follow is that the variable qa_value>0.5. When I try to call the function: harp.import_product(path,operations=“qa_value>0.5”),
I get the following error:
That surprised me at first and I thought the files could be corrupted. However, when I use the browse product utility VISAN has, I can see that the variable exists in the product. So, I think HARP is not importing it for some reason. Does anyone know how could I filter these products using HARP?
Thanks for your attention,
Miguel