1TILESTACHE-CLEAN(1) General Commands Manual TILESTACHE-CLEAN(1)
2
3
4
6 tilestache-clean - clean tiles from a TileStache cache
7
9 tilestache-clean [options] zoom...
10
12 This manual page documents briefly the tilestache-clean command.
13
14 tilestache-clean is used to clean tiles from a TileStache cache.
15
16 Cleans a single layer in your TileStache configuration - no images are
17 returned, and TileStache ends up with an empty in selected areas cache.
18 Bounding box is given as a pair of lat/lon coordinates, e.g. "37.788
19 -122.349 37.833 -122.246". Output is a list of tile paths as they are
20 created.
21
22 The zoom option is a space separated list of zoom levels which will be
23 cleaned. e.g. 12 13 14 15 will clean zooms 12 through 15. Many shells
24 allow you to use {a..b} which will expand to a list of numbers a though
25 to b. Required.
26
28 -c, --config file
29 Path to configuration file. Required.
30
31 -l, --layer layer
32 Layer name from configuration. "ALL" is a special value that
33 will clean all layers in turn. If you have an actual layer named
34 "ALL", use "ALL LAYERS" instead. Required.
35
36 -b, --bbox south west north east
37 Bounding box in floating point geographic coordinates. Required.
38
40 -h, --help Show summary of options.
41
42 -p, --padding padding
43 Extra margin of tiles to add around bounded area. Default value
44 is 0 (no extra tiles).
45
46 -e, --extension extension
47 Optional file type for rendered tiles. Default value is 'png'.
48
49 -f, --progress-file file
50 Optional JSON progress file that gets written on each iteration,
51 so you don't have to pay close attention.
52
53 -q Suppress chatty output, --progress-file works well with this.
54
55 -i, --include-path path
56 Add the following colon-separated list of paths to Python's
57 include path (aka sys.path)
58
59 --tile-list file
60 Optional file of tile coordinates, a simple text list of Z/X/Y
61 coordinates. Overrides --bbox and --padding.
62
64 tilestache-seed(1)
65
67 TileStache was written by Michal Migurski <mike@stamen.com>.
68
69 This manual page was written by Andrew Harvey <andrew.har‐
70 vey4@gmail.com>, for the Debian project (and may be used by others).
71
72
73
74
75 Sep 23, 2012 TILESTACHE-CLEAN(1)