Skip to content

Instantly share code, notes, and snippets.

@tommylees112
Last active July 23, 2021 13:00
Show Gist options
  • Save tommylees112/7a1d8810b9b0062b870aa6bb42c1801f to your computer and use it in GitHub Desktop.
Save tommylees112/7a1d8810b9b0062b870aa6bb42c1801f to your computer and use it in GitHub Desktop.
Environment with Xesmf (Python 3.7)
# conda xesmf
conda create -n xesmf python=3.7 --yes
conda activate xesmf
conda install -c conda-forge xesmf rasterio --yes
conda install -c anaconda boto3 --yes
conda install pytorch torchvision -c pytorch --yes
conda install -c conda-forge dask netcdf4 numba tqdm jupyterlab ipython pip ruamel.yaml descartes scikit-learn black mypy --yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment