Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.38 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.38 KB

ATS 655 - Objective Analysis for the Atmospheric Sciences (Colorado State University)


This repository stores all of the python examples (.py), data (.csv,.nc), and jupyter notebooks (.ipynb) used in the course. The python examples and their data can just be downloaded or run on Google's Colaboratory.

Code


Code was written on an iMac using python 3.9.

Python Environment

- conda create --name env-ats655 python=3.9
- conda activate env-ats655
- conda install -c apple tensorflow-deps
- python -m pip install tensorflow-macos
- pip install tensorflow-probability==0.15
- pip install --upgrade numpy scipy pandas statsmodels matplotlib seaborn palettable progressbar2 tabulate icecream flake8 keras-tuner jupyterlab black isort jupyterlab_code_formatter
- pip install -U scikit-learn
- pip install silence-tensorflow tqdm
- conda install -c conda-forge cmocean cartopy xarray dask netCDF4 bottleneck nc-time-axis
- pip install pydot graphviz
- conda install -c conda-forge pymc3        
- pip install MiniSom
- conda install scikit-image

Extra Information


Credits

The majority of the materials were created by Dr. Elizabeth A. Barnes, while additional collaborators are specified in the code when relevant.

License

This project is licensed under an MIT license.

MIT © Elizabeth A. Barnes