OLCI ozone units case change

Post Reply
nickselmes
Posts: 2
Joined: Mon Mar 11, 2019 8:28 am
company / institution: Plymouth Marine Laboratory
Location: Plymouth, UK

OLCI ozone units case change

Post 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':  
nickselmes
Posts: 2
Joined: Mon Mar 11, 2019 8:28 am
company / institution: Plymouth Marine Laboratory
Location: Plymouth, UK

Re: OLCI ozone units case change

Post by nickselmes »

I should have said this is only a problem for the netcdf reader, the safe file reader seems to still work fine.
User avatar
fsteinmetz
Site Admin
Posts: 306
Joined: Fri Sep 07, 2018 1:34 pm
company / institution: Hygeos
Location: Lille, France
Contact:

Re: OLCI ozone units case change

Post by fsteinmetz »

Hi Nick, and many thanks for the feedback !
I'll include this in next release.
Cheers,
François
Post Reply