Opened 10 years ago
Last modified 10 years ago
#3077 new enhancement
[raster] Explore usage of GDAL's RasterIO improvements for resampling
Reported by: | dustymugs | Owned by: | dustymugs |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS GDAL |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
GDAL RFC 51
http://trac.osgeo.org/gdal/wiki/rfc51_rasterio_resampling_progress
Per the docs…
Those new resampling methods can be used by the GDALRasterBand::IRasterIO() default implementation when the size of the buffer (nBufXSize x nBufYSize) is different from the size of the area of interest (nXSize x nYSize).
Note:
See TracTickets
for help on using tickets.