<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Transform MANUALLY WGS84 to NAD83 CSRS in Coordinate Reference Systems Questions</title>
    <link>https://community.esri.com/t5/coordinate-reference-systems-questions/transform-manually-wgs84-to-nad83-csrs/m-p/1012503#M1948</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/426486"&gt;@akisai&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Transformation parameters you are using match&amp;nbsp;NAD_1983_CSRS_To_WGS_1984_2 (WKID::1946) transformation, but they have opposite +/- signs. From your formulas, I see your rotation matrix matches the one for Position Vector and not the Coordinate Frame method. In your case, you are trying to apply the transformation in reverse (from WGS84 to NAD83 CSRS) by using transformation parameters and rotation matrix with opposite signs as they are originally defined. I would need to verify the math first, but I suspect your approach might not match the exact reverse formulas used in ArcGIS.&lt;BR /&gt;&lt;BR /&gt;Please see &lt;A href="https://drive.tiny.cloud/1/4m326iu12oa8re9cjiadxonharclteqb4mumfxj71zsttwkx/630ee67f-09f9-47c8-a765-c5c8b404a781#page=110" target="_self"&gt;EPSG Guidance Note 7.2&lt;/A&gt; for detailed (exact reverse) formulas and the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/pdf/geographic_transformations.pdf#page=107" target="_self"&gt;table of Geographic Transformations in ArcGIS Pro 2.7&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;I hope this helps...&lt;/P&gt;</description>
    <pubDate>Mon, 28 Dec 2020 18:35:08 GMT</pubDate>
    <dc:creator>BojanŠavrič</dc:creator>
    <dc:date>2020-12-28T18:35:08Z</dc:date>
    <item>
      <title>Transform MANUALLY WGS84 to NAD83 CSRS</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/transform-manually-wgs84-to-nad83-csrs/m-p/1011736#M1946</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I wanted to use the coordinate frame rotation method to transform MANUALLY WGS84 to NAD83 CSRS. Some of the parameters to do so are given in meter (dx, dy and dz). I tried many times to do this transformation using the formulas for this method. But no result concords with the values given by ArcGIS when I do this transformation using this software.&lt;BR /&gt;could you please tell me if I have to transform some parameters in other units before applying the formulas.&lt;/P&gt;&lt;P&gt;lat/long of my point in WGS84: LAT=47.562060394000000 LONG=-52.740740910000000&lt;/P&gt;&lt;P&gt;formulas:&lt;BR /&gt;M=(1+dS*10^-6)&lt;BR /&gt;XT=M*(1*Xs-Rz*Ys+Ry*Zs)+dx&lt;BR /&gt;YT=M*(Rz*Xs+1*Ys-Rx*Zs)+dy&lt;BR /&gt;ZT=M*(-Ry*Xs+Rx*Ys+1*Zs)+dz&lt;/P&gt;&lt;P&gt;parameters: dx=0.991000000, dy=-1.907200000, dz=-0.512900000, rx (second)=0.02578991, ry (second)=0.00965010, rz (second)=0.01165994, ds=0.000000000&lt;/P&gt;&lt;P&gt;Expected (ARCGIS) - From WGS84 to NAD83_CSRS:&lt;BR /&gt;LAT=47.562050544&lt;BR /&gt;LONG=-52.740746617&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 15:24:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/transform-manually-wgs84-to-nad83-csrs/m-p/1011736#M1946</guid>
      <dc:creator>akisai</dc:creator>
      <dc:date>2020-12-22T15:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Transform MANUALLY WGS84 to NAD83 CSRS</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/transform-manually-wgs84-to-nad83-csrs/m-p/1012417#M1947</link>
      <description>&lt;P&gt;Hi. One thing which sometimes cause issues are the signs/orientations, i.e a positive angle can be clockwise or counterclockwise. The R's are rotation matrixes and programmatically you would convert the r's to radians prior to compute the needed cos(r) and sin(r)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 12:38:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/transform-manually-wgs84-to-nad83-csrs/m-p/1012417#M1947</guid>
      <dc:creator>Pål_Herman_Sund</dc:creator>
      <dc:date>2020-12-28T12:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Transform MANUALLY WGS84 to NAD83 CSRS</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/transform-manually-wgs84-to-nad83-csrs/m-p/1012503#M1948</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/426486"&gt;@akisai&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Transformation parameters you are using match&amp;nbsp;NAD_1983_CSRS_To_WGS_1984_2 (WKID::1946) transformation, but they have opposite +/- signs. From your formulas, I see your rotation matrix matches the one for Position Vector and not the Coordinate Frame method. In your case, you are trying to apply the transformation in reverse (from WGS84 to NAD83 CSRS) by using transformation parameters and rotation matrix with opposite signs as they are originally defined. I would need to verify the math first, but I suspect your approach might not match the exact reverse formulas used in ArcGIS.&lt;BR /&gt;&lt;BR /&gt;Please see &lt;A href="https://drive.tiny.cloud/1/4m326iu12oa8re9cjiadxonharclteqb4mumfxj71zsttwkx/630ee67f-09f9-47c8-a765-c5c8b404a781#page=110" target="_self"&gt;EPSG Guidance Note 7.2&lt;/A&gt; for detailed (exact reverse) formulas and the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/pdf/geographic_transformations.pdf#page=107" target="_self"&gt;table of Geographic Transformations in ArcGIS Pro 2.7&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;I hope this helps...&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 18:35:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/transform-manually-wgs84-to-nad83-csrs/m-p/1012503#M1948</guid>
      <dc:creator>BojanŠavrič</dc:creator>
      <dc:date>2020-12-28T18:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Transform MANUALLY WGS84 to NAD83 CSRS</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/transform-manually-wgs84-to-nad83-csrs/m-p/1014265#M1949</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks for you answer and proposed documentation. It is very helpful&lt;/P&gt;&lt;P&gt;I will check from my end the signs of the parameters in relation with the method&lt;/P&gt;&lt;P&gt;I also noticed from some reading that this transformation has to follow the following order: Geographic to Cartesian -&amp;nbsp; Cartesian to Cartesian - Cartesian to geographic&lt;/P&gt;&lt;P&gt;Have a great day&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 13:56:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/transform-manually-wgs84-to-nad83-csrs/m-p/1014265#M1949</guid>
      <dc:creator>akisai</dc:creator>
      <dc:date>2021-01-06T13:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Transform MANUALLY WGS84 to NAD83 CSRS</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/transform-manually-wgs84-to-nad83-csrs/m-p/1014269#M1950</link>
      <description>&lt;P&gt;Correct&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/426486"&gt;@akisai&lt;/a&gt;&amp;nbsp;both methods (Coordinate Frame and Position Vector) are Cartesian (geocentric) transformations hence You have do convert the input lat/long to XYZ prior to transformation and XYZ to lat/long afterwards on the result. pH&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 14:09:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/transform-manually-wgs84-to-nad83-csrs/m-p/1014269#M1950</guid>
      <dc:creator>Pål_Herman_Sund</dc:creator>
      <dc:date>2021-01-06T14:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Transform MANUALLY WGS84 to NAD83 CSRS</title>
      <link>https://community.esri.com/t5/coordinate-reference-systems-questions/transform-manually-wgs84-to-nad83-csrs/m-p/1180348#M1998</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/408398"&gt;@BojanŠavrič&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1069"&gt;@MelitaKennedy&lt;/a&gt;&amp;nbsp; would it be possible to confirm if my formula is correct please? I'm trying to convert WGS UTM to NAD UTM: WGS_1984_(ITRF00)_To_NAD_1983 (Coordinate frame)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;parameters: cx=0.9956, cy=-1.9013, cz=-0.5215 (&lt;A href="https://downloads.esri.com/Support/downloads/other_/geographic_transformations27.pdf#page=111" target="_self"&gt;documentation, pg 111&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;rx (second)=0.025915, ry (second)=0.009426, rz (second)=0.011599 (I've changed to radian in formula)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ds=0.00062&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Xa=608710.585168, Ya=4829046.82889&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Xb=608710.880294, Yb=4829045.88214 (from Pro2.7)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Xb=608711.3096, Yb=4829044.965 (from below formula)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also I wasn't able to access the EPSG document in your above reply, the link might be broken now?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AJ_devaccount_0-1654539899451.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42836iE400DADBF45E050E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AJ_devaccount_0-1654539899451.png" alt="AJ_devaccount_0-1654539899451.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks very much!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 15:29:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/coordinate-reference-systems-questions/transform-manually-wgs84-to-nad83-csrs/m-p/1180348#M1998</guid>
      <dc:creator>AJ_devaccount</dc:creator>
      <dc:date>2022-06-09T15:29:20Z</dc:date>
    </item>
  </channel>
</rss>

