Skip to content

Instantly share code, notes, and snippets.

@tommylees112
Created June 20, 2022 18:34
Show Gist options
  • Save tommylees112/813c1df7aad686b888e5ee1e00a21f50 to your computer and use it in GitHub Desktop.
Save tommylees112/813c1df7aad686b888e5ee1e00a21f50 to your computer and use it in GitHub Desktop.
environment for pysheds
conda create -n pysheds --yes
conda activate pysheds
conda install -c conda-forge pysheds --yes
conda install -c conda-forge rioxarray --yes
conda install -c conda-forge ipython xarray seaborn jupyterlab --yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment