Skip to content

grantrostig/heatmapGL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HeatmapGL

Simple heatmap visualization using WebGL, with support for spatiotemporal point data.

Steps to use:

  1. Place data inside folder "./data/[name]/". This same folder must also contain a file info.txt, similar to:

     numpoints: 542059
     bucketcount: 24
     bucketsize: 3600
     tsmin: 1329350400
     tsmax: 1329436800
     latmin: 40.62124942228224
     latmax: 40.867054953252676
     lngmin: -74.09883499145508
     lngmax: -73.69783401489258
    

    where:

     numpoints: number of points in all buckets
     bucketcount: number of csv files
     bucketsize: time range of each csv file, in seconds
     tsmin: first timestep
     tsmax: last timestep
     latmin,latmax,lngmin,lngmax: spatial boud of data
    
  2. Run server: python server.py

  3. Open https://localhost:8080/?datapath=/[name], where [name] should be replaced by the folder name created in step 1

Heatmap GL

More: https://vgc.poly.edu/~fmiranda/heatmap/

About

Simple heatmap visualization using WebGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.8%
  • GLSL 15.9%
  • Python 2.8%
  • HTML 1.7%
  • XSLT 1.5%
  • CSS 1.3%