Created
January 26, 2022 09:12
-
-
Save tommylees112/53b17d67463e8e2fee3f08303f5fffeb to your computer and use it in GitHub Desktop.
GDAL Environment
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 gdal --yes | |
conda activate gdal | |
conda install -c conda-forge gdal --yes | |
conda install -c conda-forge rioxarray geopandas --yes | |
conda install -c conda-forge netcdf4 xarray ipython six scipy scikit-learn seaborn matplotlib jupyterlab --yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"plain "gdal" is deprecated and you should not use that for writing any new code"