Skip to content

Instantly share code, notes, and snippets.

@tommylees112
Last active June 24, 2021 10:59
Show Gist options
  • Save tommylees112/5ad3e091f17eb24dab3e06db0fd89583 to your computer and use it in GitHub Desktop.
Save tommylees112/5ad3e091f17eb24dab3e06db0fd89583 to your computer and use it in GitHub Desktop.
Make python environment for running cwatm
conda create -n cwat --yes
conda activate cwat
conda install -c conda-forge gdal --yes
conda install -c conda-forge pyflow --yes
conda install -c conda-forge seaborn scipy netcdf4 numba tqdm jupyterlab tensorboard ipython pip ruamel.yaml xarray descartes scikit-learn black mypy --yes
pip install geopandas
ipython --pdb -c "from osgeo import gdal; from osgeo import osr; import scipy; import xarray as xr"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment