Differences between revisions 9 and 11 (spanning 2 versions)
Revision 9 as of 2015-05-06 11:15:24
Size: 772
Editor: localhost
Comment: converted to 1.6 markup
Revision 11 as of 2016-05-17 16:38:50
Size: 807
Editor: DianeLambert
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from panaroma.e
Line 4: Line 5:
= panaroma.e = = panaroma =

(!) This code was developed for the Mercator Project (LASER Program). The code uses Gaskell's basic infrastructure and data files.

panaroma

Panaroma will take a big map, and generate a 360 degree view of the surface.

Input - files

  • none

Input - stdin

  • Bigmap - 6 character name of a bigmap
  • Location - x, y, z of where to make the image. X and y are based on pixels within the bigmap (rather than lat/lon or meters). Z is meters above the surface. {{{#Example 123456 390, 1990, 10 }}}

Output

  • PANORAMA.pgm - The image file (in pgm format). Currently, I've been using a version that has lines at N, E, S and W. ~epalmer

pan_example.jpg


CategoryPrograms CategoryMercator

panaroma (last edited 2018-05-05 21:20:04 by BMittan)