As of now, sandplover does not support the case where any variables have different shapes in the same dimension.
- For example, two 3d spatiotemporal datasets recorded at different temporal resolutions.
- Or in another example, a variable capturing overhead images recorded every 60 seconds, and lidar elevation data recorded every 60 minutes.
Eventually, we want to have some level of support for this in sandplover, as it is allowable in the sandsuet specification.
For now, we should add checking during instantiation of the cubes that warns the user about their data having this characteristic, and this not being fully implemented and considered experimental. Documentation should be updated to reflect the same information. Tests needed for issued warnings.
As of now, sandplover does not support the case where any variables have different shapes in the same dimension.
Eventually, we want to have some level of support for this in sandplover, as it is allowable in the sandsuet specification.
For now, we should add checking during instantiation of the cubes that warns the user about their data having this characteristic, and this not being fully implemented and considered experimental. Documentation should be updated to reflect the same information. Tests needed for issued warnings.