You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling __getitem__ one needs to be aware that pythonic indexing is used for both slicing by pixels and slicing by coordinates. To simplify the construction of such slices, two helper functions would be helpful: xy_extent2slice(extent) and pixel_extent2slice(extent).
The text was updated successfully, but these errors were encountered:
When calling
__getitem__
one needs to be aware that pythonic indexing is used for both slicing by pixels and slicing by coordinates. To simplify the construction of such slices, two helper functions would be helpful:xy_extent2slice(extent)
andpixel_extent2slice(extent)
.The text was updated successfully, but these errors were encountered: