Differences between revisions 1 and 21 (spanning 20 versions)
Revision 1 as of 2011-11-29 17:46:30
Size: 463
Editor: EricPalmer
Comment:
Revision 21 as of 2016-07-26 09:33:52
Size: 1333
Editor: BMittan
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) ||Category B||Version 3.0||
Line 5: Line 6:
=== Input - files ===
 * view_maps.in (you get this from using ["update_infiles.e"])
== Description ==
Line 8: Line 8:
=== Input - stdin === 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 10:
 * Filename (of a bigmap) 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 ===
 * '''bigmap''' - 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:
Line 15: Line 26:
 * Start and ending resolution (in km?)  1.#2 Input the min and max resolution of tiles (maplets) to show:
Line 17: Line 28:
 0,.1  0,.001
Line 20: Line 31:
=== Output ===
 * coverage_g.pgm - a global map showing what has been tiled to the specified resolution
Here is a sample output from '''map_coverage''':

{{attachment:map_coverage.jpg}}

'''Figure 00: Example of map_coverage Output'''

----------
''Compiled by KD''

CategoryPrograms

map_coverage

Category B

Version 3.0

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

  • bigmap - 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

Figure 00: Example of map_coverage Output


Compiled by KD

CategoryPrograms

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