<?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 Using Tiled Labels to Annotation to automate converting labels to annotation in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/using-tiled-labels-to-annotation-to-automate/m-p/174167#M13416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a series of parcel maps I am updating by creating maplex labels and then converting labels to annotation. I would like to automate this process using Python but there doesn't seem to be an ArcPy or ArcToolbox tool to convert labels to annotation other than Tiled Labels to Annotation. I tried this and the two issues were that &lt;SPAN style="line-height: 1.5;"&gt;many labels were placed two or three times within the same polygon (some were placed properly) and &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5;"&gt;the long run time (17 minutes for about 1000 polygons with a three line python-scripted label for each). I added a field to the polygon feature class called TileID and numbered them all '0' and selected it as the Tile ID field, but that didn't help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great if someone would explain the proper way to use the Tiled Labels to Annotation tool or how to script converting the labels to annotation with Python (or possibly a different way). I am attaching screen shots that show tool inputs and the result on the map.&lt;IMG alt="Tiled Labels Results.JPG" class="image-1 jive-image" src="/legacyfs/online/122058_Tiled Labels Results.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Tiled Labels Snip.JPG" class="image-2 jive-image" src="/legacyfs/online/122059_Tiled Labels Snip.JPG" style="width: 620px; height: 637px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2015 16:23:47 GMT</pubDate>
    <dc:creator>MarcusArreguin</dc:creator>
    <dc:date>2015-08-12T16:23:47Z</dc:date>
    <item>
      <title>Using Tiled Labels to Annotation to automate converting labels to annotation</title>
      <link>https://community.esri.com/t5/python-questions/using-tiled-labels-to-annotation-to-automate/m-p/174167#M13416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a series of parcel maps I am updating by creating maplex labels and then converting labels to annotation. I would like to automate this process using Python but there doesn't seem to be an ArcPy or ArcToolbox tool to convert labels to annotation other than Tiled Labels to Annotation. I tried this and the two issues were that &lt;SPAN style="line-height: 1.5;"&gt;many labels were placed two or three times within the same polygon (some were placed properly) and &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5;"&gt;the long run time (17 minutes for about 1000 polygons with a three line python-scripted label for each). I added a field to the polygon feature class called TileID and numbered them all '0' and selected it as the Tile ID field, but that didn't help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great if someone would explain the proper way to use the Tiled Labels to Annotation tool or how to script converting the labels to annotation with Python (or possibly a different way). I am attaching screen shots that show tool inputs and the result on the map.&lt;IMG alt="Tiled Labels Results.JPG" class="image-1 jive-image" src="/legacyfs/online/122058_Tiled Labels Results.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Tiled Labels Snip.JPG" class="image-2 jive-image" src="/legacyfs/online/122059_Tiled Labels Snip.JPG" style="width: 620px; height: 637px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 16:23:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-tiled-labels-to-annotation-to-automate/m-p/174167#M13416</guid>
      <dc:creator>MarcusArreguin</dc:creator>
      <dc:date>2015-08-12T16:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using Tiled Labels to Annotation to automate converting labels to annotation</title>
      <link>https://community.esri.com/t5/python-questions/using-tiled-labels-to-annotation-to-automate/m-p/174168#M13417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have a direct answer, and I haven't dabbled much in Python yet, but have you checked out the help pages?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.arcgis.com/en%20/arcgisdesktop/10.0/help/index.html#//007000000007000000" title="http://help.arcgis.com/en%20/arcgisdesktop/10.0/help/index.html#//007000000007000000"&gt;http://help.arcgis.com/en%20/arcgisdesktop/10.0/help/index.html#//007000000007000000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also a question over at StackExchance that might help?&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.stackexchange.com/questions/18895/automate-converting-labels-to-annotation-in-arcmap-at-multiple-scales" title="http://gis.stackexchange.com/questions/18895/automate-converting-labels-to-annotation-in-arcmap-at-multiple-scales"&gt;python - Automate converting labels to annotation in ArcMap at multiple scales? - Geographic Information Systems Stack E…&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck and don't forget, if you have ESRI licenses, you can contact the help desk and they can walk you through any pieces you are stuck on. Their staff is great at this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 14:09:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/using-tiled-labels-to-annotation-to-automate/m-p/174168#M13417</guid>
      <dc:creator>BrianO_keefe</dc:creator>
      <dc:date>2015-08-18T14:09:45Z</dc:date>
    </item>
  </channel>
</rss>

