You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of RasterSource.resolutions method is to inform at what resolution it is safe to read the data to minimize IO.
This conflicts with default behavior of GDAL Warp DataSource which attempts to preserve the number of overviews using the same pixel decimation from the base raster. So in the example above it attempts to preserve 1:2 and 1:4 overviews when the "resample to CellSize(25,25)" is applied to base raster layer.
The text was updated successfully, but these errors were encountered:
The purpose of
RasterSource.resolutions
method is to inform at what resolution it is safe to read the data to minimize IO.This conflicts with default behavior of GDAL Warp DataSource which attempts to preserve the number of overviews using the same pixel decimation from the base raster. So in the example above it attempts to preserve 1:2 and 1:4 overviews when the "resample to CellSize(25,25)" is applied to base raster layer.
The text was updated successfully, but these errors were encountered: