locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.33k stars 362 forks source link

Pass baseTiff to new RasterSource on GeoTiffResampleRasterSource.reproject/convert #3485

Closed kervel closed 1 year ago

kervel commented 1 year ago

Overview

Before, when calling .convert or .reproject on a resampled GeoTiffRasterSource, a new baseTiff was created from the source path. Now, we preserve the baseTiff (like all other methods already do), avoiding creating a new one (and losing settings in the process)

Checklist