Skip to content

Commit ca8f918

Browse files
committed
Add rasterio support to EOPF-Zarr container
- Include rasterio 1.4.3 for enhanced Python geospatial capabilities - Maintains full compatibility with EOPF-Zarr plugin and GDAL 3.10.3 - Minimal size impact: only +10MB - Provides both direct GDAL and Pythonic rasterio interfaces
1 parent 6177378 commit ca8f918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eopf-zarr-driver/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ USER $NB_UID
2424
# This provides proper gdal_array integration for ReadAsArray functionality
2525
RUN mamba install -y -c conda-forge \
2626
'gdal>=3.10,<3.11' \
27+
rasterio \
2728
xarray \
2829
zarr \
2930
matplotlib \

0 commit comments

Comments
 (0)