visgl / deck.gl

WebGL2 powered visualization framework
https://deck.gl
MIT License
12.26k stars 2.08k forks source link

pydeck: How to implement a TileLayer #4637

Open arnoldn1 opened 4 years ago

arnoldn1 commented 4 years ago

Description

Using TileLayer in pydeck is not clear, e.g., how variables in the deck.gl example such as renderSubLayers and return new BitmapLayer should be implemented through Python.

agressin commented 4 years ago

I have to create a custom layer in order to deal with TileLayer in pydesk, please find more information here : https://github.com/agressin/pydeck_myTileLayer

ibgreen commented 4 years ago

Bundling a new JSLayer so that it can be used by pydeck is still quite tricky and not something we officially support at this stage as there are many complications with the way JS is bundled.

There is one working example in https://github.com/UnfoldedInc/earthengine-layers but getting it to work on your side may not be easy.

diehl commented 1 year ago

Checking in here. Is there forward progress toward realizing TileLayer within PyDeck?