<div dir="ltr">Hi Even and QGIS users,<div><br></div><div>Thanks for the reply.<br><div><br></div><div>I open the metadata of my raster file and copy the projection string:</div><div><br></div><div>+proj=sinu +lon_0=30 +x_0=0 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs<br>


</div><div><br></div><div>I used the projection string in the metadata to modify my custom projection. But still it won't overlay...I open the .hdr file of my raster file, and here is the metadata:</div><div><br></div>

<div><div>ENVI</div><div>description = {</div><div>  Applied Mask Result [Mon Oct 21 11:27:39 2013]}</div><div>samples = 4800</div><div>lines   = 4800</div><div>bands   = 368</div><div>header offset = 0</div><div>file type = ENVI Standard</div>

<div>data type = 1</div><div>interleave = bip</div><div>sensor type = Unknown</div><div>byte order = 0</div><div>map info = {Sample Sinusoidal, 1.0000, 1.0000, 13343406.2363, 2223901.0393, 2.3165635826e+002, 2.3165635826e+002, WGS-84, units=Meters}</div>

<div>coordinate system string = {PROJCS["Sample Sinusoidal",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Sinusoidal"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",30.0],UNIT["Meter",1.0]]}</div>

<div>wavelength units = Unknown</div><div>band names = {</div></div><div class="gmail_extra"><br></div><div class="gmail_extra">What could be the possible parameter(s) that I did not include in my projection string?</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">Thanks again,</div><div class="gmail_extra">-Leo</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 8, 2014 at 6:03 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
> The *+b *is the semi-minor axis right? If so, the values 298 is I think<br>
> weird.<br>
<br>
298.xxx is a typical value for the reverse flattening, not the semi-minor axis.<br>
So you should use +rf instead of +b<br>
But as those values are in fact the definition of the WGS84 ellipsoid, you<br>
could more simply replace the "+a=xxxx +rf=xxxx" by +ellps=WGS84<br>
<span><font color="#888888"><br>
--<br>
Geospatial professional services<br>
<a href="http://even.rouault.free.fr/services.html" target="_blank">http://even.rouault.free.fr/services.html</a><br>
</font></span></blockquote></div><div dir="ltr"><br><input type="hidden"><input type="hidden"><div></div></div>
</div></div></div>