developmentseed / developmentseed/async-tiff
Support for all TIFF data types
Open
- Dominant language
- Rust
- Stars
- 120
- Forks
- 15
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 9
Description
We should support
- Float16
- ComplexInt
- ComplexFloat
For the Python API we'll have to check which of these are supported by the buffer protocol. We may also want an `Array.as_numpy` method to support data types like complex int that aren't supported by the buffer protocol. We can manually load the buffers in Python and cast to complex int.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.