GDAL-Docker icon indicating copy to clipboard operation
GDAL-Docker copied to clipboard

Docker container for installing GDAL and Python 3

Results 2 GDAL-Docker issues
Sort by recently updated
recently updated
newest added

Please add license

Great docker file, it solved my GDAL installation issues. Suggestion: add `RUN pip3 install numpy` before `RUN pip3 install GDAL==3.0.4` so ReadAsAssary works in this example ``` driver = gdal.GetDriverByName('GTiff')...