Skip to content

shoorick/tile-stat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tile-stat

Gather and process usage statistics for map tiles hosted by web servers nginx and Apache

Usage

gather.py [-h] [-o FILE] [-c NAME] source

Positional arguments

source — log file to process

Optional arguments

  • -h, --help — show help message and exit
  • -o FILE, --output FILE — output raw data to file, format are choosing by extension (csv, xls, xlsx, htm, html, json)
  • -c NAME, --column NAME — process desired column (possible names are style and zoom)

Requirements

  • Python 3
  • matplotlib, pandasrequired,
  • openpyxl or xlwt — optional for Excel output.

Install dependencies

pip install -r requirements.txt

Author

Alexander Sapozhnikov shoorick@cpan.org http://shoorick.ru/

About

Gather and process usage statistics for map tiles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages