NetCDF reader supports dimensions with multiple bands and allow us to reorder, remove or duplicate which bands we should read from the NetCDF file. Adding support for dimensions with multiple bands in ImageMoasic can be divided in two tasks. Make the ImageMosaic module aware of the multiple dimensions and make it provide the correct number of bands and band names to the layers above. Propagate the selected bands to the NetCDF reader and when reading the granules to compose the main image we also need to be aware of the selected bands. |