<?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: Convert XY coordinates from NAD 1927 to NAD 83 in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/convert-xy-coordinates-from-nad-1927-to-nad-83/m-p/262485#M11521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It isn't a conversion factor, It requires a reprojection.&amp;nbsp; Perhaps an online projection site would be the quickest if the number of values is small.&amp;nbsp; Also if you are versed in python, there are packages that can help with the transformation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2020 14:30:34 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2020-10-02T14:30:34Z</dc:date>
    <item>
      <title>Convert XY coordinates from NAD 1927 to NAD 83</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-xy-coordinates-from-nad-1927-to-nad-83/m-p/262484#M11520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright big brain time guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to transform some XY coordinates in a table from NAD 1927 State Plane Florida West FIPS 0902 to&amp;nbsp;&lt;SPAN&gt;NAD 1983 State Plane Florida West FIPS 0902. But here's&amp;nbsp;the kicker:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt; I need to do it without ArcGIS Pro or ArcMap&lt;/EM&gt;. Does anybody know how to get the conversion factor? And maybe how to do this within MS SQL?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Big thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2020 13:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-xy-coordinates-from-nad-1927-to-nad-83/m-p/262484#M11520</guid>
      <dc:creator>KevinChristy1</dc:creator>
      <dc:date>2020-10-02T13:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Convert XY coordinates from NAD 1927 to NAD 83</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-xy-coordinates-from-nad-1927-to-nad-83/m-p/262485#M11521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It isn't a conversion factor, It requires a reprojection.&amp;nbsp; Perhaps an online projection site would be the quickest if the number of values is small.&amp;nbsp; Also if you are versed in python, there are packages that can help with the transformation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2020 14:30:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-xy-coordinates-from-nad-1927-to-nad-83/m-p/262485#M11521</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-10-02T14:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Convert XY coordinates from NAD 1927 to NAD 83</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-xy-coordinates-from-nad-1927-to-nad-83/m-p/262486#M11522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I need it to be written into a program and running continuously. I am familiar with going the python route and am thinking that may have to be the way I go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2020 20:49:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-xy-coordinates-from-nad-1927-to-nad-83/m-p/262486#M11522</guid>
      <dc:creator>KevinChristy1</dc:creator>
      <dc:date>2020-10-02T20:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Convert XY coordinates from NAD 1927 to NAD 83</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-xy-coordinates-from-nad-1927-to-nad-83/m-p/262487#M11523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/318189"&gt;Kevin Christy&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;You can use open-source gdal library which can be found and installed using pip from the link below:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pypi.org/project/GDAL/" title="https://pypi.org/project/GDAL/"&gt;GDAL · PyPI&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and by importing subprocess and reformatting the code below in your script:&lt;/P&gt;&lt;PRE style="color: #333333; background: linear-gradient(-90deg, rgba(0, 0, 0, 0.01) 1px, transparent 1px) 0% 0% / 12px 12px, linear-gradient(rgba(0, 0, 0, 0.01) 1px, transparent 1px) 0% 0% / 12px 12px, linear-gradient(-90deg, rgba(0, 0, 0, 0.01) 1px, transparent 1px) 0% 0% / 12px 12px, linear-gradient(rgba(0, 0, 0, 0.01) 1px, transparent 1px) 0% 0% / 12px 12px, linear-gradient(transparent 3px, transparent 3px, transparent 78px, transparent 78px) 0% 0% / 12px 12px, linear-gradient(-90deg, transparent 1px, transparent 1px) 0% 0% / 12px 12px, linear-gradient(-90deg, transparent 3px, transparent 3px, transparent 78px, transparent 78px) 0% 0% / 12px 12px, linear-gradient(transparent 1px, transparent 1px) 0% 0% / 12px 12px, #f8f8f8; padding: 12px;"&gt;&lt;SPAN style="color: #333333;"&gt;&lt;SPAN class=""&gt;gdaltransform&lt;/SPAN&gt; &lt;SPAN class="" style="font-weight: bold;"&gt;-&lt;/SPAN&gt;&lt;SPAN class=""&gt;s_srs&lt;/SPAN&gt; &lt;SPAN class=""&gt;EPSG&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #009999;"&gt;26759&lt;/SPAN&gt; &lt;SPAN class="" style="font-weight: bold;"&gt;-&lt;/SPAN&gt;&lt;SPAN class=""&gt;t_srs&lt;/SPAN&gt; &lt;SPAN class=""&gt;EPSG&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #009999;"&gt;2237 &lt;/SPAN&gt;&lt;SPAN class="" style="color: #009999;"&gt;1074753.9&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #009999;"&gt;533951.34&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;This re-projects from&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;NAD 1927 State Plane Florida West FIPS 0902 to&amp;nbsp;&lt;SPAN&gt;NAD 1983 State Plane Florida West FIPS 0902.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;The following link provides more information:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;A class="link-titled" href="https://gdal.org/programs/gdaltransform.html" title="https://gdal.org/programs/gdaltransform.html"&gt;gdaltransform — GDAL documentation&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;I hope that helps and gives you an idea.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2020 02:10:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-xy-coordinates-from-nad-1927-to-nad-83/m-p/262487#M11523</guid>
      <dc:creator>MehdiPira1</dc:creator>
      <dc:date>2020-10-05T02:10:15Z</dc:date>
    </item>
  </channel>
</rss>

