Setting up GDAL on the lab computers
This page gives instructions for how to set up GDAL on the lab computers.
Start > Anaconda powershell prompt
In the Anaconda PowerShell:
conda env list
cd /Users/xxx/Desktop
Remember tab completion!
conda create --prefix=gdal_env
conda env list
conda activate C:\Users\dan.sousa\Desktop\gdal_env [copy/paste from previous output]
conda install -c conda-forge gdal
You should now be able to use GDAL
For more GDAL troubleshooting, also see this page.