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
we pass the output array size with tilesize, this means the output array will be a square shape (tilesize, tilesize). By allowing (height, width) we could use _tile_read to return any part of a dataset given any bounds (square or not)
This is a breacking change for a private function.
The text was updated successfully, but these errors were encountered:
In
rio-tiler/rio_tiler/utils.py
Lines 337 to 349 in 6b0d4df
we pass the output array size with
tilesize
, this means the output array will be a square shape (tilesize, tilesize). By allowing(height, width)
we could use_tile_read
to return any part of a dataset given any bounds (square or not)This is a breacking change for a private function.
The text was updated successfully, but these errors were encountered: