{"id":20399824,"url":"https://github.com/kitware/trame-deckgl","last_synced_at":"2025-06-19T09:33:45.582Z","repository":{"id":84741685,"uuid":"491248891","full_name":"Kitware/trame-deckgl","owner":"Kitware","description":"Deck.gl widget for trame","archived":false,"fork":false,"pushed_at":"2025-01-09T21:19:06.000Z","size":288,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-27T10:18:00.743Z","etag":null,"topics":["trame","trame-maintenance-program"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kitware.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-11T19:36:02.000Z","updated_at":"2025-01-09T21:19:09.000Z","dependencies_parsed_at":"2024-06-19T05:18:16.037Z","dependency_job_id":"335c5ddc-6f9b-470e-9f38-2b0077160381","html_url":"https://github.com/Kitware/trame-deckgl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Kitware/trame-deckgl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2Ftrame-deckgl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2Ftrame-deckgl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2Ftrame-deckgl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2Ftrame-deckgl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kitware","download_url":"https://codeload.github.com/Kitware/trame-deckgl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitware%2Ftrame-deckgl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260724626,"owners_count":23052774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["trame","trame-maintenance-program"],"created_at":"2024-11-15T04:34:04.410Z","updated_at":"2025-06-19T09:33:40.571Z","avatar_url":"https://github.com/Kitware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. |pypi_download| image:: https://img.shields.io/pypi/dm/trame-deckgl\n\nHigh-scale spatial rendering for trame |pypi_download|\n===========================================================================\n\n.. image:: https://github.com/Kitware/trame-deckgl/actions/workflows/test_and_release.yml/badge.svg\n    :target: https://github.com/Kitware/trame-deckgl/actions/workflows/test_and_release.yml\n    :alt: Test and Release\n\ntrame-deckgl extend trame **widgets** with components that can interface with PyDeck while being powered by Deck.gl.\nDeck integration in trame allow you to create rich visualization by leveraging `PyDeck \u003chttps://pydeck.gl/index.html\u003e`_ (`Apache License \u003chttps://github.com/visgl/deck.gl/blob/master/bindings/pydeck/LICENSE.txt\u003e`_).\n\n\nInstalling\n-----------------------------------------------------------\n\ntrame-deckgl can be installed with `pip \u003chttps://pypi.org/project/trame-deckgl/\u003e`_:\n\n.. code-block:: bash\n\n    pip install --upgrade trame-deckgl\n\n\nUsage\n-----------------------------------------------------------\n\nThe `Trame Tutorial \u003chttps://kitware.github.io/trame/docs/tutorial.html\u003e`_ is the place to go to learn how to use the library and start building your own application.\n\nThe `API Reference \u003chttps://trame.readthedocs.io/en/latest/index.html\u003e`_ documentation provides API-level documentation.\n\n\nLicense\n-----------------------------------------------------------\n\ntrame-deckgl is made available under the MIT License. For more details, see `LICENSE \u003chttps://github.com/Kitware/trame-deckgl/blob/master/LICENSE\u003e`_\nThis license has been chosen to match the one use by `Deck.gl \u003chttps://github.com/visgl/deck.gl/blob/master/LICENSE\u003e`_ which is use within trame-deckgl.\n\n\nCommunity\n-----------------------------------------------------------\n\n`Trame \u003chttps://kitware.github.io/trame/\u003e`_ | `Discussions \u003chttps://github.com/Kitware/trame/discussions\u003e`_ | `Issues \u003chttps://github.com/Kitware/trame/issues\u003e`_ | `RoadMap \u003chttps://github.com/Kitware/trame/projects/1\u003e`_ | `Contact Us \u003chttps://www.kitware.com/contact-us/\u003e`_\n\n.. image:: https://zenodo.org/badge/410108340.svg\n    :target: https://zenodo.org/badge/latestdoi/410108340\n\n\nEnjoying trame?\n-----------------------------------------------------------\n\nShare your experience `with a testimonial \u003chttps://github.com/Kitware/trame/issues/18\u003e`_ or `with a brand approval \u003chttps://github.com/Kitware/trame/issues/19\u003e`_.\n\n\nExample: PyDeck\n-----------------------------------------------------------\n\nThe Deck component relies on the server for generating the map definition.\n\n.. code-block:: python\n\n    import pydeck as pdk\n    from trame.widgets import deckgl\n\n    deck = pdk.Deck(\n      map_provider=\"mapbox\",\n      map_style=\"mapbox://styles/mapbox/light-v9\",\n      initial_view_state={\n          \"latitude\": 37.76,\n          \"longitude\": -122.4,\n          \"zoom\": 11,\n          \"pitch\": 50,\n      },\n      layers=selected_layers,\n    )\n\n    widget = deckgl.Deck(mapboxApiKey=..., deck=deck)\n    widget.update(deck2)\n\n\nJavaScript dependency\n-----------------------------------------------------------\n\nThis Python package bundle the ``@deck.gl/jupyter-widget@8.4.7`` JavaScript library. If you would like us to upgrade it, `please reach out \u003chttps://www.kitware.com/trame/\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitware%2Ftrame-deckgl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitware%2Ftrame-deckgl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitware%2Ftrame-deckgl/lists"}