Skip to content

Commit 5cb5406

Browse files
committed
update gdal, proj, and geotiff
1 parent 7c6ff25 commit 5cb5406

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Dockerfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ RUN \
1313

1414
# versions of packages
1515
ENV \
16-
GDAL_VERSION=2.4.2 \
17-
PROJ_VERSION=5.2.0 \
16+
GDAL_VERSION=3.0.1 \
17+
PROJ_VERSION=6.2.0 \
1818
GEOS_VERSION=3.8.0 \
19-
GEOTIFF_VERSION=1.4.3 \
19+
GEOTIFF_VERSION=1.5.1 \
2020
HDF4_VERSION=4.2.14 \
2121
HDF5_VERSION=1.10.5 \
2222
NETCDF_VERSION=4.7.1 \
@@ -27,7 +27,8 @@ ENV \
2727
PKGCONFIG_VERSION=0.29.2 \
2828
SZIP_VERSION=2.1.1 \
2929
WEBP_VERSION=1.0.3 \
30-
ZSTD_VERSION=1.4.3
30+
ZSTD_VERSION=1.4.3 \
31+
OPENSSL_VERSION=1.0.2
3132

3233
# Paths to things
3334
ENV \
@@ -36,6 +37,7 @@ ENV \
3637
PREFIX=/usr/local \
3738
GDAL_CONFIG=/usr/local/bin/gdal-config \
3839
LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64 \
40+
PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig:/usr/lib64/pkgconfig \
3941
GDAL_DATA=/usr/local/share/gdal
4042

4143
# switch to a build directory
@@ -203,7 +205,6 @@ RUN \
203205

204206
# Open SSL is needed for building Python so it's included here for ease
205207
RUN \
206-
OPENSSL_VERSION=1.0.2; \
207208
mkdir openssl; \
208209
wget -qO- https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz \
209210
| tar xvz -C openssl --strip-components=1; cd openssl; \

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GDAL==2.4.2
1+
GDAL==3.0.1
22
rasterio==1.1.0 --no-binary rasterio
33
shapely==1.6.4.post2
44
pyproj==2.4.0

0 commit comments

Comments
 (0)