The netcdf format is new to me. I have created a multiband raster with 50 bands. Each band contains values for 1 day. My workflow looks like this:
The sampler to the left is for testing only and lets 7 bands go through. The listbuilder creates a list of values for the 'days_since' variable. I want to use these values in the writer for the 'netcdf_band{}.coordinate_variable{}' port.
How do I apply this as a list? At the moment I have to apply them individually day for day in the attribute manager before the writer.
This works but is obviously not scalable. Any help in this matter would be much appreciated - I have thousands of bands to include! :)