From 58b2241e47d683707674c7d2541a42bf3f6d49a6 Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Fri, 20 Feb 2026 10:38:16 +0100 Subject: [PATCH] foo --- call_efast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call_efast.py b/call_efast.py index 022fd27..a67e10d 100644 --- a/call_efast.py +++ b/call_efast.py @@ -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,