issues
search
rasterio
/
rasterio-wheels
MIT License
11
stars
16
forks
source link
Rel 1.3.7
#106
Closed
sgillies
closed
1 year ago
sgillies
commented
1 year ago
Provides
LERC support from #100
Upgrade GDAL to 3.6.4
Notes
Between 3.5.3 and 3.6.4, GDAL changed how it detects HDF5 and requires HDF5 to be built with extra features (see
https://github.com/microsoft/vcpkg/pull/25646
).
https://gdal.org/development/building_from_source.html
is inaccurate. For example, the dependencies of AIGrid are not documented.
GDAL's MBTiles driver has a dependency on the OGR MVT driver that is not specified here
https://github.com/OSGeo/gdal/blob/master/frmts/CMakeLists.txt#L121
.
Provides
Notes