Last active
February 1, 2023 09:50
-
-
Save tommylees112/01b35523f34541bf286b7a1f5023d437 to your computer and use it in GitHub Desktop.
Working environment for rioxarray + tools
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 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