Richard,<br>
<br>
<div><span class="gmail_quote">On 10/6/05, <b class="gmail_sendername">Richard A. Milewski</b> &lt;<a href="mailto:ram@rampage.net">ram@rampage.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  
  


I'm trying to use some government map rasters (tifs) in Mapserver.&nbsp; The
specs that come with the tif's list the projection information as:<br>
<dl><dd><dl><dd><dl><dd>
            <dl><dt><em>Map_Projection:</em> </dt><dd>
                <dl><dt><em>Map_Projection_Name:</em> Lambert Conformal
Conic</dt></dl></dd></dl></dd></dl>
      </dd></dl>
  </dd></dl>
I'm trying understand how to translate that into the PROJECTION clause
in a Mapserver layer specification in a .MAP file.<br>
My best guess (...and I am guessing...) is:<br>
<br>
PROJECTION<br>
&nbsp;&nbsp;&nbsp; proj=lcc <br>
&nbsp;&nbsp;&nbsp; lat_1=38.666670<br>
&nbsp;&nbsp;&nbsp; lat_2=33.333330 <br>
&nbsp;&nbsp;&nbsp; lat_0=38.333330<br>
&nbsp;&nbsp;&nbsp; lon_0=-121.466670 <br>
&nbsp;&nbsp;&nbsp; x_0=0.000000<br>
&nbsp;&nbsp;&nbsp; y_0=0.000000<br>
&nbsp;&nbsp;&nbsp; ellps=GRS80 <br>
&nbsp;&nbsp;&nbsp; units=m <br>
&nbsp;&nbsp;&nbsp; no_defs <br>
&nbsp;END<br>
<br><span class="sg">
</span></blockquote></div>
<br>
&nbsp;I believe there are two things that might help:<br>
<br>
1. Try switching the lat_1 and lat_2&nbsp; (lat_1 is the first standard
parrallel which most likely means the southern-most parallel)<br>
<br>
2. Add &quot;datum=nad83&quot; <br>
<br>
If that doesn't do it, check out
<a href="http://www.remotesensing.org/geotiff/proj_list/lambert_conic_conformal_2sp.html">http://www.remotesensing.org/geotiff/proj_list/lambert_conic_conformal_2sp.html</a>
. In general it's just a great resource for finding projection info.<br>
<br>
Hope this helps,<br>
-- <br>Matt Perry<br><a href="mailto:perrygeo@gmail.com">perrygeo@gmail.com</a><br><a href="http://www.perrygeo.net">http://www.perrygeo.net</a>