From 4c5cf94a41eb3999a0bee0a9d5714c1a3334c877 Mon Sep 17 00:00:00 2001 From: Kaitlyn Lee <kdl222@nau.edu> Date: Mon, 17 Jun 2019 11:42:59 -0700 Subject: [PATCH] Updated read_array documentation (#116) --- plio/io/io_gdal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plio/io/io_gdal.py b/plio/io/io_gdal.py index 5fa66a5..ca59fbf 100644 --- a/plio/io/io_gdal.py +++ b/plio/io/io_gdal.py @@ -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. -- GitLab