Note: This page describes the development version of GPSBabel. It may substantially differ from the latest released GPSBabel.

Data Logger iBlue757 csv (iblue757)

This format can...

  • read and write tracks

This format is derived from the xcsv format, so it has all of the same options as that format.

This is the format used by the software that comes with the Transystem i-Blue757 Pro GPS . It is very similar to the iBlue747 format, apart from the date format being reversed.

The csv log file can be extracted from the GPS receiver using the BT747 software available from http://www.bt747.org

Field definitions:

INDEX

A sequential integer which corresponds for each logged point in the file.

example 3308

RCR

?

example 1: T

example 2: TD

DATE

Date that the point was recorded, in the format YYYY/MM/DD

example: 2011/05/14

TIME

Time that the point was recorded, 24-hr format H:MM:SS. Unsure how fractions of a second are handled.

example: 4:15:11

VALID

?

example 1: DGPS

example 2: SPS

LATITUDE

Degrees above the equator (use negative for south of the equator)

example: -33.803645

N/S

North (N)or South (S) of the equator

example: S

LONGITUDE

Degrees east of the Prime Meridian (use negative for east of the Prime Meridian/Greenwich)

example: 150.880499

E/W

East (E) or West (W) of Greenwich

example: E

HEIGHT

Height above sea level in meters

example: 99.859 m

SPEED

Speed in km/h

example: 0.302 km/h

DISTANCE

Distance covered since last point in meters

example: 0.30 m

Example File

Example 3.X. Example 'iBlue 757' file


INDEX,RCR,DATE,TIME,VALID,LATITUDE,N/S,LONGITUDE,E/W,HEIGHT,SPEED,DISTANCE
3308,T,2011/05/14,4:15:11,DGPS,-33.803645,S,150.880499,E,99.859 m,0.207 km/h, 0.28 m
3309,T,2011/05/14,4:15:12,DGPS,-33.803645,S,150.880499,E,100.137 m,0.362 km/h, 0.28 m
3310,T,2011/05/14,4:15:13,DGPS,-33.803644,S,150.8805,E,100.416 m,0.302 km/h, 0.30 m