Commit 4c5cf94a authored by Kaitlyn Lee's avatar Kaitlyn Lee Committed by jlaura
Browse files

Updated read_array documentation (#116)

parent 18164192
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.