oam-dynamic-tiler icon indicating copy to clipboard operation
oam-dynamic-tiler copied to clipboard

Normalize data types before compositing

Open mojodna opened this issue 9 years ago • 1 comments

Related to #25, if sources are composited and they have different data types, all hell will break loose.

mojodna avatar Jan 12 '17 05:01 mojodna

This is a side effect of thinking about sources as "images" when it's possible that they have a variety of bands (not just 3 or 4) and data types. It probably makes sense to normalize into "image" form, though keeping them as data and targeting bands would facilitate band math done outside GDAL (though with the ability to define Python functions in a VRT, that's probably ok).

mojodna avatar Jan 12 '17 05:01 mojodna