World maps with Bokeh?

Is it possible to create a global latitude/longitude plot like the one below with Bokeh?

I have data that have time/latitude/longitude dimensions and I’d like to slide/scroll though time to look at the latitude/longitude map corresponding to each time step.

Is your background map going to change overtime? If not, try looking over Mapping geo data — Bokeh 2.4.2 Documentation

I’ve used the Google Maps support in Bokeh and its pretty easy to learn.

Hi Irving,

Take a look at last year’s scipy tutorial: https://github.com/chdoig/scipy2015-blaze-bokeh

I think it that is what you are looking for.

Slides are here: http://chdoig.github.io/scipy2015-blaze-bokeh

This is an animated example: http://chdoig.github.io/scipy2015-blaze-bokeh/#/8/11

Inline image 1

···

On Wed, Jun 15, 2016 at 8:52 AM, Hunt Jackson Sparra [email protected] wrote:

Is your background map going to change overtime? If not, try looking over http://bokeh.pydata.org/en/latest/docs/user_guide/geo.html#userguide-geo

I’ve used the Google Maps support in Bokeh and its pretty easy to learn.

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/2e10ae72-3e6b-4bec-93df-862e3f2b7a05%40continuum.io.

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

Christine Doig

Senior Data Scientist & Product Marketing Manager

@ch_doig

[email protected]

www.continuum.io

Thanks, Christine. That is exactly what I’m looking for.

In working through your tutorial running the latest version of Bokeh (0.11.1), the animation failed because bokeh.plotting.cursession no longer exists. Is there an easy work around for this, or am I better off installing an older version of bokeh?
(I’ve raised an issue on GitHub in case this is something best discussed off-list: Newer Bokeh releases · Issue #7 · chdoig/scipy2015-blaze-bokeh · GitHub)

···

On Thursday, June 16, 2016 at 12:48:38 AM UTC+10, Christine Doig wrote:

Hi Irving,

Take a look at last year’s scipy tutorial: https://github.com/chdoig/scipy2015-blaze-bokeh

I think it that is what you are looking for.

Slides are here: http://chdoig.github.io/scipy2015-blaze-bokeh

This is an animated example: http://chdoig.github.io/scipy2015-blaze-bokeh/#/8/11

Inline image 1

On Wed, Jun 15, 2016 at 8:52 AM, Hunt Jackson Sparra [email protected] wrote:

Is your background map going to change overtime? If not, try looking over http://bokeh.pydata.org/en/latest/docs/user_guide/geo.html#userguide-geo

I’ve used the Google Maps support in Bokeh and its pretty easy to learn.

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/2e10ae72-3e6b-4bec-93df-862e3f2b7a05%40continuum.io.

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


Christine Doig

Senior Data Scientist & Product Marketing Manager

@ch_doig

[email protected]

www.continuum.io

Hi,

You're definitely not better off installing an older version of Bokeh. The old bokeh-server never really made it past experimental prototype stage. It is completely deprecated and unsupported, and the new server surpasses it in every possible measure (performance, scalability, ease-of-use, and reliability).

Have you tried out / studied some of the simplest bokeh server examples, e.g.:

  https://github.com/bokeh/bokeh/blob/master/examples/app/sliders.py

  http://demo.bokehplots.com/apps/sliders

yet? In principal, the app you describe would be extremely similar to that one, only instead up of updating the data for a line glyph in a slider callback, you'd update the data for your image glyph.

Thanks,

Bryan

···

On Jun 15, 2016, at 10:23 PM, Damien Irving <[email protected]> wrote:

Thanks, Christine. That is exactly what I'm looking for.

In working through your tutorial running the latest version of Bokeh (0.11.1), the animation failed because bokeh.plotting.cursession no longer exists. Is there an easy work around for this, or am I better off installing an older version of bokeh?
(I've raised an issue on GitHub in case this is something best discussed off-list: Issues · chdoig/scipy2015-blaze-bokeh · GitHub)

On Thursday, June 16, 2016 at 12:48:38 AM UTC+10, Christine Doig wrote:
Hi Irving,

Take a look at last year's scipy tutorial: GitHub - chdoig/scipy2015-blaze-bokeh: Building Python Data Applications with Blaze and Bokeh Tutorial, SciPy 2015

I think it that is what you are looking for.

Slides are here: Building Python Data Applications with Blaze and Bokeh

This is an animated example: Building Python Data Applications with Blaze and Bokeh

On Wed, Jun 15, 2016 at 8:52 AM, Hunt Jackson Sparra <[email protected]> wrote:
Is your background map going to change overtime? If not, try looking over http://bokeh.pydata.org/en/latest/docs/user_guide/geo.html#userguide-geo

I've used the Google Maps support in Bokeh and its pretty easy to learn.

--
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 bokeh+un...@continuum.io.
To post to this group, send email to bo...@continuum.io.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/2e10ae72-3e6b-4bec-93df-862e3f2b7a05%40continuum.io\.

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

--
Christine Doig
Senior Data Scientist & Product Marketing Manager

@ch_doig
cd...@continuum.io
www.continuum.io

--
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/66cdd7a5-964a-40d0-afaf-a6850de4ac09%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.