Differences between revisions 12 and 15 (spanning 3 versions)
Revision 12 as of 2016-01-25 11:03:27
Size: 824
Comment:
Revision 15 as of 2016-01-26 10:35:12
Size: 1119
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
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. black means not covered while covered areas are bright. The brighter the area the more overlaps that are present. 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 coverage_m.pgm file that shows areas on a bigmap that have been tiled at user specified resolutions. black means not covered while covered areas are bright. The brighter the area the more overlaps that are present.

Near the end of processing, there may be thousands of maplets. To speed up things up, the routine will read in [[LMRKLISTO.TXT]] if it exists. This file speeds up map_coverage because it directly tells the program which maplets to show rather than searching.
Line 11: Line 14:
 * Big map, name provided in stdin  * big map, name provided in stdin
Line 15: Line 18:
 * Filename (of a bigmap)  * filename (of a bigmap)
Line 20: Line 23:
 * Start and ending resolution  * min and max resolution of tiles (maplets) to show

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 coverage_m.pgm file that shows areas on a bigmap that have been tiled at user specified resolutions. black means not covered while covered areas are bright. The brighter the area the more overlaps that are present.

Near the end of processing, there may be thousands of maplets. To speed up things up, the routine will read in LMRKLISTO.TXT if it exists. This file speeds up map_coverage because it directly tells the program which maplets to show rather than searching.

Input - files

  • big map, name provided in stdin

Input - stdin

  • filename (of a bigmap)

 ZN0204
  • min and max resolution of tiles (maplets) to show

 0,.001 

Output

  • coverage_m.pgm - a regional map showing what has been tiled to the specified resolution

map_coverage.jpg


CategoryPrograms

map_coverage (last edited 2016-07-26 09:33:52 by BMittan)