marpet
August 13, 2019, 8:45am
2
I’m not sure if I understand your question, because you already use GeoTiff as ouput format.
Maybe you want seperate files for each band?
Then take a look at this post:
I would like to share an example graph file which shows how to split a product into separate GeoTIFF files.
Each GeoTIFF file will contain only one band. How this can be achieved is shown by the example of a Sentinel-2 product, but the approach can be adapted to other products.
The example reads a Sentinel-2 L1C product, resamples it to a common resolution and then splits and writes each specified band.
Only the bands B1 and B2 are considered in the graph. But it can easily be extended to the…