Closed srenevey closed 2 months ago
Currently there's a bug in the bounds checking done on indexing (see https://github.com/georust/gdal/pull/550). It's supposed to be (row, col)
, but we might drop the Index
impl altogether (if you think it's useful, please post there).
That still doesn't seem to explain the output you're getting, but I'm not yet awake :slightly_smiling_face:.
Thank you for your answer. When will the fix be merged?
This was fixed in #550 and will hopefully be published soon.
Using gdal 0.17.0, the following code prints different sequences of values:
I'm expecting to see the same sequence in both cases. What am I doing wrong?