lambgeo / docker-lambda

AWS Lambda friendly GDAL Docker images and AWS Lambda layer
MIT License
121 stars 17 forks source link

missing JPEG codec? #29

Closed vincentsarago closed 3 years ago

vincentsarago commented 3 years ago

using the latest lambgeo/lambda-gdal:3.2-python3.8

gdalinfo COG.tif
Warning 1: COG.tif: COG.tif:JPEG compression support is not configured
ERROR 1: COG.tif: Cannot open TIFF file due to missing codec.

🤷