<?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: Add Cogo Fields via arcpy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/add-cogo-fields-via-arcpy/m-p/702293#M54428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jake! I am probably missing something here.&amp;nbsp; How do I then populate this field with directions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 20:09:31 GMT</pubDate>
    <dc:creator>NoahHuntington</dc:creator>
    <dc:date>2014-06-17T20:09:31Z</dc:date>
    <item>
      <title>Add Cogo Fields via arcpy</title>
      <link>https://community.esri.com/t5/python-questions/add-cogo-fields-via-arcpy/m-p/702291#M54426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is anyone aware of a way to add cogo fields to a feature class using a stand alone script?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 16:29:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-cogo-fields-via-arcpy/m-p/702291#M54426</guid>
      <dc:creator>NoahHuntington</dc:creator>
      <dc:date>2014-06-16T16:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add Cogo Fields via arcpy</title>
      <link>https://community.esri.com/t5/python-questions/add-cogo-fields-via-arcpy/m-p/702292#M54427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Noah,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is not a arcpy function that will add the COGO fields, but you can easily create a script to do this using the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001700000047000000"&gt;Add Field&lt;/A&gt;&lt;SPAN&gt; tool.&amp;nbsp; The below link provides the field names, description, alias, and format for each of the fields:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//01m700000042000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//01m700000042000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ex:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;arcpy.AddField_management(table, "Direction", "Text", "", "", "12", "COGO Direction")&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 17:30:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-cogo-fields-via-arcpy/m-p/702292#M54427</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-06-16T17:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Add Cogo Fields via arcpy</title>
      <link>https://community.esri.com/t5/python-questions/add-cogo-fields-via-arcpy/m-p/702293#M54428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jake! I am probably missing something here.&amp;nbsp; How do I then populate this field with directions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 20:09:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-cogo-fields-via-arcpy/m-p/702293#M54428</guid>
      <dc:creator>NoahHuntington</dc:creator>
      <dc:date>2014-06-17T20:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Add Cogo Fields via arcpy</title>
      <link>https://community.esri.com/t5/python-questions/add-cogo-fields-via-arcpy/m-p/702294#M54429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does this have to be accomplished through python as well?&amp;nbsp; Not sure if this is possible, but you can do this using the COGO toolbar:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//01m700000008000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//01m700000008000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 20:27:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-cogo-fields-via-arcpy/m-p/702294#M54429</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-06-17T20:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add Cogo Fields via arcpy</title>
      <link>https://community.esri.com/t5/python-questions/add-cogo-fields-via-arcpy/m-p/702295#M54430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes unfortunatley I need to accomplish this dynamically and as part of a much larger python script?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 20:50:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-cogo-fields-via-arcpy/m-p/702295#M54430</guid>
      <dc:creator>NoahHuntington</dc:creator>
      <dc:date>2014-06-17T20:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add Cogo Fields via arcpy</title>
      <link>https://community.esri.com/t5/python-questions/add-cogo-fields-via-arcpy/m-p/702296#M54431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Does this have to be accomplished through python as well?&amp;nbsp; Not sure if this is possible, but you can do this using the COGO toolbar:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//01m700000008000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//01m700000008000000&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes unfortunately I need to accomplish this dynamically and as part of a much larger python script?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 20:51:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/add-cogo-fields-via-arcpy/m-p/702296#M54431</guid>
      <dc:creator>NoahHuntington</dc:creator>
      <dc:date>2014-06-17T20:51:33Z</dc:date>
    </item>
  </channel>
</rss>

