developmentseed / developmentseed/async-geotiff
More `Windows` utilities
Open
- Dominant language
- Python
- Stars
- 58
- Forks
- 7
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 2
Description
Rasterio has many `windows` utilities methods that could be useful also for this project
The ones that comes first in mind are:
- `from_bounds`: could be a class methods `Window.from_bounds(bounds, transform)`
- `bounds`: could be a method `Window(...).bounds(transform: affine.Affine)`
Ref: https://github.com/rasterio/rasterio/blob/main/rasterio/windows.py
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.