Skip to main content

deck.gl

Recommendation
Updated
Moved
USE
2022-04-27

What is it

deck.gl is a WebGL-powered framework for visual exploratory data analysis of large datasets. It allows complex visualizations to be constructed by composing existing layers, and makes it easy to package and share new visualizations as reusable layers.

When to use it

Use deck.gl to visualize data on a map. We recommend using react-mapbox-gl. Use layers to visualize categories of data. Which layers to use depends on the use-case of your application.

How to learn it

Learn deck.gl in the official documentation. See examples for how to implement different layers.