Skip to content

Instantly share code, notes, and snippets.

@tommylees112
Created January 26, 2022 09:12
Show Gist options
  • Save tommylees112/53b17d67463e8e2fee3f08303f5fffeb to your computer and use it in GitHub Desktop.
Save tommylees112/53b17d67463e8e2fee3f08303f5fffeb to your computer and use it in GitHub Desktop.
GDAL Environment
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
@tommylees112
Copy link
Author

"plain "gdal" is deprecated and you should not use that for writing any new code"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment