Author: Dr. Zhonghua Zheng ([email protected])
This repo contains the files for setting up conda environments. The basic conda environment is environment.yml
. It consists of:
- Python=3.8.0
- Jupyter
- data processing
- numpy
- pandas
- xarray (with netCDF support)
- scipy
- machine learning
- scikit-learn
- mapping & plotting:
- matplotlib
Step 0: Install Anaconda or Miniconda
Step 1: Create the environment the running the code below
$ conda env create -f environment.yml