rahmansunbeam Posted September 24, 2019 Report Share Posted September 24, 2019 deck.gl (developed by Uber) is a WebGL-powered framework for visual exploratory data analysis of large datasets. deck.gl is designed to make visualization of large data sets simple. It enables users to quickly get impressive visual results with limited effort through composition of existing layers, while offering a complete architecture for packaging advanced WebGL based visualizations as reusable JavaScript layers. The basic idea of using deck.gl is to render a stack of visual overlays, usually (but not always) over maps. To make this simple concept work, deck.gl handles a number of challenges: Handling of large data sets and performant updates Interactive event handling such as picking Cartographic projections and integration with underlying map A catalog of proven, well-tested layers Easy to create new layers or customize existing layers Tutorials Spoiler http://vis.academy/#/ Getting started Spoiler https://deck.gl/#/documentation/getting-started/installation Uber's Vis.gl in Medium Spoiler https://medium.com/vis-gl 1 Quote Link to comment Share on other sites More sharing options...
Reyalino Posted October 1, 2019 Report Share Posted October 1, 2019 woww!!! loved it..thanks @rahmansunbeam Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.