From bfa95624f06a60434c763f73f688c3ed62842cf0 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 17 Sep 2024 19:11:50 -0600 Subject: [PATCH] Fix doctest I broke --- icepyx/core/spatial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icepyx/core/spatial.py b/icepyx/core/spatial.py index a51a1fa24..bb06792dc 100644 --- a/icepyx/core/spatial.py +++ b/icepyx/core/spatial.py @@ -60,7 +60,7 @@ def geodataframe( >>> reg_a = ipx.Query('ATL06',[-55, 68, -48, 71],['2019-02-20','2019-02-28']) >>> gdf = geodataframe(reg_a.spatial.extent_type, reg_a.spatial.extent) >>> gdf.geometry - 0 POLYGON ((-48 68, -48 71, -55 71, -55 68, -48 ...)) + 0 POLYGON ((-48 68, -48 71, -55 71, -55 68, -48 ... Name: geometry, dtype: geometry """