My module takes a List<GridCoverage2D> as an input.
How am I supposed to deal with it, within the module wrapper class inside jgt-modules ?
I looked in other wrappers but could not find a neat and unique solution. Most of them simply expect a fixed number of items out of the list.
Marco