Search found 2 matches

by nickselmes
Mon May 10, 2021 5:02 pm
Forum: Support
Topic: OLCI ozone units case change
Replies: 2
Views: 3032

Re: OLCI ozone units case change

I should have said this is only a problem for the netcdf reader, the safe file reader seems to still work fine.
by nickselmes
Mon May 10, 2021 5:01 pm
Forum: Support
Topic: OLCI ozone units case change
Replies: 2
Views: 3032

OLCI ozone units case change

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':