tilestache-clean (1) Linux Manual Page
NAME
tilestache-clean – clean tiles from a TileStache cache
SYNOPSIS
tilestache-clean [options] zoom…
DESCRIPTION
This manual page documents briefly the tilestache-clean command.
tilestache-clean is used to clean tiles from a TileStache cache.
Cleans a single layer in your TileStache configuration – no images are returned, and TileStache ends up with an empty in selected areas cache. Bounding box is given as a pair of lat/lon coordinates, e.g. "37.788 -122.349 37.833 -122.246". Output is a list of tile paths as they are created.
The zoom option is a space separated list of zoom levels which will be cleaned. e.g. 12 13 14 15 will clean zooms 12 through 15. Many shells allow you to use {a..b} which will expand to a list of numbers a though to b. Required.
REQUIRED OPTIONS
-c,–configfile- Path to configuration file.
Required. -l,–layerlayer- Layer name from configuration. "ALL" is a special value that will clean all layers in turn. If you have an actual layer named "ALL", use "ALL LAYERS" instead.
Required. -b,–bboxsouth west north east- Bounding box in floating point geographic coordinates.
Required.
OPTIONS
-h, –help Show summary of options.
-p,–paddingpadding- Extra margin of tiles to add around bounded area. Default value is 0 (no extra tiles).
-e,–extensionextension- Optional file type for rendered tiles. Default value is ‘png’.
-f,–progress-filefile- Optional JSON progress file that gets written on each iteration, so you don’t have to pay close attention.
-q- Suppress chatty output, –progress-file works well with this.
-i,–include-pathpath- Add the following colon-separated list of paths to Python’s include path (aka sys.path)
–tile-listfile- Optional file of tile coordinates, a simple text list of Z/X/Y coordinates. Overrides –bbox and –padding.
SEE ALSO
AUTHOR
TileStache was written by Michal Migurski <mike [at] stamen.com>.
This manual page was written by Andrew Harvey <andrew.harvey4 [at] gmail.com>, for the Debian project (and may be used by others).
