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
As requested from @giovp, planned for a future PR:
extend functionality to get tiles from the raw space (not just from the target space)
when querying tiles from the raw space, allow to specify either units, either pixels. Not both
when querying tiles from the target space, allow to specify also only units (and infer pixels), or only pixels. This is possible only when the data is not a multiscale, otherwise the pixels could not be determined
implement the transform parameter in ImageTilesDataset
add tests for the tiling
add tests for data_extent.py
The text was updated successfully, but these errors were encountered:
As requested from @giovp, planned for a future PR:
transform
parameter inImageTilesDataset
data_extent.py
The text was updated successfully, but these errors were encountered: