Differences between revisions 6 and 13 (spanning 7 versions)
Revision 6 as of 2016-01-15 10:36:42
Size: 535
Comment:
Revision 13 as of 2016-01-26 10:26:59
Size: 855
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Generates coverage for a limited area (bigmap) of what has been tiled and processed (as per landmark files) Compiled by KD
Line 6: Line 6:
=== Input - files ===
 * Big map, name provided in stdin
== Description ==
Line 9: Line 8:
=== Input - stdin === 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.
Line 11: Line 10:
 * Filename (of a bigmap) == Input - files ==
 * big map, name provided in stdin

== Input - stdin ==

 * filename (of a bigmap)
Line 16: Line 20:
 * Start and ending resolution (in km?)  * min and max resolution of tiles (maplets) to show
Line 18: Line 22:
 0,.1  0,.001
Line 21: Line 25:
=== Output === == Output ==

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.

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)