This file is indexed.

/usr/share/doc/geographiclib/html/index.html is in geographiclib-tools 1.8-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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>GeographicLib: Geographic library</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul class="tablist">
      <li class="current"><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<h1>Geographic library </h1>  </div>
</div>
<div class="contents">
<dl class="author"><dt><b>Author:</b></dt><dd><a href="http://charles.karney.info/">Charles Karney</a> &lt;<a href="mailto:charles@karney.com">charles@karney.com</a>&gt; </dd></dl>
<dl class="version"><dt><b>Version:</b></dt><dd>1.8 </dd></dl>
<dl class="date"><dt><b>Date:</b></dt><dd>2011-02-22</dd></dl>
<h2><a class="anchor" id="abstract"></a>
Abstract</h2>
<p>GeographicLib is a small set of <a href="annotated.html">C++ classes</a> for performing conversions between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for geoid height calculations, and for solving geodesic problems. The emphasis is on returning accurate results with errors close to round-off (about 5&ndash;15 nm). In addition, various properties of the <a class="el" href="transversemercator.html">Transverse Mercator Projection</a> are described and an accurate algorithm for <a class="el" href="geodesic.html">Geodesics on the Ellipsoid</a> is given.</p>
<p>This library is <em>not</em> a general purpose projection library; use <a href="http://trac.osgeo.org/proj/">proj.4</a> for that. On the other hand, it does provide the core functionality offered by <a href="http://earth-info.nima.mil/GandG/geotrans/">geotrans</a> and it cures several of the defects of that package.</p>
<h2><a class="anchor" id="download"></a>
Download</h2>
<p>The main project page is at</p>
<ul>
<li><a href="http://sf.net/projects/geographiclib">http://sf.net/projects/geographiclib </a></li>
</ul>
<p>The code is available for download at</p>
<ul>
<li><a href="http://sf.net/projects/geographiclib/files/distrib/geographiclib-1.8.tar.gz/download">geographiclib-1.8.tar.gz</a></li>
<li><a href="http://sf.net/projects/geographiclib/files/distrib/geographiclib-1.8.zip/download">geographiclib-1.8.zip</a></li>
</ul>
<p>as either a compressed tar file (tar.gz) or a zip file. (The two archives have identical contents.)</p>
<p>It is licensed under the <a href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html">LGPL</a>. For more information, see <a href="http://geographiclib.sourceforge.net/">http://geographiclib.sourceforge.net/</a></p>
<h2><a class="anchor" id="contents"></a>
Contents</h2>
<ul>
<li><a class="el" href="intro.html">Introduction</a></li>
<li><a class="el" href="start.html">Getting Started</a></li>
<li><a class="el" href="organization.html">Code organization</a></li>
<li><a class="el" href="transversemercator.html">Transverse Mercator Projection</a><ul>
<li><a class="el" href="transversemercator.html#testmerc">Test data for the transverse Mercator projection</a></li>
<li><a class="el" href="transversemercator.html#tmseries">Series approximation for transverse Mercator</a></li>
</ul>
</li>
<li><a class="el" href="geodesic.html">Geodesics on the Ellipsoid</a><ul>
<li><a class="el" href="geodesic.html#testgeod">Test data for geodesics</a></li>
<li><a class="el" href="geodesic.html#geodseries">Expansions for geodesics</a></li>
</ul>
</li>
<li><a class="el" href="geocentric.html">Geocentric coordinates</a></li>
<li><a class="el" href="geoid.html">Geoid height</a><ul>
<li><a class="el" href="geoid.html#geoidinst">Installing the datasets</a></li>
<li><a class="el" href="geoid.html#geoidformat">The format of the geoid data files</a></li>
<li><a class="el" href="geoid.html#geoidinterp">Interpolating the geoid data</a></li>
<li><a class="el" href="geoid.html#geoidcache">Caching the geoid data</a></li>
<li><a class="el" href="geoid.html#testgeoid">Test data for geoids</a></li>
</ul>
</li>
<li><a class="el" href="utilities.html">Utility Programs</a></li>
<li><a class="el" href="old.html">Old Versions</a></li>
</ul>
<center> Forward to <a class="el" href="intro.html">Introduction</a>. </center> </div>
<hr class="footer"/><address class="footer"><small>Generated on Tue Feb 22 2011 for GeographicLib by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
</body>
</html>