Last active
June 24, 2021 10:59
-
-
Save tommylees112/5ad3e091f17eb24dab3e06db0fd89583 to your computer and use it in GitHub Desktop.
Make python environment for running cwatm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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