Plotting on stamen toner type of map

Hello,

I am trying to plot some points on stamen toner map.

The problem is that I have Google latitude, longitude coordinates in this form e.g:

lat = 41.552164
long = 44.990961
and the map receives x, y coordinates. Is there any way to use this google map coordinates to plot some points on this map (to transform these coordinates to tiles)?

Thank you in advance.

How do you load such a map in bokeh ?

···

On Sat, May 13, 2017, 20:27 Nikoloz Mamisashvili [email protected] wrote:

Hello,

I am trying to plot some points on stamen toner map.

The problem is that I have Google latitude, longitude coordinates in this form e.g:

lat = 41.552164
long = 44.990961
and the map receives x, y coordinates. Is there any way to use this google map coordinates to plot some points on this map (to transform these coordinates to tiles)?

Thank you in advance.

You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To post to this group, send email to [email protected].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/05f23fe8-f22f-45d2-b6cd-924c8dc34102%40continuum.io.

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

f = figure
f.add_tiles(STAMEN_TONER)

show(f)

btw I have already solved this issue. I used Pyproj library for projection transformation from coordinates.

Thank you.

···

On Sunday, May 14, 2017 at 9:06:09 AM UTC+4, alEx S wrote:

How do you load such a map in bokeh ?

On Sat, May 13, 2017, 20:27 Nikoloz Mamisashvili [email protected] wrote:

Hello,

I am trying to plot some points on stamen toner map.

The problem is that I have Google latitude, longitude coordinates in this form e.g:

lat = 41.552164
long = 44.990961
and the map receives x, y coordinates. Is there any way to use this google map coordinates to plot some points on this map (to transform these coordinates to tiles)?

Thank you in advance.

You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To post to this group, send email to [email protected].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/05f23fe8-f22f-45d2-b6cd-924c8dc34102%40continuum.io.

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