| ▲ | davidkwast 3 months ago |
| Yes. TIFF would "fit the bil" here. It deals with multspectral satellite images. It supports 32 and 64 bits floats and 16bits integers. |
|
| ▲ | buildbot 3 months ago | parent [-] |
| Oh nice, I didn't know that TIFF could handle that as well! |
| |
| ▲ | davidkwast 3 months ago | parent [-] | | TIFF is almost an multidimensional array serialization format. Obviously is centered on images but it can have many layers. Usualy RGBA but they can be have other interpretations. It supports some level of streamed writting and random access over HTTP or other ranged protocols. |
|