Deck.gl widget for trame
Project description
trame-deckgl extend trame widgets with components that can interface with PyDeck while being powered by Deck.gl. Deck integration in trame allow you to create rich visualization by leveraging PyDeck (Apache License).
Installing
trame-deckgl can be installed with pip:
pip install --upgrade trame-deckgl
Usage
The Trame Tutorial is the place to go to learn how to use the library and start building your own application.
The API Reference documentation provides API-level documentation.
License
trame-deckgl is made available under the MIT License. For more details, see LICENSE This license has been chosen to match the one use by Deck.gl which is use within trame-deckgl.
Community
Trame | Discussions | Issues | RoadMap | Contact Us
Enjoying trame?
Share your experience with a testimonial or with a brand approval.
Example: PyDeck
The Deck component relies on the server for generating the map definition.
import pydeck as pdk
from trame.widgets import deckgl
deck = pdk.Deck(
map_provider="mapbox",
map_style="mapbox://styles/mapbox/light-v9",
initial_view_state={
"latitude": 37.76,
"longitude": -122.4,
"zoom": 11,
"pitch": 50,
},
layers=selected_layers,
)
widget = deckgl.Deck(mapboxApiKey=..., deck=deck)
widget.update(deck2)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for trame_deckgl-2.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18f700e66cbd98d6683c878968d3a91755f228f874ff7f6e256a4c617873e173 |
|
MD5 | 06ce37a825427a4f99053dcdb1c45001 |
|
BLAKE2b-256 | e6ebdc124aee8500eb96fe87bf7a3562b071fac58cca8b48f989006aec45f9f4 |