Currently the output is written as float. To save disk space, it could be interesting to save the output as Uint16 with a specific formula to retrieve the real value.
Designs
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
DISCARD_LSB=nbits ou nbits_band1,nbits_band2,...nbits_bandN : (GDAL >= 2.0) Définie le nombre de bites le moins significant à nettoyer, potentiellement dans différentes bandes. Le plan de compression sans perte est utilisé au mieux avec PREDICTOR=2 et LZW/DEFLATE.
If the need to uint is not confirmed, I propose to keep float type only. Usually, there is always a post-processing (filtering, detection, ...) which needs float value.
In order to support any encoding wishes from the end-user (compression, tiling, interleaving...), I went with a first implementation supporting all the range of OTB extended filename.
However, this opens the doors to options that aren't really desirable from S1TIling perspective IMO (&writegeom, &writerpctags, &streaming, &box, &bands, &nodata, &epsg, &multiwrite).
Instead, I think we should restrict to GDAL creation options, and we also need to be able to express the desired pixel type.
the name creation_options? (I find it long, but explicit, and it refers to GDAL creation options)
the chosen product names? (they are a bit technical IMO -> concatenation VS S2_product or ...? ; but they are already used for the filename format options)
the syntax: just an optional pixel type followed by any number of OPTIONNAME=VALUE, and nothing more like &, ?...