On vendredi 21 février 2020 12:10:50 CET Craig Delancy wrote: > Hello, mailing list: > > I am currently running into a problem when using ChunkAndWarp on my data > sets. It seems that No Data regions are not excluded from the resampling > algorithm,
You need to specify nodata in the padfSrcNoDataReal array, and potentially padfDstNoDataReal as well. Or use the GDALWarp() function that will do most of the needed setups automatically. -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
