Skip to content

Commit

Permalink
Update docs for read_geotif
Browse files Browse the repository at this point in the history
  • Loading branch information
k034b363 committed Aug 16, 2024
1 parent 7421618 commit 223e626
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/read_geotif.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Read in data (from tif format, most likely georeferenced image data).

**plantcv.geospatial.read_geotif**(*filename, bands="B,G,R"*)
**plantcv.geospatial.read_geotif**(*filename, bands="B,G,R", cropto=None*)

**returns** [PlantCV Spectral_data](https://plantcv.readthedocs.io/en/latest/Spectral_data/) object instance.

Expand All @@ -15,6 +15,7 @@ Read in data (from tif format, most likely georeferenced image data).
- B (blue) = 480nm
- RE (rededge) = 717nm
- N or NIR (near infrared) = 842nm
- cropto - A geoJSON-type shapefile to crop the input image as it is read in. Default is None.

- **Example use:**
- below
Expand Down

0 comments on commit 223e626

Please sign in to comment.