o3skim
[](https://jenkins.eosc-synergy.eu/job/eosc-synergy-org/job/o3skim/job/test)
[](https://o3as.readthedocs.io/en/latest/?badge=latest)
[](https://git.scc.kit.edu/synergy.o3as/o3skim/-/commits/test)
[](https://git.scc.kit.edu/synergy.o3as/o3skim/-/commits/test)
[](https://git.scc.kit.edu/synergy.o3as/o3skim/-/commits/test)
[](https://git.scc.kit.edu/synergy.o3as/o3skim/-/commits/test)
---
Data pre-processing for ozone models
# 📝 Table of Contents
- [About](#about)
- [Documentation](https://o3as.readthedocs.io/en/latest)
- [Authors](#authors)
- [Issues & ToDo](https://git.scc.kit.edu/synergy.o3as/o3skim/-/issues)
# About
This project provides the tools to preprocess, standardize and reduce ozone data for later transfer and plot.
## Prerequisites
This software is shipped as python3 package, therefore you need to have python3
and pip installed. If not, please check [pip documentation](https://pip.pypa.io/en/stable/installing/) to find out how to run it in your system.
> Non admin rights? Check how to run [conda](https://docs.conda.io/en/latest/) in your machine.
# Testing
Testing is based on [sqa-baseline](https://indigo-dc.github.io/sqa-baseline/) criteria. On top, [tox](https://tox.readthedocs.io/en/latest/) automation is used to simplify the testing process.
To run unit and functional tests with coverage use:
```sh
$ tox
```
# Documentation
All o3as project module documents can be found at [o3as.readthedocs.io](https://o3as.readthedocs.io/en/latest/).
# Authors
- [@V.Kozlov](https://git.scc.kit.edu/eo9869)
- [@T.Kerzenmacher](https://git.scc.kit.edu/px5501)
- [@B.Esteban](https://git.scc.kit.edu/zr5094)