Support point meta data for Coordinate2D
Open
enhancement
question
- Dominant language
- Rust
- Stars
- 124
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
The `Coordinate2D` should support `point meta` data. But I don't fully understand yet how this works. Is this just an integer?
Should this only change the `Coordinate2D`:
`(x,y) +- (err_x,err_y)`
To:
`(x,y) +- (err_x,err_y) [integer]`
This would only imply adding an extra e.g. `point_meta: Option` to the `Coordinate2D`.
I don't know enough about this yet.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.