Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Deck GL : Deck.gl is a vis tool created by Uber which is a great choice for 2D and 3D vis handling very large amounts of data. This tool takes advantage of client’s GPU power to facilitate the vis using machine level shader code such as WebGL.

    1. Pros:

      1. not too heavy but heavier than mapbox

      2. uses mapbox basemaps

      3. 3D enabled and big data vis

      4. use of low-level shaders code to create incredibly creative layers beyond points, lines and polygons

    2. Cons:

      Not optimized to handle large data

      1. more complicated code syntax

...