This project is something that works in realtion with the MARS CLIMATE DATABASE (Forget et al. 1999 and Millour et al. 2018.).
It helps retrieving the data from the database and it then helps working ot the data with modules that the user can write in python.
Create a virtual environment:
python -m venv .
Then install the requirements.txt with pip install -r requirements.txt after activating the environtment.