Make sure reprojection routines work with large images
Open
enhancement
- Dominant language
- Python
- Stars
- 127
- Forks
- 74
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 2
Description
When reprojecting large images, we may run into memory issues for storing the corners or centers of all pixels, so we should have a way to project chunk by chunk (for all reprojection methods)
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue does not name files or tests; begin by locating all reprojection methods and tracing where per-pixel corners or centers are allocated. Done means every reprojection method can process large images chunk by chunk without requiring arrays for all pixels at once.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100