It's ambiguous in the current specification which dimensions of an array the factors, scale, and translation apply to. There are at least two solutions:
- Require the length of the
factors, scale, and translation array to match the number of dimensions in the array.
- Provide a way to specify which dimensions that
factors, scale, and translation apply to.
I would lean towards option 2 to for more flexibility, even though it will likely lead to more redundancy with the geo-proj metadata for geospatial overviews.
It's ambiguous in the current specification which dimensions of an array the factors, scale, and translation apply to. There are at least two solutions:
factors,scale, andtranslationarray to match the number of dimensions in the array.factors,scale, andtranslationapply to.I would lean towards option 2 to for more flexibility, even though it will likely lead to more redundancy with the
geo-projmetadata for geospatial overviews.