GeoPose 1.0 Change Request
“Links and Context”
Steve Smyth
13 December 2023
Updated 30 May 2024, 1st May 2025
Presented 18 June 2024 at OGC Member Meeting Montreal
“Links and Context” CR
Summary
Links: Define IDs and References to IDs to supported linked GeoPose modules.
Context: Define a “Sticky” rule way to eliminate need to repeat information that is not changing. Implement for Uncertainty (WP 07)
Motivation
The functionality of Composite GeoPoses can be supported with IDs and a method to refer to an ID (i.e. links). Links and Context were used informally in Testbed-19 by some of the non-terrestrial applications.
Copyright © 2024 Open Geospatial Consortium
2
Links: IDs, and References
3
These are extensions and go in the direction of alternative implementations of the Compusite GeoPoses. My opinion is that they should not be an initial target for a minor and mostly backwards-compatible structuring of a GeoPose 1.x. as detailled in the OGC TB 19 Technical Report
Note that they can be implemented additional properties and remain in conformance with GeoPose 1.0. The downside is that the definition and usage of these extensions is not controlled by any standard.
Copyright © 2024 Open Geospatial Consortium
Context Header/Default/Global 1/2
4
Copyright © 2024 Open Geospatial Consortium
Context Header/Default/Global 2/2
5
Copyright © 2024 Open Geospatial Consortium
Context Header/Default/Global
6
Copyright © 2024 Open Geospatial Consortium
Notes
7
Copyright © 2024 Open Geospatial Consortium
Hierarchical Example
8
{
"position.lat.precision": 0.00002,
"position.lon.precision": 0.00002,
"position.h.precision": 2.0,
"position.lat.accuracy": 0.00005,
"position.lon.accuracy": 0.00007,
"position.h.accuracy": 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.6729012345,
"lon": -12.34464,
"h": 1357.8
},
"position": {
"lat": 45.6793012345,
"lon": -12.34564,
"h": 1353.1.
".h.accuracy": 15.0,
"h.precision": 1.0
},
"position": {
"lat": 45.6876012345,
"lon": -12.344162,
"h": 1354.9
}
}
Copyright © 2024 Open Geospatial Consortium
setting global properties
setting instance properties