From 3823b51cfa0ecd18ac7fcfbb37c5c8561eb706b3 Mon Sep 17 00:00:00 2001 From: Seth Fitzsimmons Date: Tue, 23 May 2017 15:42:43 -0700 Subject: [PATCH] =?UTF-8?q?Typo=20indicies=20=E2=86=92=20indices?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rasterio/transform.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rasterio/transform.py b/rasterio/transform.py index 083e1e37..c24670bd 100644 --- a/rasterio/transform.py +++ b/rasterio/transform.py @@ -151,9 +151,9 @@ def rowcol(transform, xs, ys, op=math.floor, precision=6): Returns ------- rows : list of ints - list of row indicies + list of row indices cols : list of ints - list of column indicies + list of column indices """ single_x = False