Skip to main content

Location Data

Video Location Data

Each set of .avi files (one for each camera) must be delivered alongside a location data file. The Location Data File should be supplied in coma separated ASCII text format with suffix .loc.

Each line in the location data file gives the location on a single GPS point in WGS84 or Latitude/Longitude.

Each line contained in the Location file is formatted as follows:

I,ddmm.mmmmmmm,NS,dddmm.mmmmmmm,EW

Where:

I is the GPS location index

dd is the Latitude angle in degrees [0-90]

mm.mmmmmmm is the fraction of the Latitude angle in minutes [0-60]

NS is N (North) if the Latitude is positive and S (South) if negative

ddd is the Longitude angle in degrees [0-180]

mm.mmmmmmm is the fraction of the Longitude angle in minutes [0-60]

EW is E (East) if the Longitude is positive and W (West) if negative

Example Location Data file output:

1,5204.3053093,N,00014.5536200,W
2,5204.3025803,N,00014.5538146,W
3,5204.2999350,N,00014.5543873,W
4,5204.2973357,N,00014.5554407,W
5,5204.2948191,N,00014.5570938,W
6,5204.2925294,N,00014.5593672,W
7,5204.2904998,N,00014.5622270,W
8,5204.2887874,N,00014.5656447,W
9,5204.2875219,N,00014.5694764,W
10,5204.2867584,N,00014.5736509,W
...