/usr/share/doc/gdl-coyote/html/precipmap.html is in gdl-coyote 2016.11.13-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | <html>
<head>
<TITLE>coyote: PRECIPMAP</TITLE>
<style>
dt {font-weight: bold;}
</style>
</head>
<body>
<H1><a href="index.html">coyote</a>: PRECIPMAP</H1>
<ul>
<li><a href=Map_Projections.html>coyote/Map Projections</a></li>
<li><a href="/usr/share/gnudatalanguage/coyote/precipmap.pro">[Source code]</a></li>
</ul>
<dl>
<dt>NAME</dt>
<dd><pre>
PrecipMap
</pre></dd>
</dl>
<dl>
<dt>PURPOSE</dt>
<dd><pre>
This is a program that demonstrates how to place an IDL map projection
onto an image that is already in a map projection space. It uses a NOAA
precipitation image that is in a polar stereographic map projection, and
for which the latitudes and longitudes of its four corners are known.
For additional details, see http://www.idlcoyote.com/map_tips/precipmap.html.
</pre></dd>
</dl>
<dl>
<dt>AUTHOR</dt>
<dd><pre>
FANNING SOFTWARE CONSULTING
David Fanning, Ph.D.
1645 Sheely Drive
Fort Collins, CO 80526 USA
Phone: 970-221-0438
E-mail: david@idlcoyote.com
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
</pre></dd>
</dl>
<dl>
<dt>CATEGORY</dt>
<dd><pre>
Map Projection
</pre></dd>
</dl>
<dl>
<dt>CALLING SEQUENCE</dt>
<dd><pre>
IDL> PrecipMap, filename
</pre></dd>
</dl>
<dl>
<dt>INPUTS</dt>
<dd><pre>
filename: The name of the precipitation file. For demo, download
ST4.2005010112.24h.bin from http://www.idlcoyote.com/data/ST4.2005010112.24h.bin.
</pre></dd>
</dl>
<dl>
<dt>KEYWORDS</dt>
<dd><pre>
DATA: Set this keyword to a named variable that on output will contain the scaled data.
PALETTE: Set this keyword to a named variable that on output will contain the color
palette used to display the data.
</pre></dd>
</dl>
<dl>
<dt>RESTRICTIONS</dt>
<dd><pre>
Requires files from the Coyote Library:
http://www.idlcoyote.com/documents/programs.html
</pre></dd>
</dl>
<dl>
<dt>MODIFICATION HISTORY</dt>
<dd><pre>
Written by David W. Fanning, 28 April 2006 from code and discussion supplied
by James Kuyper in the IDL newsgroup.
Renamed Colorbar procedure to cgColorbar to avoid conflict with IDL 8 Colorbar function.
26 September 2010. DWF.
Got the polar stereo map projection correct. 5 September 2011. DWF.
Added DATA, MAP, and PALETTE output keywords and updated to use more modern Coyote
Library mapping routines. 2 November 2012. DWF.
</pre></dd>
</dl>
</body>
</html>
|