Skip to content

Commit

Permalink
revert: "revert: "chore: upgrade gdal from 3.6.1 to 3.7.0 (#479)" (#536
Browse files Browse the repository at this point in the history
…)"

This reverts commit 810b73c.
We don't need to revert the previous commit anymore.
  • Loading branch information
paulfouquet committed Jul 11, 2023
1 parent 810b73c commit a85ef33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.6.4
FROM ghcr.io/osgeo/gdal:ubuntu-small-3.7.0

RUN apt-get update
# Install pip
Expand Down
4 changes: 0 additions & 4 deletions scripts/gdal/gdal_preset.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
# Ensure all CPUs are used for gdal translate
"-co",
"num_threads=all_cpus",
# Until GDAL 3.7.x this needs to be set as well as num_threads (https://github.com/OSGeo/gdal/issues/7478)
"--config",
"gdal_num_threads",
"all_cpus",
# If not all tiles are needed in the tiff, instead of writing empty images write a null byte
# this significantly reduces the size of tiffs which are very sparse
"-co",
Expand Down

0 comments on commit a85ef33

Please sign in to comment.