## page was renamed from map_coverage.e = map_coverage = Compiled by KD == Description == This executable generates coverage for a limited area (bigmap) of what has been tiled and processed (as per landmark files). In other words, map_coverage produces a .pgm file that shows areas on a bigmap that have been tiled at user specified resolutions. == Input - files == * Big map, name provided in stdin == Input - stdin == * Filename (of a bigmap) {{{ ZN0204 }}} * Start and ending resolution {{{ 0,.001 }}} == Output == * coverage_m.pgm - a regional map showing what has been tiled to the specified resolution {{attachment:map_coverage.jpg}} ---- CategoryPrograms