Extend functionality of the tiling
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 394
- Forks
- 95
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 7
Description
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
transformparameter inImageTilesDataset - add tests for the tiling
- add tests for
data_extent.py
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the tiling implementation and the ImageTilesDataset transform parameter, then inspect data_extent.py. Check how raw-space and target-space queries handle units, pixels, and multiscale data. Done means the listed query modes work consistently and tests cover tiling and data_extent.py.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100