heatmap
heatmap copied to clipboard
Python script for generating high quality heatmaps based on any coordinate data (GPS tracks, eye tracking, etc).
For https://github.com/sethoscope/heatmap/issues/32. To test locally, note the command is simply `heatmap` rather than `heatmap.py`: ```sh pip install -e . heatmap test/few-points -o map.png --width 100 ``` Notes: * An \_\_init__.py...
heatmap.py -o photos.png --width 1000 --osm -B 0.8 --osm_base http://b.tile.stamen.com/toner photo-points When you call this the result resolution is 915 x 357. 1) How can i get the exact resolution?...
update readme on required packages for debian linux
As requested, added tests for PR for #53
PyPi
Package and distribute via PyPi (so people can just `pip install ...`). We'd need: - setup.py, __init__.py - a name available in their namespace (not [heatmap](https://pypi.python.org/pypi/heatmap), [pyheatmap](https://pypi.python.org/pypi/pyheatmap), or [heatmappy](https://pypi.python.org/pypi/heatmappy)) -...
Hi ! I am using this code to make an animation. It works well but I would like to know if it is possible to make the points ephemeral (because...
Could there be an option to add an axis to the pictures? This would be especially helpful when making lat/long plots, to help pinpoint the geographical position of the plot.