Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
k034b363 committed Dec 17, 2024
1 parent 25a35bf commit 1d2c69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plantcv/geospatial/_helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Read and transform georeferenced GeoJSON/shapefile points into image CRS
# PlantCV-geospatial helper functions
import geopandas


Expand All @@ -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
"""
Expand Down

0 comments on commit 1d2c69f

Please sign in to comment.