Skip to content

Commit

Permalink
minor docs update for clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed Nov 6, 2024
1 parent 0a9d056 commit b6aa5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/points_to_geojson.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit b6aa5ef

Please sign in to comment.