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
Add align_extent(), to align extent but not min (#5829)
* Allow align_bounds() to align extent but not min
This can be handy when you have an intermediate Func that is being tiled inside an outer Func and you want to ensure that it fits an exact multiple of tiles.
* Add separate align_extent() method
0 commit comments