Error in plotting UV Aerosol Index

Hi,
I tried to plot S5p/ UV Aerosol Index Product using the following command but I got sms tell me that the product does not exist.
Then I removed the color range and the “showpropertypanel=True”, but the same problem.

Can anyone help me, please?

Best regards

https://drive.google.com/open?id=10_yI60BOQL2N8mSe3VDgdvXqBbNYWis_

The variables that HARP returns have a different naming convention from those used in the product itself.
Use print(L2_AER305) to see what variables are available. These can then be selected for plotting.

Yes, thank you very much. It is fine know. But excuse me, which code can be dependent to derive the absorbing aerosol index.

I am not sure that I understand your question. The AAI is already ingested.

If you mean how to choose between the two different AAI versions, you can ingest the 340/380 AAI using harp.import_product("<yourproduct>", options="wavelength_ratio=340_380nm")