DECK.GL Time Slider implementation ⌛ demo
A React-Redux Time Slider implementation that allows you to render temporal (or even non-temporal) data. The example is fully integrated with the DECK.GL library, a WebGL-powered framework for visual exploratory data analysis of large datasets. The example is filtering the data array on the CPU.
This demo shows a scatterplot meteorites world layer.
It uses a simple Material UI slider and keeps the features until the end, that means that it is holding the features rendered. A bar chart is showing the data per date; an 'on hover' event shows the numeric accumulation in a little left container. It is also possible to restart the animation clicking the 'undo' button.
git clone https://github.com/AdriSolid/DECK.GL-Time-Slider.git
- Then install the dependencies:
npm install
- Start, check => localhost:8080
npm start