Page 1 of 1

OLCI ozone units case change

Posted: Mon May 10, 2021 5:01 pm
by nickselmes
Just a heads up that the OLCI ozone units seem to have changed as of 28 April to be all lower case i.e. from Kg.m-2 to kg.m-2. I edited level1_netcdf.py line 458 to say:

Code: Select all

            if ozone_unit.lower() == 'kg.m-2':  

Re: OLCI ozone units case change

Posted: Mon May 10, 2021 5:02 pm
by nickselmes
I should have said this is only a problem for the netcdf reader, the safe file reader seems to still work fine.

Re: OLCI ozone units case change

Posted: Wed May 12, 2021 9:20 pm
by fsteinmetz
Hi Nick, and many thanks for the feedback !
I'll include this in next release.
Cheers,
François