@peteralstorp Try RasterCellCoercer. You might have to use RasterSelector to select the band you want to work with
@peteralstorp Try RasterCellCoercer. You might have to use RasterSelector to select the band you want to work with
I'll just add that sometimes I find it's easier to use the RasterBandSeparator as it makes it easier to visualize which band you're working with.
Also, depending on the NetCDF convention used, you may have to disregard the first two bands as they sometimes contains the lat/long (or similar) grid, and not the actual measurements.
If the rasters are very big or if they have a lot of bands (long time series), you may sometimes get better performance by using the PointCloudCoercer rather than the RasterCellCoercer.
@Mark Stoakes @david_r Thank you, gentlemen, for your input!