-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Stitch tiles together properly regardless of initial order given * Use mosaic position index as M * Shave pixels off in consistent direction * Swap reversed Y and X dimensions * Move xy origin to SE * Provide options for flipping or swapping x/y coords * Shave pixel after swapping x and y * Allow passing additional args to tile retrieval * Adjust kwarg typing for additional dimensions * Avoid C and T dimension default when not present in dims * Add method for retrieving multiple tile positions * Adjust M index by kwarg * Sorted bboxes by m_index. Remove IndexError expectation * Reverse list after assignment * Adjust expected error from high M index * Adjust expected number of positions * Avoid touching reference to mosaic position list directly * Use constant for dimension names
- Loading branch information
Showing
6 changed files
with
337 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.