Skip to content

envdes/conda_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conda Environments for Environmental Data Science

Author: Dr. Zhonghua Zheng ([email protected])

Introduction

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

Usage

Step 0: Install Anaconda or Miniconda

Step 1: Create the environment the running the code below

$ conda env create -f environment.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published