Skip to content
Snippets Groups Projects
Commit 4c5cf94a authored by Kaitlyn Lee's avatar Kaitlyn Lee Committed by jlaura
Browse files

Updated read_array documentation (#116)

parent 18164192
No related branches found
No related tags found
No related merge requests found
......@@ -497,7 +497,7 @@ class GeoDataset(object):
The image band number to be extracted as a NumPy array. Default band=1.
pixels : list
[xstart, ystart, xstop, ystop]. Default pixels=None.
[xstart, ystart, xcount, ycount]. Default pixels=None.
dtype : str
The NumPy dtype for the output array. Defaults to the band dtype.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment