3 This cookbook contains the tile log processing / analysis tools. This includes creating the tile log summaries of the number of tiles downloaded from the tile caches.
 
   8 - `tools` - tilelog needs the OSM tools cookbook.
 
   9 - `git` - tilelog needs the OSM git cookbook to download the tile log analysis source.
 
  12 - `gcc` - for building the analysis tool.
 
  13 - `make` - for building the analysis tool.
 
  14 - `autoconf` - for building the analysis tool.
 
  15 - `automake` - for building the analysis tool.
 
  16 - `libboost-filesystem-dev` - a dependency of the analysis tool.
 
  17 - `libboost-system-dev` - a dependency of the analysis tool.
 
  18 - `libboost-program-options-dev` - a dependency of the analysis tool.
 
  31     <td><tt>[:tilelog][:source_directory]</tt></td>
 
  33     <td>Directory in which the source is checked out and built.</td>
 
  34     <td><tt>/opt/tilelog</tt></td>
 
  37     <td><tt>[:tilelog][:input_directory]</tt></td>
 
  39     <td>Directory in which the input log files can be found.</td>
 
  40     <td><tt>/store/logs/tile.openstreetmap.org</tt></td>
 
  43     <td><tt>[:tilelog][:source_directory]</tt></td>
 
  45     <td>Directory in which the output analysis files are to be placed.</td>
 
  46     <td><tt>/store/planet/tile_logs</tt></td>
 
  53 TODO: Write usage instructions for each cookbook.
 
  56 Just include `tilelog` in your node's `run_list`:
 
  67 ## License and Authors
 
  69 Released under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0).