Differences between revisions 5 and 12 (spanning 7 versions)
Revision 5 as of 2015-05-06 11:15:25
Size: 494
Editor: localhost
Comment: converted to 1.6 markup
Revision 12 as of 2016-01-25 11:03:27
Size: 824
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from map_coverage.e
Line 3: Line 4:
Generates coverage for a limited area (bigmap) of what has been tiled and processed (as per landmark files) Compiled by KD
Line 5: Line 6:
=== Input - files === == 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. black means not covered while covered areas are bright. The brighter the area the more overlaps that are present.

== Input - files ==
Line 8: Line 13:
=== Input - stdin === == Input - stdin ==
Line 15: Line 20:
 * Start and ending resolution (in km?)  * Start and ending resolution
Line 17: Line 22:
 0,.1  0,.001
Line 20: 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 .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
  • Start and ending resolution

 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)