Skip to content

Python script for generating high quality heatmaps based on any coordinate data (GPS tracks, eye tracking, etc).

License

Notifications You must be signed in to change notification settings

bartvanandel/heatmap

This branch is 4 commits behind sethoscope/heatmap:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 6, 2014
Aug 6, 2022
Nov 13, 2014
Apr 29, 2014
Sep 24, 2019
Sep 18, 2022
May 11, 2011
Aug 6, 2022
Sep 16, 2018
Dec 3, 2023
Apr 25, 2017
Apr 25, 2017
Aug 6, 2022
Sep 18, 2022

Repository files navigation

heatmap

why?

There are a few kinds of heat maps. This program is for when you have data points, each with a pair of orthogonal coordinates (X/Y, lat-lon) and you want to plot them on a map such that they blob together a bit to indicate density.

So, it's good for things like:

  • eye tracking data
  • lat/lon geocoded data points
  • GPS tracks

why not?

It's not good for:

  • showing results in realtime (because it's too slow)
  • running in a browser (because it's in Python)
  • automatically layering on proprietary map systems

So... why use a slow data visualizer that doesn't run in a browser? Because the output looks better.

There's another kind of heatmap, also called a choropleth map, in which you divide your map into regions and color each region to indicate something. This tool is not for that.

A more thorough description and examples are posted at http://sethoscope.net/heatmap/

change to command line

As of version 1.13 (April 2017), the method of specifying input files has changed. The old way will continue to be supported for at least one year, but the new way is nicer. Read this tutorial for examples and help on switching to the new way.

Tests

Build Status Coverage Status

About

Python script for generating high quality heatmaps based on any coordinate data (GPS tracks, eye tracking, etc).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Makefile 1.1%
  • Shell 0.2%