[eng] This project has been carried out during the
master's degree in computer engineering for the final
work subject.
The main objective of the research is to generate
gps routes as real as possible from development of a
software.
For this, it has been decided to develop a software
that consists of a random gps route generator. To
achieve the desired result, different tasks have been
performed. The main one consists of an algorithm
developed in Python language that, From the reading
and processing of different real routes, it extracts and
analyzes different information such as distances,
times, behaviors ... Later, with this information, it is
able to create different pseudo-random routes.
Finally, we have made a comparison between the
information extracted from the real routes and that
generated and we have also projected different routes
generated on a chart. This has allowed us to verify
that we have achieved the proposed goal and to detect
if any future work was necessary to improve the
creation of routes.