Skip to content

Instantly share code, notes, and snippets.

@tommylees112
Last active February 1, 2023 09:50
Show Gist options
  • Save tommylees112/01b35523f34541bf286b7a1f5023d437 to your computer and use it in GitHub Desktop.
Save tommylees112/01b35523f34541bf286b7a1f5023d437 to your computer and use it in GitHub Desktop.
Working environment for rioxarray + tools
# 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 statsmodels scikit-learn black mypy --yes
# 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