An open API service indexing awesome lists of open source software.

https://github.com/nghiatranuit/data-visualization-deck-gl

A experiment to visualize Tree in NewYork and Flight record data. Using Deck.gl and Kaggle
https://github.com/nghiatranuit/data-visualization-deck-gl

deck flight-visualization kaggle uber

Last synced: 10 months ago
JSON representation

A experiment to visualize Tree in NewYork and Flight record data. Using Deck.gl and Kaggle

Awesome Lists containing this project

README

          

# Data Visualization
An crazy experiement for demonstrating data visualization.

# Youtube
[![Data Visualization](https://github.com/NghiaTranUIT/data-visualization-deck-gl/blob/master/Data-visualization-thumbnail?raw=true)](https://www.youtube.com/watch?v=kgcJ0rftIUA "Data Visualization")
[Youtube](https://www.youtube.com/watch?v=kgcJ0rftIUA)

# Blog
I spent a week to write blog about [Deck.gl - Data Visualization](http://nghiatran.me/deck-gl-data-visualization/)
Keep in touch with me at [nghiatran.me](http://nghiatran.me)

# Data
All data I downloaded from [Kaggle](https://www.kaggle.com)
[2015 Trees in New York City](https://www.kaggle.com/nycparks/tree-census)
[2015 Flight delay and cancellation](https://www.kaggle.com/usdot/flight-delays)
Both are released under CC0: Public Domain License. I could do whatever I like 🤗

# Installation
Navigate to root folder and run scrip

```
yarn install
yarn start
```

# Technologies
- Mapbox
- React-map-gl
- Deck.gl
- Data from Kaggle.com
- Heatmap
- Extend deck.gl.Layer, support GLSL shader for animation.