Bokeh albers projection

Hi,
Is it possible for now to get albers map projection using Bokeh?

Thank you in advance,
Artem.

There is nothing at all built-in. A CustomJSTransform could be used to generate the cartesian coordinates from the lat/lon inputs [1], but you would need to draw any axes, parallels, or other guides by hand.


  1. Technically a CustomJSTransform only transforms a single column at a time, but they an have access to the other CDS columns, so can be used for non-separable coordinate transformations. ↩︎