Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 419 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 419 Bytes

Data

  • Read from HDFS to Apache Zeppelin
  • 3 Columns: x(int), y(int), and d(float)
  • ~200, 000 rows

Goal

  • 2-Dimensional 501 * 501 heat map visualization

Visualizations

  1. Gray scale heat map:

    runtime: ~3s

    script: gray_scale.py

    Gray scale heat map