From f78250044e0fe1b8389d3ef519f91deeb3318fe8 Mon Sep 17 00:00:00 2001 From: Michele Claus <31700619+clausmichele@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:11:37 +0100 Subject: [PATCH] DOC: Fix typo in raster_array.py (#830) --- rioxarray/raster_array.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rioxarray/raster_array.py b/rioxarray/raster_array.py index a0c703de..46e28b87 100644 --- a/rioxarray/raster_array.py +++ b/rioxarray/raster_array.py @@ -924,7 +924,7 @@ def clip( false, only pixels whose center is within the polygon or that are selected by Bresenham's line algorithm will be burned in. drop: bool, optional - If True, drop the data outside of the extent of the mask geoemtries + If True, drop the data outside of the extent of the mask geometries Otherwise, it will return the same raster with the data masked. Default is True. invert: boolean, optional