This commit is contained in:
Felix Delattre 2026-02-20 10:38:16 +01:00
parent 842f14794e
commit 58b2241e47

View file

@ -47,7 +47,7 @@ def _reproject_raster_to_target(
target_crs,
width,
height,
resampling=Resampling.cubic,
resampling=Resampling.bilinear,
):
dst_transform = rasterio.transform.from_bounds(
target_bounds.left,