Differences between revisions 2 and 15 (spanning 13 versions)
Revision 2 as of 2011-11-29 17:14:32
Size: 350
Editor: EricPalmer
Comment:
Revision 15 as of 2011-11-30 12:16:21
Size: 724
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[http://xkcd.com/|{{http://imgs.xkcd.com/comics/rtfm.png|Thanks to xkcd.com!|align="right"}}|class=noicon]]
Line 5: Line 6:
=== Input ===
 * stdin:
 0,.1 (start and ending resolution)
 * files: view_maps.in (you get this from using ["update_infiles.e"])
{{{#!wiki warning
 Note::: This is just a note
}}}



=== Input - files ===
 * view_maps.in (you get this from using ["update_infiles.e"])

=== Input - stdin ===

 * Typically 2 - Should you include all the landmarks (maplets) or a subsection.
{{{
  0. All maps
  1. Maps with lmks or limbs
  2. Maps with lmks
}}}

 * 0,.1 (start and ending resolution)
Line 12: Line 28:
----
CategoryPrograms

Thanks to xkcd.com!

coverage

Generates global coverage of what has been tiled and processed (as per landmark files)

Note:
This is just a note

Input - files

  • view_maps.in (you get this from using ["update_infiles.e"])

Input - stdin

  • Typically 2 - Should you include all the landmarks (maplets) or a subsection.

  0. All maps
  1. Maps with lmks or limbs
  2. Maps with lmks
  • 0,.1 (start and ending resolution)

Output

  • coverage_g.pgm - a global map showing what has been tiled to the specified resolution


CategoryPrograms

coverage (last edited 2018-05-06 11:06:52 by BMittan)