From b6aa5ef37f9ca45b717af740dcda9f0481e9dc80 Mon Sep 17 00:00:00 2001 From: HaleySchuhl Date: Wed, 6 Nov 2024 15:08:54 -0600 Subject: [PATCH] minor docs update for clarification --- docs/points_to_geojson.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/points_to_geojson.md b/docs/points_to_geojson.md index 0f9060c..d83dedb 100644 --- a/docs/points_to_geojson.md +++ b/docs/points_to_geojson.md @@ -2,11 +2,11 @@ Using a Napari or PlantCV-annotate viewer object with clicked points, output a shapefile. -**geosptial.points_to_geojson**(*img, viewer, out_path*) +**geospatial.points_to_geojson**(*img, viewer, out_path*) - **Parameters:** - img - Spectral image object, likely read in with [`geo.read_geotif`](read_geotif.md) - - viewer - Napari viewer class object or plantcv-annotate Points class object. + - viewer - Napari viewer class object, possible created with PlantCV-Annotate. - out_path - Path to save the geojson shapefile. Must be ".geojson" file type. - **Context:**