<HTML>
<HEAD>
<TITLE>more proj4 inconsistencies in g.proj</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Paul and Glyn,<BR>
<BR>
I've been tearing my hair out for 2 days over what I thought was a Python problem only to discover that it's another inconsistency with the projection information files--with ellipse.table again. <BR>
<BR>
For example, the line for wgs84 is...<BR>
<BR>
wgs84 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;World Geodetic System 1984&quot; &nbsp;&nbsp;&nbsp;a=6378137.000 &nbsp;&nbsp;&nbsp;f=1/298.257223563<BR>
<BR>
But for it to be read into g.proj in acceptable format, it needs to be...<BR>
<BR>
wgs84 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;World Geodetic System 1984&quot; &nbsp;&nbsp;&nbsp;a=6378137.000 &nbsp;&nbsp;rf=298.257223563<BR>
<BR>
That is, 1/298.257223563 needs to be 298.257223563<BR>
<BR>
Why is it 1/298.257223563? Is this correct in some kind of format acceptable to g.proj?<BR>
<BR>
Anyway, with this solved, the location wizard works for all except xy locations (suggestions on how to make?) and extents.<BR>
<BR>
Michael<BR>
<BR>
<BR>
<BR>
__________________________________________<BR>
Michael Barton, Professor of Anthropology<BR>
Director of Graduate Studies<BR>
School of Human Evolution &amp; Social Change &nbsp;&nbsp;&nbsp;<BR>
Center for Social Dynamics &amp; Complexity<BR>
Arizona State University<BR>
<BR>
phone: 480-965-6213<BR>
fax: 480-965-7671<BR>
www: <a href="http://www.public.asu.edu/~cmbarton">http://www.public.asu.edu/~cmbarton</a> <BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>