Google Maps on Python

48 views
Skip to first unread message

keshav dasari

unread,
Jun 12, 2018, 6:27:43 PM6/12/18
to PyData
Hi all,

Does any one suggest any library in python to plot some data on google maps.

Requirements are these :

1. plot lat/lon on the map and show some parameters on the lat/lon (parameters overlay on the map route)

Regards,
Keshav

Julien Marrec

unread,
Jun 13, 2018, 3:20:33 AM6/13/18
to pyd...@googlegroups.com
Google maps has an official API you can use in pretty much any language. There are wrappers for python for convenience: https://pypi.org/project/googlemaps/

It’ll do what you want, adding points at lat/Lon is really simple.
——
Sent from a mobile device, please excuse the brevity.

Julien Marrec, EBCP, BPI MFBA
Owner
EffiBEM

Direct: +33 6 95 14 42 13
Website: www.effibem.com

LinkedIn (en) | (fr)

--
You received this message because you are subscribed to the Google Groups "PyData" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pydata+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

keshav dasari

unread,
Jun 13, 2018, 10:30:13 AM6/13/18
to PyData, julien...@gmail.com
Hi Julien,

Thank you for your time on answering that query, have gone through that documentation but could not find a good method in that API for the scenario 
Just to make sure that am presenting the scenario correct,

Latitude

Longitude

Metric

1

2

99

1.2

4

 

1.3

4

 

1.4

5

99

1.5

7

 

2

8

95



Sample data will look like in the table , now on the map the route has to plotted irrespective of whether metric is there or not and on the top of route , metric should get overlayed.

Newbie to this python , hope everyone understands.

Regards,
Keshav







To unsubscribe from this group and stop receiving emails from it, send an email to pydata+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "PyData" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pydata+unsubscribe@googlegroups.com.

immerrr again

unread,
Jun 13, 2018, 12:06:34 PM6/13/18
to pyd...@googlegroups.com
Hi Keshav,

You could try https://github.com/python-visualization/folium, it can generate HTML pages with map widgets where you can overlay any data you want (or rather, any data that Leaflet.js supports).

Cheers
Reply all
Reply to author
Forward
0 new messages