Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.07 KB

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 examples
  • images - images used by deck.gl docs
  • images/whats-new - small 150 pixel tall images and GIFS used in what's new pages
  • images/docs - Larger images and GIFs used inline in docs
  • luma.gl - assets for luma.gl

Compressing Images/GIFs

See ImageMagick convert docx

convert input.gif --resize x300 output.gif

Sources

website/sf-districts.png is modified (removed the sea from original image) from San Francisco districts map.svg.

examples/mesh/minicooper.obj is from John Burkardt's data sample collection