Mikael,<div><br></div><div>Thanks very much for a very clear definition of the problem. Indeed, the Malayan Monster has many heads! And thank you for submitting the ticket. I hope Frank can do something about it.</div><div>

<br></div><div>I have seen the  +no_uoff flag mentioned but I didn&#39;t see it used in omerc.c trunk. I started using qgis from 1.6 for my current project but I now prefer to use 1.7-dev. </div><div><br></div><div>In qgis 1.7, the +gamma parameter is absent from the main projections list, but if I add it in as a custom crs, it does have an effect. see my diagram B previously. So I assume qgis 1.7 on OSGeo4W uses the latest proj4 build, whatever that is - the shell say Rel. 4.7.1, 23 September 2009. This is another head of the monster, qgis srs.db which holds the proj4 strings, is not synced to the latest gdal espg database, which has the gamma parameter included.</div>

<div><br></div><div>Again, thanks for responding.</div><div><br></div><div>Regards</div><div><br></div><div><span style="font-size:large"><i><font face="garamond, serif"><b><font color="#FF6600">Hilmy</font></b></font></i></span><br>


<br><br><div class="gmail_quote">On Thu, Apr 28, 2011 at 4:03 PM, Mikael Rittri <span dir="ltr">&lt;<a href="mailto:Mikael.Rittri@carmenta.com">Mikael.Rittri@carmenta.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hello Hilmy!<br>
<div class="im"><br>
&gt; my apologies for bringing up this Malayan Monster again.<br>
<br>
</div>The Malayan Monster has at least three heads, and sometimes<br>
they grow back after they have been chopped off. ;-)<br>
<br>
1) To get variant A of Hotine Oblique Mercator, the<br>
   proj.4 omerc definition must include the +no_uoff flag.<br>
   This flag is missing from the epsg file in proj 4.7.0<br>
   and the trunk, but I think it was present in proj 4.6.1.<br>
   This should explain the large offset along the initial<br>
   line that you observed. I have now opened a ticket on<br>
   this: <a href="http://trac.osgeo.org/proj/ticket/104" target="_blank">http://trac.osgeo.org/proj/ticket/104</a><br>
<br>
2) The +gamma parameter was added to proj.4 fairly<br>
   recently, in March 2010, so I don&#39;t think it is<br>
   supported in proj 4.7.0, only in the trunk.<br>
   But I don&#39;t know what version of proj.4 is<br>
   used by Quantum GIS and Postgis.<br>
       I think the difference between supported<br>
   and unsupported +gamma could be hard to see on<br>
   the small-scale maps you attached, but it may<br>
   be visible if you zoom in on the area where<br>
   you also have cadastral data in Cassini-Soldner.<br>
<div class="im"><br>
   You wrote:<br>
   &gt; In QGis, versions 1.6 and up in OSGeo4W, the<br>
   &gt; default proj.4 string for EPSG:3168 and EPSG:3375<br>
   &gt; is without the +gamma parameter, so the projection<br>
   &gt; is not correct.<br>
<br>
</div>   Not necessarily. With older versions of proj.4,<br>
   you can implement the Malaysian instances of Hotine<br>
   Oblique Mercator by adding the +rot_conv flag. This<br>
   flag does not take a numerical value as +gamma does,<br>
   it just says:<br>
       &quot;The +gamma differs from +alpha, and +gamma<br>
        cannot be specified, but I know that this<br>
        projection is designed for a part of Malaysia.&quot;<br>
   (I am not sure what happens if you would specify<br>
    both +rot_conv and a value for +gamma.)<br>
<br>
3) You will need a datum shift as well, in the form<br>
   of +towgs84 parameters.  These are often missing<br>
   in proj&#39;s epsg file, for various reasons.<br>
<br>
   - For the new datum, GDM2000, use<br>
<br>
       +towgs84=0,0,0<br>
