Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2011-11-29 17:46:30
Size: 463
Editor: EricPalmer
Comment:
Revision 8 as of 2016-01-15 10:40:01
Size: 677
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) 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.
Line 5: Line 6:
=== Input - files ===
 * view_maps.in (you get this from using ["update_infiles.e"])
== Input - files ==
 * Big map, name provided in stdin
Line 8: Line 9:
=== Input - stdin === == Input - stdin ==
Line 20: Line 21:
=== Output ===
 * coverage_g.pgm - a global map showing what has been tiled to the specified resolution
== Output ==
 * coverage_m.pgm - a regional map showing what has been tiled to the specified resolution
{{attachment:map_coverage.jpg}}
----
CategoryPrograms

map_coverage

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.

Input - files

  • Big map, name provided in stdin

Input - stdin

  • Filename (of a bigmap)

 ZN0204
  • Start and ending resolution (in km?)

 0,.1 

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)