<?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: Reproject coordinates without building a geometry object in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/reproject-coordinates-without-building-a-geometry/m-p/108338#M6223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The projection engine will need geometries.&lt;/P&gt;&lt;P&gt;You could do this in python using geometry method .projectAs or just use the normal features of ArcMap.&lt;/P&gt;&lt;P&gt;You could add all your points (if that is what they are), in the source SR, then change the data frame to the target SR, then add those coordinates as attributes back to the original points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2016 13:29:27 GMT</pubDate>
    <dc:creator>NeilAyres</dc:creator>
    <dc:date>2016-12-05T13:29:27Z</dc:date>
    <item>
      <title>Reproject coordinates without building a geometry object</title>
      <link>https://community.esri.com/t5/data-management-questions/reproject-coordinates-without-building-a-geometry/m-p/108337#M6222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible with arcpy to reproject single x,y coordinates without building a complete geometry object. For instance is it possible to do something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class=""&gt;input &lt;/SPAN&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;[[-&lt;/SPAN&gt;&lt;SPAN class=""&gt;8081441&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;5685214&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;[-&lt;/SPAN&gt;&lt;SPAN class=""&gt;8081446&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;5685216&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;[-&lt;/SPAN&gt;&lt;SPAN class=""&gt;8081442&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;5685219&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;[-&lt;/SPAN&gt;&lt;SPAN class=""&gt;8081440&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;5685211&lt;/SPAN&gt;&lt;SPAN class=""&gt;],&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;[-&lt;/SPAN&gt;&lt;SPAN class=""&gt;8081441&lt;/SPAN&gt;&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;SPAN class=""&gt;5685214&lt;/SPAN&gt;&lt;SPAN class=""&gt;]]&lt;/SPAN&gt;&lt;/CODE&gt;&lt;CODE&gt;&lt;SPAN class=""&gt;
&lt;/SPAN&gt;&lt;SPAN class=""&gt;output = [arcpy.A_Reproj_Fn((coord[0], coord[1]), source_SR, dest_SR) for coord in input]&lt;/SPAN&gt;&lt;SPAN class=""&gt;
&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have huge arrays of coordinates to reproject, but for performance issue I dont want to build a geometry object before reprojecting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for any suggestion!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:32:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reproject-coordinates-without-building-a-geometry/m-p/108337#M6222</guid>
      <dc:creator>MaximeDemers</dc:creator>
      <dc:date>2021-12-11T06:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reproject coordinates without building a geometry object</title>
      <link>https://community.esri.com/t5/data-management-questions/reproject-coordinates-without-building-a-geometry/m-p/108338#M6223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The projection engine will need geometries.&lt;/P&gt;&lt;P&gt;You could do this in python using geometry method .projectAs or just use the normal features of ArcMap.&lt;/P&gt;&lt;P&gt;You could add all your points (if that is what they are), in the source SR, then change the data frame to the target SR, then add those coordinates as attributes back to the original points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 13:29:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/reproject-coordinates-without-building-a-geometry/m-p/108338#M6223</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-12-05T13:29:27Z</dc:date>
    </item>
  </channel>
</rss>

