Last active
May 25, 2021 14:47
-
-
Save tommylees112/5144409539098c5d4168fb816a9a5077 to your computer and use it in GitHub Desktop.
Environment for Clinton with Spyder
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
# environment_rioxarray.sh | |
conda create -n rioxarray --yes | |
conda activate rioxarray | |
conda install -c conda-forge geopandas --yes | |
conda install -c conda-forge rioxarray rasterio --yes | |
conda install -c conda-forge matplotlib tqdm jupyterlab ipython pip ruamel.yaml xarray descartes black mypy --yes | |
conda install -c anaconda spyder | |
# test it has worked | |
ipython -c "import geopandas; import rioxarray; import xarray" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment