CesiumGS / CesiumGS/quantized-mesh
Water mask array scan order is ambiguous
- Dominant language
- No language data
- Stars
- 305
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
"Values in the mask are defined from north-to-south, west-to-east; the first byte in the mask defines the watermask value for the northwest corner of the tile."
This doesn't make it clear whether the values are in latitude-major or longitude-major order. Either order can be interpreted as complying with that sentence. I'm guess latitude-major order, so that the north edge is traversed first?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the mask-order definition quoted in the issue and determine the intended latitude-major or longitude-major traversal. Clarify the specification so the scan order is unambiguous, including which edge is traversed first; the work is done when both dimensions have only one possible interpretation.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100