Map plotting with Django and Google's Roads Api

preview_player
Показать описание
We can plot the GPS coordinates in a map to show a user's path. But sometimes due to noise, these GPS coordinates can end up in different places than the exact path of the road. As a result, we can get a very odd-looking path.
Google's roads API helps us to snap those GPS points to the nearest road.
In this very simple project, I used Google's Roads API to plot some GPS coordinates. I used the python language and the Django framework.

There are two parts of the project on the screen. On the left side, the title is "Raw data results", which shows the plot of just GPS coordinates (without the Roads API). On the right side, you can find the "Snapped to road results". This shows the same GPS coordinates of the "Raw data results" after running them with the Road's API.

It was a demo work for a client in Dubai.

Рекомендации по теме
visit shbcf.ru