Data for the data visualization library deck.gl examples (https://deck.gl)
Last updated Jul 2, 2026
84
Stars
62
Forks
2
Issues
0
Stars/day
Attention Score
83
Language breakdown
No language data available.
▸ Files
click to expand
README
deck.gl-data
Large static data files used by the websites of various vis.gl repositories, to avoid bloating the code repositories.
Contents
website- large data files used by deck.gl examplesimages- images used by deck.gl docsimages/whats-new- small 150 pixel tall images and GIFS used in what's new pagesimages/docs- Larger images and GIFs used inline in docsluma.gl- assets for luma.gl3d-tiles- 3D Tilesets
Attributions / Licenses / Data Sources
LAZ
examples/point-cloud-laz
- https://github.com/PDAL/data/blob/master/liblas/SerpentMoundLAS14ExtraDims.laz
- The license for the repo is CC-BY-4.0 - https://github.com/PDAL/data/blob/master/LICENSE
3D Tiles
3d-tiles/RoyalExhibitionBuilding
The Royal Exhibition Building World Heritage Site in Melbourne, Australia, captured with the Zebedee handheld mapping system.
- Zebdee offers the data publicly under the Creative Commons Attribution 3.0 Unported License.- Tiling generously provided by Cesium ion / https://cesium.com/
Geodan Rotterdam tilesets
- Copied from Geodan's 3D tiles example
- Under BSD-3 Clause License
Images
- website/sf-districts.png is modified (removed the sea from original image) from San Francisco districts map.svg.
- website/image-tiles/moon.images is a DeepZoom?redirectedfrom=MSDN) pyramid of this image of the moon. We use it for non-profit educational purposes from NASA/GSFC/Arizona State University under these terms.
Meshes
- examples/mesh/minicooper.obj is from John Burkardt's data sample collection
Instructions
Compressing Images/GIFs
convert input.gif --resize x300 output.gif🔗 More in this category