This will add the following features:
- Support for runtime defined
Dataset::sel() descriptors. Currently only Dataset::isel() allows for this to a limited capacity.
- Remove hard compile-time limit for the number of runtime descriptors that can be passed. We can perform batch processing instead of erroring out.
Implementing 1. in a sensible manner may be complex due to templating, as dimension coordinates may be of different types.
This will add the following features:
Dataset::sel()descriptors. Currently onlyDataset::isel()allows for this to a limited capacity.Implementing
1.in a sensible manner may be complex due to templating, as dimension coordinates may be of different types.