o3api 0.8.0
o3api is a part of the O3as service, which provides a service to efficiently explore ozone projections, including the calculation of key metrics.
o3api documentation is available in https://o3as.readthedocs.io/en/latest/o3api/docs/source/
Changes since 0.7.0
Added
- Optional linear interpolation of missing data in the case of a reference measument
Changed
- Code refactoring and optimisation
- Data loading: data is loaded in-memory when the application starts, instead of reading files via xarray.open_mfdataset()
- Updated documentation
- Updated requirements
Fixed
- Fixed calculation of the median (bug: "mean" was included in the calculation)