From 1d2c69fe252f70faccd2000136f8286265fb5609 Mon Sep 17 00:00:00 2001 From: k034b363 Date: Tue, 17 Dec 2024 09:33:56 -0600 Subject: [PATCH] Fix typo in docs --- plantcv/geospatial/_helpers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plantcv/geospatial/_helpers.py b/plantcv/geospatial/_helpers.py index 27b897a..13d425f 100644 --- a/plantcv/geospatial/_helpers.py +++ b/plantcv/geospatial/_helpers.py @@ -1,4 +1,4 @@ -# Read and transform georeferenced GeoJSON/shapefile points into image CRS +# PlantCV-geospatial helper functions import geopandas @@ -12,7 +12,7 @@ def _transform_geojson_crs(img, geojson): img: A spectral object from read_geotif. geojson: Path to the shapefile. - :param img: [spectral object]] + :param img: [spectral object] :return geojson: str :return gdf: geopandas """