All functions and methods with a 'time' argument only accept a single time value (or None). It would be useful to allow a list of time steps as well. For example, it would enable users to get a field at different time steps with Sample.get_feature_by_path without writing a for loop.
All functions and methods with a 'time' argument only accept a single time value (or None). It would be useful to allow a list of time steps as well. For example, it would enable users to get a field at different time steps with Sample.get_feature_by_path without writing a for loop.