Differences between revisions 14 and 17 (spanning 3 versions)
Revision 14 as of 2016-01-26 10:31:07
Size: 1003
Comment:
Revision 17 as of 2016-02-01 10:38:37
Size: 1254
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Compiled by KD
Line 8: Line 7:
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. This program generates coverage for a limited area (bigmap) of what has been tiled and processed. '''map_coverage''' produces a '''coverage_m.pgm''' file that shows areas on a bigmap that have been tiled at user specified resolutions. In the image, black means the area is not covered by a maplet while covered areas are bright. The brighter the area, the more maplets overlap that area.
Line 10: Line 9:
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. Near the end of processing, there may be thousands of maplets. To speed things up, the routine will read in [[LMRKLISTO.TXT]] if it exists. This file speeds up '''map_coverage''' by telling the program exactly which maplets to show rather than having it search.
Line 12: Line 11:
=== Input Files ===
 * '''big map''' - a name provided in '''stdin'''
Line 13: Line 14:
== Input - files ==
 * big map, name provided in stdin
=== Output Files ===
 * '''coverage_m.pgm''' - a regional map showing what has been tiled to the specified resolution
Line 16: Line 17:
== Input - stdin == == Using map_coverage ==
Line 18: Line 19:
 * filename (of a bigmap)  1. Input the filename of a bigmap:
Line 23: Line 25:
 * min and max resolution of tiles (maplets) to show  1.#2 Input the min and max resolution of tiles (maplets) to show:
Line 28: Line 30:
== Output ==
 * coverage_m.pgm - a regional map showing what has been tiled to the specified resolution
Here is a sample output from '''map_coverage''':
Line 31: Line 33:
----
----------
''Compiled by KD''

map_coverage

Description

This program generates coverage for a limited area (bigmap) of what has been tiled and processed. map_coverage produces a coverage_m.pgm file that shows areas on a bigmap that have been tiled at user specified resolutions. In the image, black means the area is not covered by a maplet while covered areas are bright. The brighter the area, the more maplets overlap that area.

Near the end of processing, there may be thousands of maplets. To speed things up, the routine will read in LMRKLISTO.TXT if it exists. This file speeds up map_coverage by telling the program exactly which maplets to show rather than having it search.

Input Files

  • big map - a name provided in stdin

Output Files

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

Using map_coverage

  1. Input the filename of a bigmap:

 ZN0204
  1. Input the min and max resolution of tiles (maplets) to show:

 0,.001 

Here is a sample output from map_coverage:

map_coverage.jpg


Compiled by KD

CategoryPrograms

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