<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0);">
<div style="font-size: 14px; font-family: Calibri, sans-serif;">Once upon a time we were able to request GeoTIFF imagery through mapserver and have gdalinfo report the following as the coordinate system:</div>
<div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<blockquote style="margin:0 0 0 40px; border:none; padding:0px;">
<div><font face="Consolas" style="font-size: 12px;">PROJCS["unnamed",</font></div>
<div><font face="Consolas" style="font-size: 12px;">    GEOGCS["WGS 84",</font></div>
<div><font face="Consolas" style="font-size: 12px;">        DATUM["WGS_1984",</font></div>
<div><font face="Consolas" style="font-size: 12px;">            SPHEROID["WGS 84",6378137,298.257223563,</font></div>
<div><font face="Consolas" style="font-size: 12px;">                AUTHORITY["EPSG","7030"]],</font></div>
<div><font face="Consolas" style="font-size: 12px;">            AUTHORITY["EPSG","6326"]],</font></div>
<div><font face="Consolas" style="font-size: 12px;">        PRIMEM["Greenwich",0],</font></div>
<div><font face="Consolas" style="font-size: 12px;">        UNIT["degree",0.0174532925199433],</font></div>
<div><font face="Consolas" style="font-size: 12px;">        AUTHORITY["EPSG","4326"]],</font></div>
<div><font face="Consolas" style="font-size: 12px;">    PROJECTION["Polar_Stereographic"],</font></div>
<div><font face="Consolas" style="font-size: 12px;">    PARAMETER["latitude_of_origin",70],</font></div>
<div><font face="Consolas" style="font-size: 12px;">    PARAMETER["central_meridian",-45],</font></div>
<div><font face="Consolas" style="font-size: 12px;">    PARAMETER["scale_factor",1],</font></div>
<div><font face="Consolas" style="font-size: 12px;">    PARAMETER["false_easting",0],</font></div>
<div><font face="Consolas" style="font-size: 12px;">    PARAMETER["false_northing",0],</font></div>
<div><font face="Consolas" style="font-size: 12px;">    UNIT["metre",1,</font></div>
<div><font face="Consolas" style="font-size: 12px;">        AUTHORITY["EPSG","9001"]]]</font></div>
</blockquote>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">We’ve since changed to a new environment and version of mapserver (7.0.1 on Centos), and cannot get back to this capability. We now see this, which is the CS for the source imagery:</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div>
<blockquote style="margin: 0px 0px 0px 40px; border: none; padding: 0px;">
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">LOCAL_CS["WGS 84 / NSIDC Sea Ice Polar Stereographic North",</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">    GEOGCS["WGS 84",</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">        DATUM["WGS_1984",</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">            SPHEROID["WGS 84",6378137,298.257223563,</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">                AUTHORITY["EPSG","7030"]],</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">            AUTHORITY["EPSG","6326"]],</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">        PRIMEM["Greenwich",0],</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">        UNIT["degree",0.0174532925199433],</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">        AUTHORITY["EPSG","4326"]],</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">    AUTHORITY["EPSG","3413"],</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">    UNIT["metre",1]]</font></span></p>
</blockquote>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">I’ve tried to override it by adding the following PROJECTION definition at the top of our mapfile as well as in the relevant LAYER, but that doesn’t seem to do the trick.</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div>
<blockquote style="margin:0 0 0 40px; border:none; padding:0px;">
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">  PROJECTION</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">    "proj=stere"</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">    "lat_0=90"</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">    "lat_ts=70"</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">    "lon_0=-45"</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">    "k=1"</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">    "x_0=0"</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">    "y_0=0"</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">    "ellps=WGS84"</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">    "datum=WGS84"</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">    "units=m"</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">    "no_defs"</font></span></p>
<p style="margin: 0px; line-height: normal; background-color: rgb(255, 255, 255);">
<span style="font-variant-ligatures: no-common-ligatures; font-size: 12px;"><font face="Consolas">  END</font></span></p>
</blockquote>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">Thoughts?</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;"><br>
</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">Thanks,</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">Matt</div>
<div style="font-size: 14px; font-family: Calibri, sans-serif;">
<div>.................................................................</div>
<div><span class="Apple-style-span" style="font-family: 'Lucida Grande';"><span style="font-size: 11pt;">Matthew Cechini</span></span></div>
<div><span style="font-size: 13px; font-family: 'Lucida Grande';">Contractor, Science Systems and Applications, Inc.</span></div>
<div><span style="font-size: 10pt; font-family: 'Lucida Grande';">NASA GIBS Systems/Software Engineer</span></div>
<div><span class="Apple-style-span" style="font-family: 'Lucida Grande';"><font size="2"><span style="font-size: 10pt;">410.205.6272</span></font></span></div>
</div>
</body>
</html>