Skip to content

Instantly share code, notes, and snippets.

@tommylees112
Last active May 25, 2021 14:47
Show Gist options
  • Save tommylees112/5144409539098c5d4168fb816a9a5077 to your computer and use it in GitHub Desktop.
Save tommylees112/5144409539098c5d4168fb816a9a5077 to your computer and use it in GitHub Desktop.
Environment for Clinton with Spyder
# 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