Minimal Metadata set
Screen to geo conversion requires at least the following tags to be present in the metadata packet:
| Tag | Description | Note |
|---|---|---|
| 2 | Precision Time Stamp | |
| 5 | Platform Heading Angle | |
| 6 | Platform Pitch Angle | |
| 7 | Platform Roll Angle | |
| 13 | Sensor Latitude | |
| 14 | Sensor Longitude | |
| 15 | Sensor True Altitude | |
| 16 | Sensor Horizontal Field of View | |
| 17 | Sensor Vertical Field of View | |
| 18 | Sensor Relative Azimuth Angle | |
| 23 | Frame Center Latitude | |
| 24 | Frame Center Longitude |
Here is an example of a such packet in JSON format:
{
"2": 1455216836290227,
"5": 315.23003,
"6": -9.902646,
"7": 16.6646321,
"13": 27.1042618189,
"14": -80.2852386424,
"15": 658.66,
"16": 11.6979,
"17": 6.5946,
"18": 46.120616722,
"23": 27.1121475553,
"24": -80.2851772868,
"65": 7,
"1": 5733
}