Differences between revisions 5 and 8 (spanning 3 versions)
Revision 5 as of 2016-05-17 16:39:06
Size: 692
Editor: DianeLambert
Comment:
Revision 8 as of 2018-05-05 20:12:24
Size: 765
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
= showmap.e = = showmap =
Line 4: Line 4:
This takes a bigmap and generates an image of that specific map. The view is from directly above with a limited shaded relief. There are no controls to adjust the Sun angle. ||Category D||Version 3.0||
Line 6: Line 6:
=== Input - files ===
 * Bigmap - Filename given via stdin. The file must be in the MAPFILES subdirectory.
== Description ==
'''showmap''' takes a [[bigmap]] and generates an image of that specific map. The view is from directly above with a limited shaded relief. There are no controls to adjust the Sun angle.
Line 9: Line 9:
=== Input - stdin === == Input Files ==
 * '''Bigmap''' - Filename given via stdin. The file must be in the [[MAPFILES]] subdirectory.

== Input stdin ==
Line 12: Line 15:
Line 16: Line 20:
=== Output ===
 * Generates an image (pgm) format from the bigmap. The output name is the same as the filename, except it has a different extension.
== Output Files ==
 * Generates an image (pgm) format from the [[bigmap]]. The output name is the same as the filename, except it has a different extension.

showmap

Category D

Version 3.0

Description

showmap takes a bigmap and generates an image of that specific map. The view is from directly above with a limited shaded relief. There are no controls to adjust the Sun angle.

Input Files

  • Bigmap - Filename given via stdin. The file must be in the MAPFILES subdirectory.

Input stdin

  • The 6 character name of a bigmap. The suffix ".MAP" will be added by the program.

  123456

Output Files

  • Generates an image (pgm) format from the bigmap. The output name is the same as the filename, except it has a different extension.

bigmap_image.jpg


CategoryPrograms

showmap (last edited 2018-05-05 21:20:35 by BMittan)