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,