Created
April 26, 2016 07:39
-
-
Save fabdrol/68d349617b2c272c97889cf0b2cde069 to your computer and use it in GitHub Desktop.
Example showing greatCircle data as separate keys, with rhumbline as implicit default
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "vessels": { | |
| "vessels.urn:mrn:imo:mmsi:230099999": { | |
| "navigation": { | |
| "course": { | |
| "crossTrackError": { | |
| "value": -8.67, | |
| "timestamp": "(...)", | |
| "$source": "(...)" | |
| }, | |
| "bearingTrackTrue": { | |
| "value": 0.9162978572970231, | |
| "timestamp": "(...)", | |
| "$source": "(...)" | |
| }, | |
| "bearingTrackGreatCircleTrue": { | |
| "value": 0.9162978572970231, | |
| "timestamp": "(...)", | |
| "$source": "(...)" | |
| }, | |
| "bearingTrackMagnetic": { | |
| "value": 1.1986521, | |
| "timestamp": "(...)", | |
| "$source": "(...)" | |
| }, | |
| "bearingTrackGreatCircleMagnetic": { | |
| "value": 0.9162978572970231, | |
| "timestamp": "(...)", | |
| "$source": "(...)" | |
| }, | |
| "activeRoute": { | |
| "value": "/vessels/vessels.urn:mrn:imo:mmsi:230099999/resources/routes/urn:mrn:signalk:uuid:3dd34dcc-36bf-4d61-ba80-233799b25672", | |
| "timestamp": "(...)", | |
| "$source": "(...)" | |
| }, | |
| "nextPoint": { | |
| "type": "Waypoint", | |
| "id": "/vessels/vessels.urn:mrn:imo:mmsi:230099999/resources/waypoints/urn:mrn:signalk:uuid:4fe4ff38-879a-46ed-9a7d-7caeea475241", | |
| "distance": 2407.6000020320143, | |
| "bearingTrue": 0.9162978572970231, | |
| "bearingGreatCircleTrue": 0.9162978572970231, | |
| "velocityMadeGood": 0.2572222873852017, | |
| "position": { | |
| "latitude": 49.287333333333336, | |
| "longitude": -123.1595 | |
| }, | |
| "timestamp": "(...)", | |
| "$source": "(...)" | |
| }, | |
| "lastPoint": { | |
| "type": "Waypoint", | |
| "id": "/vessels/vessels.urn:mrn:imo:mmsi:230099999/resources/waypoints/urn:mrn:signalk:uuid:dd4a4c06-0c1d-4b5e-90c3-963649ee5e6d", | |
| "position": { | |
| "latitude": 49.287333333333336, | |
| "longitude": -123.1595 | |
| }, | |
| "timestamp": "(...)", | |
| "$source": "(...)" | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "version": "v1", | |
| "self": "vessels.urn:mrn:imo:mmsi:230099999" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment