Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support point meta data for Coordinate2D #7

Open
DJDuque opened this issue May 24, 2022 · 0 comments
Open

Support point meta data for Coordinate2D #7

DJDuque opened this issue May 24, 2022 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@DJDuque
Copy link
Owner

DJDuque commented May 24, 2022

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<u16> to the Coordinate2D.

I don't know enough about this yet.

@DJDuque DJDuque added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels May 24, 2022
@DJDuque DJDuque removed the help wanted Extra attention is needed label Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant