Le Tour De France

Le Tour De France

Description:

Le Tour De France is an annual biking competition hosted in France. The race last for 23 days while passing through nearby countries. This program analyzes GPS data (longitude, latitude, elevation) of several racers. The GPS data that is collected at a certain time interval produced pure and faulty data points. The program figures out which of these points is faulty or not and acts accordingly. The end result outputs total GPS data points, faulty GPS data points, linked list GPS data point, total time, max elevation, elevation gained, distance biked, and a formatted time.

Concepts covered:

Language: C
Structures / Constructor
Pointers: referencing & dereferencing
Linked lists: nodes, tails, allocating memory
Functions
Conditional statements
File reading

Extra information:

Great-Circle Distance Equation

Download Code Here

Download Data Files Here