/usr/share/doc/geographiclib/html/index.html is in geographiclib-doc 1.45-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 99 100 101 | <!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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>GeographicLib: GeographicLib library</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script src="/usr/share/javascript/mathjax/MathJax.js/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">GeographicLib
 <span id="projectnumber">1.45</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li class="current"><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related 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>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title"><a class="el" href="namespaceGeographicLib.html" title="Namespace for GeographicLib. ">GeographicLib</a> library </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="section author"><dt>Author</dt><dd>Charles F. F. Karney (<a href="#" onclick="location.href='mai'+'lto:'+'cha'+'rl'+'es@'+'ka'+'rne'+'y.'+'com'; return false;">charl<span style="display: none;">.nosp@m.</span>es@k<span style="display: none;">.nosp@m.</span>arney<span style="display: none;">.nosp@m.</span>.com</a>) </dd></dl>
<dl class="section version"><dt>Version</dt><dd>1.45 </dd></dl>
<dl class="section date"><dt>Date</dt><dd>2015-09-30</dd></dl>
<h1><a class="anchor" id="abstract"></a>
Abstract</h1>
<p><a class="el" href="namespaceGeographicLib.html" title="Namespace for GeographicLib. ">GeographicLib</a> is a small set of <a href="annotated.html">C++ classes</a> for performing conversions between geographic, UTM, UPS, <a class="el" href="classGeographicLib_1_1MGRS.html" title="Convert between UTM/UPS and MGRS. ">MGRS</a>, geocentric, and local cartesian coordinates, for gravity (e.g., EGM2008), geoid height and geomagnetic field (e.g., WMM2015) calculations, and for solving geodesic problems. The emphasis is on returning accurate results with errors close to round-off (about 5–15 nanometers). Accurate algorithms for <a class="el" href="geodesic.html">Geodesics on an ellipsoid of revolution</a> and <a class="el" href="transversemercator.html">Transverse Mercator projection</a> have been developed for this library. The functionality of the library can be accessed from user code, from the <a class="el" href="utilities.html">Utility programs</a> provided, or via the <a class="el" href="other.html">Implementations in other languages</a>. Also included is a .NET wrapper library <a href="NET/index.html">NETGeographicLib</a> which exposes the functionality to .NET applications. For a sample of the geodesic capabilities in JavaScript, check out the <a href="../scripts/geod-calc.html">online geodesic calculator</a> and the script for displaying <a href="../scripts/geod-google.html">geodesics in Google Maps</a></p>
<p>This library is <em>not</em> a general purpose projection library; use <a href="https://github.com/OSGeo/proj.4/wiki">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>.</p>
<h1><a class="anchor" id="download"></a>
Download</h1>
<p>The main project page is at</p><ul>
<li><a href="https://sourceforge.net/projects/geographiclib">https://sourceforge.net/projects/geographiclib </a></li>
</ul>
<p>The code is available for download at</p><ul>
<li><a href="https://sf.net/projects/geographiclib/files/distrib/GeographicLib-1.45.tar.gz">GeographicLib-1.45.tar.gz</a></li>
<li><a href="https://sf.net/projects/geographiclib/files/distrib/GeographicLib-1.45.zip">GeographicLib-1.45.zip</a></li>
</ul>
<p>as either a compressed tar file (tar.gz) or a zip file. (The two archives have identical contents, except that the zip file has DOS line endings.) Alternatively you can get the latest release using git </p><pre class="fragment"> git clone git://git.code.sf.net/p/geographiclib/code geographiclib
</pre><p> Each release is tagged, e.g., with r1.45. There are also binary installers available for some platforms. See <a class="el" href="install.html#binaryinst">Using a binary installer</a>.</p>
<p><a class="el" href="namespaceGeographicLib.html" title="Namespace for GeographicLib. ">GeographicLib</a> is licensed under the <a href="http://www.opensource.org/licenses/MIT">MIT/X11 License</a>; see <a href="LICENSE.txt">LICENSE.txt</a> for the terms. For more information, see <a href="http://geographiclib.sourceforge.net/">http://geographiclib.sourceforge.net/</a>.</p>
<h1><a class="anchor" id="contents"></a>
Contents</h1>
<ul>
<li><a class="el" href="intro.html">Introduction</a></li>
<li><a class="el" href="install.html">Installing GeographicLib</a></li>
<li><a class="el" href="start.html">Getting started</a></li>
<li><a class="el" href="utilities.html">Utility programs</a></li>
<li><a class="el" href="organization.html">Code organization</a></li>
<li><a class="el" href="other.html">Implementations in other languages</a></li>
<li><a class="el" href="geoid.html">Geoid height</a></li>
<li><a class="el" href="gravity.html">Gravity models</a></li>
<li><a class="el" href="magnetic.html">Magnetic models</a></li>
<li><a class="el" href="geodesic.html">Geodesics on an ellipsoid of revolution</a></li>
<li><a class="el" href="triaxial.html">Geodesics on a triaxial ellipsoid</a></li>
<li><a class="el" href="jacobi.html">Jacobi's conformal projection</a></li>
<li><a class="el" href="rhumb.html">Rhumb lines</a></li>
<li><a class="el" href="greatellipse.html">Great Ellipses</a></li>
<li><a class="el" href="transversemercator.html">Transverse Mercator projection</a></li>
<li><a class="el" href="geocentric.html">Geocentric coordinates</a></li>
<li><a class="el" href="auxlat.html">Auxiliary latitudes</a></li>
<li><a class="el" href="highprec.html">Support for high precision arithmetic</a></li>
<li><a class="el" href="changes.html">Change log</a></li>
</ul>
<center> Forward to <a class="el" href="intro.html">Introduction</a>. </center> </div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|