<?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: create a line, planar vs geodesic confusion in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-line-planar-vs-geodesic-confusion/m-p/1595549#M94002</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/755846"&gt;@EditorCarbonNet&lt;/a&gt;&amp;nbsp;The Copy Parallel tool will create parallel lines using geodetic distances as long as the map uses a geographic coordinate system such as WGS 1984:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Scott_Harris_0-1741955551744.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/127933i5D6EF1F9AE24490E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Scott_Harris_0-1741955551744.png" alt="Scott_Harris_0-1741955551744.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Mar 2025 12:32:56 GMT</pubDate>
    <dc:creator>Scott_Harris</dc:creator>
    <dc:date>2025-03-14T12:32:56Z</dc:date>
    <item>
      <title>create a line, planar vs geodesic confusion</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-line-planar-vs-geodesic-confusion/m-p/1595503#M93990</link>
      <description>&lt;P&gt;I am editing an existing feature layer and existing measurements are accurate if I select geodesic in the measurement tool.&lt;/P&gt;&lt;P&gt;I am using the "copy parallel" tool and want to offset by 25m, however once it is created it ends up being around 20m when I measure it using the measurement tool and selecting geodesic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a geodesic setting I should be choosing somewhere??&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 06:24:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-line-planar-vs-geodesic-confusion/m-p/1595503#M93990</guid>
      <dc:creator>EditorCarbonNet</dc:creator>
      <dc:date>2025-03-14T06:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: create a line, planar vs geodesic confusion</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-line-planar-vs-geodesic-confusion/m-p/1595512#M93992</link>
      <description>&lt;P&gt;The discrepancy occurs because the &lt;STRONG&gt;Copy Parallel&lt;/STRONG&gt; tool in ArcGIS Pro works in a &lt;STRONG&gt;projected coordinate system (planar)&lt;/STRONG&gt; rather than using geodesic calculations. As a result, when dealing with large-scale data or working in coordinate systems prone to distortion (such as UTM), the actual geodesic distance may differ from the intended offset.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;How to Ensure a True Geodesic Offset&lt;/STRONG&gt;&lt;/H3&gt;&lt;H4&gt;&lt;STRONG&gt;1. Use the Geodesic Buffer Tool&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;Instead of the &lt;STRONG&gt;Copy Parallel&lt;/STRONG&gt; tool, consider using the &lt;STRONG&gt;Buffer&lt;/STRONG&gt; tool and setting the &lt;STRONG&gt;Method&lt;/STRONG&gt; to &lt;STRONG&gt;Geodesic&lt;/STRONG&gt;. This approach accounts for the Earth's curvature, ensuring that the offset distance remains accurate in geodesic terms.&lt;/P&gt;&lt;H4&gt;&lt;STRONG&gt;2. Apply Geodetic Construction with COGO Tools&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;If your dataset includes &lt;STRONG&gt;COGO-enabled&lt;/STRONG&gt; features, you can use &lt;STRONG&gt;geodetic construction tools&lt;/STRONG&gt; to generate an exact geodesic offset. These tools are designed to maintain geodetic accuracy.&lt;/P&gt;&lt;H4&gt;&lt;STRONG&gt;3. Reproject the Data to a Geodetic Coordinate System&lt;/STRONG&gt;&lt;/H4&gt;&lt;P&gt;If your data is currently in a &lt;STRONG&gt;projected coordinate system (PCS)&lt;/STRONG&gt;, try reprojecting it to a &lt;STRONG&gt;geodetic coordinate system&lt;/STRONG&gt;, such as &lt;STRONG&gt;WGS 1984 (EPSG: 4326)&lt;/STRONG&gt;. Then, run the &lt;STRONG&gt;Copy Parallel&lt;/STRONG&gt; tool and measure again to check for accuracy.&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Why This Happens&lt;/STRONG&gt;&lt;/H3&gt;&lt;P&gt;The reason your &lt;STRONG&gt;25m offset appears as ~20m&lt;/STRONG&gt; when measured geodesically is due to the distortion effects of projected coordinate systems. Since the &lt;STRONG&gt;Copy Parallel&lt;/STRONG&gt; tool does not use geodesic calculations, offsets in projected space may shrink or expand based on latitude and projection properties.&lt;/P&gt;&lt;P&gt;For precise geodesic offsets, it’s best to use the &lt;STRONG&gt;Geodesic Buffer tool&lt;/STRONG&gt; or &lt;STRONG&gt;geodetic construction methods&lt;/STRONG&gt; instead.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 08:01:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-line-planar-vs-geodesic-confusion/m-p/1595512#M93992</guid>
      <dc:creator>SumitMishra_016</dc:creator>
      <dc:date>2025-03-14T08:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: create a line, planar vs geodesic confusion</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-a-line-planar-vs-geodesic-confusion/m-p/1595549#M94002</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/755846"&gt;@EditorCarbonNet&lt;/a&gt;&amp;nbsp;The Copy Parallel tool will create parallel lines using geodetic distances as long as the map uses a geographic coordinate system such as WGS 1984:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Scott_Harris_0-1741955551744.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/127933i5D6EF1F9AE24490E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Scott_Harris_0-1741955551744.png" alt="Scott_Harris_0-1741955551744.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 12:32:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-a-line-planar-vs-geodesic-confusion/m-p/1595549#M94002</guid>
      <dc:creator>Scott_Harris</dc:creator>
      <dc:date>2025-03-14T12:32:56Z</dc:date>
    </item>
  </channel>
</rss>

