# kis_tools repository # [![pipeline status](https://gitlab.leibniz-kis.de/sdc/kis_tools/badges/master/pipeline.svg)](https://gitlab.leibniz-kis.de/sdc/kis_tools/-/commits/master)[![coverage report](https://gitlab.leibniz-kis.de/sdc/kis_tools/badges/master/coverage.svg)](https://gitlab.leibniz-kis.de/sdc/kis_tools/-/commits/master) Repo to store and manage all code related to solar datacenter file processing tasks. Documentation can be found [here](https://gitlab.leibniz-kis.de/sdc/sdc_wiki/wikis/user_manual/KIS-Tools). The main result of this repo is the collection of executables contained in the `bin` folder. Installation can be done using pip via ```bash pip install kis_tools ``` from the root directory or installing directly from git using ```bash pip install git+https://gitlab.leibniz-kis.de/sdc/kis_tools.git ``` The following commandline tools are provided by this package: * BBI: bbi_gen_gifs, bbi_header_conversion, bbi_preview * GRIS: gris_gen_maps, gris_location_plot, gris_parse_calib, gris_penumbral_thumbs, gris_plot_cont_corr, gris_translate_header, grisplot, gristagger * LARS: lars_gen_preview, lars_logbook All of them can be called from the commandline after installing the package. More information on the individual tools can be obtained using the `--help` flag ## Contributing See the [contributing guide](https://gitlab.leibniz-kis.de/sdc/kis_tools/blob/master/CONTRIBUTING.md) for standards and code documentation recommendations. ## Python Setup There are also instructions for setting up you python environment [here](https://gitlab.leibniz-kis.de/sdc/kis_tools/blob/master/python-setup.md)