Skip to content

Commit

Permalink
added acceptable geometry types to docs for transform_points
Browse files Browse the repository at this point in the history
  • Loading branch information
k034b363 committed Aug 27, 2024
1 parent 1a3d4f8 commit 17cd6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/transform_points.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Transform the points from a georeferenced shapefile/GeoJSON based on an image size.

**plantcv.geospatial.trasnsform_points**(*img, geojson*)
**plantcv.geospatial.transform_points**(*img, geojson*)

**returns** list of transformed coordinates

- **Parameters:**
- img - Spectral image object, likely read in with [`geo.read_geotif`](read_geotif.md)
- geojson - Path to the shapefile/GeoJSON containing the points
- geojson - Path to the shapefile/GeoJSON containing the points. Can be Point or MultiPoint geometry.

- **Context:**
- Transformed points can be used downstream for Python analysis, such as defining ROIs.
Expand Down

0 comments on commit 17cd6f4

Please sign in to comment.