o3skim

[![Build Status](https://jenkins.eosc-synergy.eu/buildStatus/icon?job=eosc-synergy-org%2Fo3skim%2Ftest)](https://jenkins.eosc-synergy.eu/job/eosc-synergy-org/job/o3skim/job/test) [![Documentation Status](https://readthedocs.org/projects/o3as/badge/?version=latest)](https://o3as.readthedocs.io/en/latest/?badge=latest) [![pipeline status](https://git.scc.kit.edu/synergy.o3as/o3skim/badges/test/pipeline.svg)](https://git.scc.kit.edu/synergy.o3as/o3skim/-/commits/test) [![coverage status](https://git.scc.kit.edu/synergy.o3as/o3skim/badges/test/coverage.svg)](https://git.scc.kit.edu/synergy.o3as/o3skim/-/commits/test) [![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://git.scc.kit.edu/synergy.o3as/o3skim/-/commits/test) [![Status](https://img.shields.io/badge/status-building-blue.svg)](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)