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

Change Request: Uncertainty #91

Open
cperey opened this issue Jan 22, 2025 · 0 comments
Open

Change Request: Uncertainty #91

cperey opened this issue Jan 22, 2025 · 0 comments

Comments

@cperey
Copy link
Collaborator

cperey commented Jan 22, 2025

Description

Define objects that carry precision and accuracy values for module content elements. Depends on Context Request.

Target Version

1.2

Use Cases

[Grab this text and insert the use cases you have in mind here]

Requirements

Depend on the use cases

Backward Compatibility

100%

Encoding

JSON

Examples

{
"precision": {
"position": {
"lat": 0.00002,
"lon": 0.00002,
"h": 2.0
}
},
"accuracy": {
"position": {
"lat": 0.00005,
"lon": 0.00005,
"h": 15.0
}
},
"position": {
"lat": 45.6789012345,
"lon": -12.34566,
"h": 1357.9
},
"position": {
"lat": 45.6799012345,
"lon": -12.34564,
"h": 1357.9
},
"position": {
"lat": 45.6809012345,
"lon": -12.34562,
"h": 1357.9
}
}

Demos

[Grab this text and insert the description and links to here]

References

[Grab this text and insert the references here]

@cperey cperey changed the title Change Request: [PLEASE INSERT CHANGE REQUEST TITLE HERE] Change Request: Uncertainty Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant