Randomly generated profiles of users from different countries

The GPS package generates realistic random NMEA data which simulates an output from GPS equipment such as navigators.

Each file consists of valid NMEA sentences transmitted with a varied frequency. The sentences are combined into a valid track, i.e. from point A to point B, although the route itself is random.

You can then easily convert the generated file into popular navigation file formats, such as Google KML.

You can try 100 records for free, within the trial package.

You get to choose the following parameters for your sample NMEA data:

Initial point A GPS coordinate (latitude and longtitude) from which the track starts. Limited to a number of cities in the trial package.
Average movement speed In kilometres per hour. The speed defines how far the track will reach at the end point defined by the last record. Available in a paid package only.
Start Time The start time of the sequence of sentences.

 

The output of the generator is a list of NMEA sentences of the following types:

GPGGA GPS Fix Data
GPGSA GPS DOP and active satellites
GPGSV GPS Satellites in view (two sentences for two satellites)
GPRMC Recommended minimum GPS sentence
GPVTG Track made good and ground speed

 

 Here is an example of the sentences you will get:

$GPGGA,040123.97,4030.8130,N,11639.6462,E,3,08,0.0,0.0,M,0.0,M,0.0,0000*77 $GPGSA,A,3,01,02,03,04,05,06,07,08,00,00,00,00,0.0,0.0,0.0*3a $GPGSV,2,1,08,01,05,210,80,02,05,255,80,03,05,300,80,04,05,345,80*76 $GPGSV,2,2,08,05,05,030,80,06,05,075,80,07,05,120,80,08,05,165,80*7d $GPRMC,040123.97,A,4030.8130,N,11639.6462,E,6.2,13.0,010515,13.0,E,A*3e $GPVTG,13.0,T,13.0,M,6.2,N,11.6,K*7c