Context:
The overarching goal is to extract certain categories of areas from GeoPackage files and then write the output as images with the R, G and B channels containing specific grouped categories.
I've gotten this all to work nicely as long as the geographical area that we collect the data from contains all of the categories that is written to each of the channels. The issue now being that when one of these categories doesn't exist in the selected area - then the connections for that color channel wont be ran and I end up with a broken output.
So what would be the best way of making sure the ImageRasterizer leading into the RGB channel creation is ran regardless of input data or not?
Or would I be better off doing something completely different?
I am currently working with a RasterNumericCreator to try and generate blank data to be supplied when other data is missing but all I've gotten is a mess trying to get the coordinates accepted by the nodes down the line.
Using this method for the RGB channel wizardry:
https://community.safe.com/s/article/making-rgb-images-with-sentinel-data