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,002551.90,4111.6992,N,7400.6065,W,3,08,0.0,0.0,M,0.0,M,0.0,0000*51 $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,150,80,02,05,195,80,03,05,240,80,04,05,285,80*76 $GPGSV,2,2,08,05,05,330,80,06,05,015,80,07,05,060,80,08,05,105,80*7b $GPRMC,002551.90,A,4111.6992,N,7400.6065,W,18.5,24.3,010515,24.3,E,A*20 $GPVTG,24.3,T,24.3,M,18.5,N,34.3,K*46