gbasood / vgstation-statistics-viewer

A statistics viewer for /vg/station, a Space Station 13 server.
http://stats.ss13.moe
MIT License
2 stars 6 forks source link

(DNM) An attempt at death heatmaps #10

Open BobdaBiscuit opened 7 years ago

BobdaBiscuit commented 7 years ago

Currently just creates a dodgy 2h histogram of the deaths on box in the last 30 days, and then overlays it on a downscaled nanoui map.

Surf to [website]/genheatmaps to activate it.

I've never used python before send help.

Current output TODO: (by Sood)

codecov-io commented 7 years ago

Current coverage is 72.23% (diff: 22.58%)

Merging #10 into master will decrease coverage by 4.85%

@@             master        #10   diff @@
==========================================
  Files             7          8     +1   
  Lines           646        706    +60   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            498        510    +12   
- Misses          148        196    +48   
  Partials          0          0          

Powered by Codecov. Last update 668668a...fa1d504

gbasood commented 7 years ago

You might need to add PIL to the requirements For the minimaps we could use the stuff from https://github.com/d3athrow/vgstation13/blob/Bleeding-Edge/code/modules/html_interface/map/interactive_map.dm

That gets generated to the server's data/minimaps folder

gbasood commented 7 years ago

Actually how we can handle minimaps: