a) clone the repository:
https://github.com/jome1/atlite_wind_speeds.git
After cloning, navigate to the top-level folder of the repo.
b) install python dependencies
The Python package requirements are in the requirements.yaml
file. You can install these requirements in a new environment using conda
:
conda env create -f envs/requirements.yaml
Then activate this new environment using
conda activate atlite_wind_speeds