Created
June 20, 2022 18:34
-
-
Save tommylees112/813c1df7aad686b888e5ee1e00a21f50 to your computer and use it in GitHub Desktop.
environment for pysheds
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 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