Overlay geotiff image on Bokeh plot

Is it possible to overlay a geotiff image with a bokeh image containing patches? Thanks!

I’m not sure bokeh
has any capacity to render geotiffs.

···

On 7/27/16 3:03 PM, Eric wrote:

    Is it possible to overlay a geotiff image with a

bokeh image containing patches? Thanks!

  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/750f876a-fa53-46d2-a92f-ea6e9bf65b54%40continuum.io](https://groups.google.com/a/continuum.io/d/msgid/bokeh/750f876a-fa53-46d2-a92f-ea6e9bf65b54%40continuum.io?utm_medium=email&utm_source=footer).

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


Sarah Bird
Developer, Bokeh

    [
      ![Continuum Analytics](http://docs.continuum.io/_static/img/ContinuumWordmark.png)
    ](http://continuum.io)

Do browsers natively render geotiffs? If so, ImageURL might be an option. Otherwise there is nothing else built-in. A custom extension for displaying geotiffs could be possible to create.

Thanks,

Bryan

···

On Aug 4, 2016, at 8:14 AM, Sarah Bird - Continuum <[email protected]> wrote:

I'm not sure bokeh has any capacity to render geotiffs.

On 7/27/16 3:03 PM, Eric wrote:

Is it possible to overlay a geotiff image with a bokeh image containing patches? Thanks!
--
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/750f876a-fa53-46d2-a92f-ea6e9bf65b54%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

--
Sarah Bird
Developer, Bokeh

--
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/97b1baa2-50fc-c465-fda7-f7d0f18a4399%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

HI,
Can i be able to save my bokeh plot as geotiffs ?

No, Bokeh only supports SVG and PNG export.