<br>
   This datum shift is missing from EPSG for some reason<br>
   (and therefore missing in proj&#39;s epsg file), but it<br>
   follows from the Anchor Definition of the datum,<br>
   which EPSG describes as &quot;ITRF 2000, epoch 2000.0&quot;,<br>
   meaning the datum is equivalent to WGS84 except for<br>
   the tectonic motions since 2000.<br>
<br>
   - For the datum Kertau(RSO) for West Malaysia, use<br>
<br>
       +towgs84=-11,851,5<br>
<br>
   which can be derived from the EPSG datum shift<br>
   &quot;Kertau (RSO) to WGS 84 (1)&quot;, EPSG:8659. The EPSG<br>
   represents this as a concatenated shift via &quot;Kertau 1968&quot;,<br>
   which explains why it is missing in proj&#39;s epsg file.<br>
   (Well, in the proj.4 trunk, this shift is used for the<br>
    &quot;Kertau 1968&quot; datum, but not for the &quot;Kertau(RSO)&quot; datum;<br>
    I must say I don&#39;t quite understand the reasons for<br>
    distinguishing these two datums.)<br>
   (In fact, the EPSG Remarks for the concatenated shift<br>
    seem to imply that it cannot be represented as a single<br>
    datum shift, but I think that&#39;s just wrong.<br>
    See also <a href="http://trac.osgeo.org/proj/ticket/38" target="_blank">http://trac.osgeo.org/proj/ticket/38</a> )<br>
   But note that the accuracy of this datum shift is said<br>
   to be only about 15 meters.  I suspect Malaysian authorities<br>
   know better datum shifts, but maybe they are classified<br>
   or proprietary.<br>
<br>
   - For the datum Timbalai 1948 for East Malaysia, use<br>
<br>
       +towgs84=-533.4,669.2,-52.5,0,0,4.28,9.4<br>
<br>
   This is the shift &quot;Timbalai 1948 to WGS 84 (4)&quot;, EPSG:1852,<br>
   which is said to have accuracy of 5 meters, at least offshore.<br>
   It also occurs in proj&#39;s epsg file in the trunk, but not<br>
   in 4.7.0 I think.<br>
<br>
Hope this helps,<br>
<br>
Mikael Rittri<br>
Carmenta<br>
Sweden<br>
<a href="http://www.carmenta.com" target="_blank">http://www.carmenta.com</a><br>
<br>
________________________________<br>
<br>
From: <a href="mailto:proj-bounces@lists.maptools.org">proj-bounces@lists.maptools.org</a> [mailto:<a href="mailto:proj-bounces@lists.maptools.org">proj-bounces@lists.maptools.org</a>] On Behalf Of Hilmy Hashim<br>
Sent: den 9 april 2011 13:55<br>
To: <a href="mailto:proj@lists.maptools.org">proj@lists.maptools.org</a><br>
Subject: [Proj] RSO, +gamma and Hotine Oblique Mercator Variant A<br>
<div class="im"><br>
<br>
Hi,<br>
<br>
This issue has been discussed many times before, so I&#39;m trying to assess the current situation.<br>
<br>
</div>I&#39;m a new user of Quantum GIS and Postgis which I understand uses Proj.4 for projections. I&#39;m working with the RSO projection for Peninsular Malaysia both old and new definitions (EPSG:3168 and EPSG:3375). From my readings on various lists, RSO for Malaysia requires the +gamma parameter and the projection method is now classified by <a href="http://epsg-registry.org" target="_blank">epsg-registry.org</a> &lt;<a href="http://epsg-registry.org/" target="_blank">http://epsg-registry.org/</a>&gt;  as EPSG:9812 Hotine Oblique Mercator (Variant A). This means that the final rotation applied is at the natural origin as opposed to the center of projection which is Variant B (EPSG:9815)<br>


<div><div></div><div class="h5"><br>
In QGis, versions 1.6 and up in OSGeo4W, the default proj.4 string for EPSG:3168 and EPSG:3375 is without the +gamma parameter, so the projection is not correct. Looking at the OSGeo4W\share\proj\epsg file, gamma is indeed defined in there. So I&#39;m confused where QGis srs.db is getting it&#39;s information from.<br>


<br>
Creating a custom CRS in QGis with +gamma seems to have an effect, so the latest omerc.c does take into account the gamma parameter. However, the projection is still not quite correct. It looks like it is correctly aligned to north, but the x and y translation is off and I surmised that this has to do with the final center of rotation. I did an empirical correction with x_0 = false_easting + Uc sin(gc) and y_0 = false_northing + Uc cos(gc) approximately I think. Attached is a diagram of a comparison I did with different parameters. C is approximately the correct projection with a cadaster layer in EPSG:3384 overlayed at the bottom.<br>


<br>
As proj.4 is used by many applications, my question is how and where can I get the projection parameters for RSO Malaysia corrected and how can the omerc projection be made to use variant A. I am advising a state government to standardize on QGis and PostGIS so there will be many users.<br>


<br>
Thank you for any help  and my apologies for bringing up this Malayan Monster again.<br>
<br>
<br>
Hilmy<br>
Hilmy<br>
<br>
</div></div></blockquote></div><br></div>