From 79819d52890f755acd3482066bd75d326bcfc32a Mon Sep 17 00:00:00 2001 From: konstntokas Date: Fri, 25 Oct 2024 16:32:27 +0200 Subject: [PATCH] ready for review 2 --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b75f04293..a91bba821 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,9 @@ `xcube/core/gridmapping/transform`, enabling users to set the gridmapping resolution directly, which speeds up the method by avoiding time-consuming spatial resolution estimation. (#1082) +* If no `tile_size` is specified for the resampled grid mapping, it defaults to the + `tile_size` of the source grid mapping, improving the user-friendliness of + resampling and reprojection. ### Fixes