# sdc_importer # Repo to store and manage all code related to solar datacenter importing and archive maintenance activities. The main result of this repo is the collection of executables contained in the `main` folder. By calling source setup.sh or adding it to your `.bashrc`, the `main` folder is added to your path and the scripts should be available to you from the active shell. Every high-level script should provide usage instructions when called incorrectly or with the `--help` flag. ## DB Structure An overview of the data structure for the database can be found [here](https://gitlab.leibniz-kis.de/sdc/kis_tools/blob/master/structure.md). ## 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)