Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 636 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 636 Bytes

Creating a heatmap

This example shows how to create a heatmap from positions where players fired their weapons from.

ℹ️ Uses radar images from https://radar-overviews.csgo.saiko.tech/<map>/<crc>/radar.png - see https://github.com/saiko-tech/csgo-centrifuge for more info.

See heatmap.go for the source code.

Running the example

go run heatmap.go -demo /path/to/demo > out.jpg

This will create a JPEG of a radar overview with dots on all the locations where shots were fired from.

Resulting heatmap