heatimg

command module
v0.0.0-...-8a351ea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2021 License: MIT Imports: 8 Imported by: 0

README

heatimg

heatimg generates heatmap images from heatmap json.
heatmap json's format like below:

{
  "gridLevel": 5,
  "columns": 23,
  "rows": 17,
  "minX": 139.1748046875,
  "maxX": 140.185546875,
  "minY": 35.33203125,
  "maxY": 36.0791015625,
  "counts_ints2D": [[...], [...]]
}
heatimg -input heatmap.json -output circle.png

Circle.png

License

MIT License

Copyright (c) 2021 Taisuke Miyazaki

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL