Support missing coordinates
Open
enhancement
format design
ready
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
`[[10, 10, 5], [10, 10]]` currently roundtrips to `[[10, 10, 5], [10, 10, 0]]`. Ideally we should support things like that.
Contributor guide
Research direction
Reproduce the roundtrip with `[[10, 10, 5], [10, 10]]` and inspect the encoding and decoding entry points for coordinate arrays. Determine how missing coordinates are represented, then verify that the second coordinate remains missing rather than becoming zero.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100