From 59acc603209475cae465b277003496cec846be47 Mon Sep 17 00:00:00 2001 From: Nicolas Colombi <115944312+NicolasColombi@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:25:41 +0100 Subject: [PATCH] Update climada/hazard/centroids/centr.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sarah Hülsen <49907095+sarah-hlsn@users.noreply.github.com> --- climada/hazard/centroids/centr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climada/hazard/centroids/centr.py b/climada/hazard/centroids/centr.py index 8a90f8509..7d0526118 100644 --- a/climada/hazard/centroids/centr.py +++ b/climada/hazard/centroids/centr.py @@ -335,7 +335,7 @@ def append(self, *centr): """Append Centroids to the current centroid object for concatenation. This method check that all centroids use the same CRS, append the list of centroids to - the initial Centroid object and eventually concatenate them to create a single centroid + the initial Centroid object and eventually concatenates them to create a single centroid object with the union of all centroids. Note that the result might contain duplicate points if the object to append has an overlap