Heatmap support
See original GitHub issue- Custom PoCs: NY foot trafic dataset, gecat dataset and WWI_ships dataset
- Support for grid-alignment (NY dataset)
- Bi-cubic interpolation
- Isolines PoC
- Support non-square windows
- API
- Support for limitting heatmap grid size based on zoom
- Workarounds lack of
OES_texture_float
andOES_texture_float_linear
. Important for mobile. - Automatic discovery of min/max values
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:15 (5 by maintainers)
Top Results From Across the Web
heatmap - Real-time analytics for your website
heatmap provides realtime analytics to help chief editors and marketeers understand in seconds which are their best performing contents and which are less ......
Read more >Horizontal Support and Resistance Heatmaps - 1-TrendSpider
Heatmaps approximate key support and resistance zones by summing all of the detected trend lines and applying an advanced heatmap generation algorithm.
Read more >Create heatmap chart - MathWorks
This MATLAB function creates a heatmap from the table tbl. ... By default, heatmaps support a subset of TeX markup for the text...
Read more >What Are Heat Maps? Guide to Heatmaps/How to Use Them
A complete guide to website heatmaps with chapters about creating and analyzing heatmaps, case studies, practical examples, and heatmap ...
Read more >Heatmap analytics 101: What you need to know - Siteimprove
Heatmaps are useful for understanding whether your page elements like buttons and forms work as intended. A heatmap can also help you optimize...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, there were multiple branches. The last one I think it is
square-grid
, but it also contains some unwanted changes to the sources.I think that a merge would be too difficult at this point too. Rewriting the functionality while reading the diff of the branch is probably the easiest way.
You can read the diff here: https://github.com/CartoDB/carto-vl/compare/square-grid
The interesting parts that could be copied are on renderer.js and on the shaders.
Keep in mind that the branch never made a public API to configure the heatmap.
I believe this is the branch. Bear in mind that this way behind the master branch, based in code that no longer exists and probably with a lot of hacks just to proof the concept