<?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>idea Update COGO with Python in Pro in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idi-p/971794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be great to have the ability to call the Update COGO tool/method from Python in Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2020 19:36:09 GMT</pubDate>
    <dc:creator>MichaelSnook</dc:creator>
    <dc:date>2020-05-08T19:36:09Z</dc:date>
    <item>
      <title>Update COGO with Python in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idi-p/971794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be great to have the ability to call the Update COGO tool/method from Python in Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2020 19:36:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idi-p/971794</guid>
      <dc:creator>MichaelSnook</dc:creator>
      <dc:date>2020-05-08T19:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update COGO with Python in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idc-p/971795#M9404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for submitting Mike,&lt;/P&gt;&lt;P&gt;Could you please describe what type of COGO update you want?&lt;/P&gt;&lt;P&gt;If this is an update of a single COGO value on a line you can use an update cursor.&lt;/P&gt;&lt;P&gt;Or do you want to load lines as a traverse and distribute misclose? in that case wouldn't it be better to use the Least Squares Adjustment (available In ArcGIS Pro 2.6 and above)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 07:10:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idc-p/971795#M9404</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2020-08-06T07:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Update COGO with Python in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idc-p/971796#M9405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amir,&lt;/P&gt;&lt;P&gt;Our current workflow to import CAD data into the ArcMap parcel fabric is to first export the CAD linework to a feature class, add that to a blank ArcMap project, start editing to allow copying of the lines then paste the line work into the traverse dialog in a separate project with the editing fabric.&amp;nbsp; Our CAD data comes from our surveyors office in a local coordinate system so the copy-paste into the traverse dialog preserves/generates the correct bearings-distances.&amp;nbsp; My thought was to automate this process in Pro where I can create feature classes from the CAD linework, calculate the COGO values with python (in the local coordinate system) and preserve the correct bearings/distances for import into the Pro fabric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that, in Pro, I can bring in the CAD linework, georeference it from it's local coordinate system, copy-lines-to them into the fabric, then update the COGO bearings and distances.&amp;nbsp; However, this will only preserve the correct bearings/distances if we are careful not to scale or rotate the linework in any way...only move them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to copy line work from CAD into a traverse dialog ala ArcMap Fabric? -- or some other better workflow?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 14:41:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idc-p/971796#M9405</guid>
      <dc:creator>MichaelSnook</dc:creator>
      <dc:date>2020-08-06T14:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Update COGO with Python in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idc-p/971797#M9406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looping &lt;A href="https://community.esri.com/migrated-users/46193"&gt;Daniel Stone&lt;/A&gt;‌ &amp;amp; &lt;A href="https://community.esri.com/migrated-users/30897"&gt;Jeff Reinhart&lt;/A&gt;‌ as this is timely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Improving the CAD ingestion process to and out of parcels is one of our drivers, this includes digital submission.&lt;/P&gt;&lt;P&gt;What type of CAD client to the surveyors use? (AutoCAD, Civil3D, other?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a tool called Update COGO - but as you know it does not have any COGO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another geoprocessing tool called&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/calculate-geometry-attributes.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/calculate-geometry-attributes.htm"&gt;Calculate Geometry Attributes (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;but you can only use it to calculate distances and directions (no curve support yet). Do you have curves in your data?&lt;/P&gt;&lt;P&gt;Our goal is to improve the latter tool to support the calculation of curve parameters (radius, arclength, chord length...).&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI - &lt;A href="https://community.esri.com/migrated-users/3210"&gt;Tim Hodson&lt;/A&gt;‌ &lt;A href="https://community.esri.com/migrated-users/20684"&gt;Ken Galliher&lt;/A&gt;‌ &lt;A href="https://community.esri.com/migrated-users/3174"&gt;Drew Flater&lt;/A&gt;‌ &lt;A href="https://community.esri.com/migrated-users/3208"&gt;Ghislain Prince&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2020 06:34:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idc-p/971797#M9406</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2020-08-07T06:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Update COGO with Python in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idc-p/971798#M9407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our county surveyors office does courtesy reviews on all surveys before they are filed using MicroSurvey 2020.&amp;nbsp; There are instances of true curves in nearly every CAD data set provided by them.&amp;nbsp; &amp;nbsp;The ideal workflow for us would be as I described before where we could just pull the CAD data in (from the local coordinate system) and somehow capture the COGO bearings/distances/curves as they sit locally...then bring the linework to the desired location and move/scale/manipulate it without losing the original measurements...then use the standard copy-lines-to Pro Fabric workflow to integrate it into the fabric.&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2020 16:39:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idc-p/971798#M9407</guid>
      <dc:creator>MichaelSnook</dc:creator>
      <dc:date>2020-08-12T16:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Update COGO with Python in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idc-p/971799#M9408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the input Mike.&lt;/P&gt;&lt;P&gt;It aligns with our thoughts regarding importing CAD drawings that are entered in a local coordinate system and preserving their original measurements. Thanks for confirming the need to calculate curve information.&lt;/P&gt;&lt;P&gt;Amir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2020 08:12:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idc-p/971799#M9408</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2020-08-13T08:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Update COGO with Python in Pro - Status changed to: Closed</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idc-p/1147566#M18820</link>
      <description>&lt;P&gt;This is a duplicate of the following idea in the Parcel Fabric idea exchange.&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-parcel-fabric-ideas/update-cogo-with-python-in-pro/idi-p/930624" target="_blank"&gt;https://community.esri.com/t5/arcgis-parcel-fabric-ideas/update-cogo-with-python-in-pro/idi-p/930624&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 16:08:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/update-cogo-with-python-in-pro/idc-p/1147566#M18820</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2022-02-24T16:08:09Z</dc:date>
    </item>
  </channel>
</rss>

