<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.2.5">
</HEAD>
<BODY>
On Thu, 2005-07-07 at 13:02 -0500, William K wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">On Jul 7, 2005, at 12:31 PM, Gerald I. Evenden wrote:</FONT>

<FONT COLOR="#000000">&gt; First. &quot;trillion&quot; seems to have a ambiguous definition in Kdict so  </FONT>
<FONT COLOR="#000000">&gt; I am not sure about</FONT>
<FONT COLOR="#000000">&gt; your what you mean here.  Is it greater or lesser than a  </FONT>
<FONT COLOR="#000000">&gt; gazillion?  :-) sorry about my humor.</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">I think trillion is a standard thing - the next step beyond a  </FONT>
<FONT COLOR="#000000">billion, 1,000,000,000,000.</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
Perhaps it is.&nbsp; I've only seen reference to the number describing our US national debt---<BR>
far too large a value to comprehend.&nbsp; In practice here I prefer either the number or range<BR>
in powers of 10.<BR>
<BR>
Alas, the solution to the problem if you wish to fix your own copy of the source is to<BR>
remove the reference to the earth's radius in PJ_ocea.c.&nbsp; The first two executable<BR>
statements just after the entry ENTRY0(ocea) read<BR>
<BR>
P-&gt;rok = P-&gt;a / P-&gt;k0;<BR>
P-&gt;rtk = P-&gt;a * P-&gt;k0;<BR>
<BR>
Change the &quot;P-&gt;a&quot; to &quot;1.&quot; on both lines.&nbsp; Simplify the second line if you like.&nbsp; I suspect<BR>
that this error has persisted over a long line of releases and versions and points to the<BR>
folly of using a unity earth radius as a test value (see p. 279, PP 1395).&nbsp; Also shows how<BR>
often ocea is used.&nbsp; This is such a dumb error.&nbsp; Only one projection references the<BR>
earth's radius (or major axis).<BR>
        ---<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">'proj -le' lists all the ellipoids supported, and sphere is there  </FONT>
<FONT COLOR="#000000">('Normal sphere', r=6370997).  I have no seg faults with it.  I get a  </FONT>
<FONT COLOR="#000000">more graceful bail with unknown ellipsoids.</FONT>

</PRE>
</BLOCKQUOTE>
That is old PROJ4 stuff.&nbsp; Libproj4 does not list &quot;sphere&quot; as the value given is really only of interest<BR>
to NA users and a holdover from Snyder.&nbsp; The equivalent in more recent versions is<BR>
&quot;+ellps=clrk66 +R_A&quot; which generates a radius of a sphere with equivalent surface<BR>
area to the Clarke ellipsoid.&nbsp; See p. 7 of the Release 4 Interim Report.&nbsp; There are several<BR>
other variants of radius being derived from the ellipsoid that are described on page 7.<BR>
You can test the results with the -V option.<BR>
<BR>
---<BR>
<BR>
I have a handle on the error I was having which was related to error reporting by lproj.<BR>
I believe it is a problem with my inhouse version and will be fixed before the next release.
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">_______________________________________________</FONT>
<FONT COLOR="#000000">Proj mailing list</FONT>
<FONT COLOR="#000000"><A HREF="mailto:Proj@xserve.flids.com">Proj@xserve.flids.com</A></FONT>
<FONT COLOR="#000000"><A HREF="http://xserve.flids.com/mailman/listinfo/proj">http://xserve.flids.com/mailman/listinfo/proj</A></FONT>
</PRE>
</BLOCKQUOTE>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-- 
_____________________________________________________________
Jerry and the Low Riders: Daisy Mae and Joshua
&quot;The most certain test by which we judge whether a country is
really free is the amount of security enjoyed by minorities&quot;
---Lord Acton, 1907 
</PRE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>