<?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: How to skip some values when labelling point on top of each other in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169752#M54651</link>
    <description>&lt;P&gt;As far as I remember, maplex required separate license. Is that so?&lt;/P&gt;</description>
    <pubDate>Mon, 02 May 2022 16:06:19 GMT</pubDate>
    <dc:creator>VaL</dc:creator>
    <dc:date>2022-05-02T16:06:19Z</dc:date>
    <item>
      <title>How to skip some values when labelling point on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169664#M54635</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have some point which are on top of each other (duplicated). They have same name Dont ask why &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I label them with their name, I get 3-4 labels.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to label only one of them, the other labels just make the map messy.&lt;/P&gt;&lt;P&gt;I did try with python, but I am not getting what expected.&lt;/P&gt;&lt;P&gt;Here is my code, I use in the label properties dialog:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;def FindLabel ( [LocationID] ):
ll=open(r'c:\Users\lefte-va\test1.txt').readlines()
if [LocationID]+'\n' not in ll:
with open(r'c:\Users\lefte-va\test1.txt','a') as myfile:
myfile.write([LocationID]+'\n')
return [LocationID]&lt;/LI-CODE&gt;&lt;P&gt;This returns empty(no label values).&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 11:00:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169664#M54635</guid>
      <dc:creator>VaL</dc:creator>
      <dc:date>2022-05-02T11:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip some values when labelling point on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169670#M54636</link>
      <description>&lt;P&gt;Try this first&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/cartography/disperse-markers.htm" target="_blank"&gt;Disperse Markers (Cartography)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or if you want to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/find-identical.htm" target="_blank"&gt;Find Identical (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and deal with them&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 11:41:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169670#M54636</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-05-02T11:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip some values when labelling point on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169675#M54637</link>
      <description>&lt;P&gt;Thanks Dan.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However they need to remain duplicated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is inherited data, so I can not do much to improve it. Otherwise it must be one to many relationship and all rosy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the question still remains.&amp;nbsp;&lt;/P&gt;&lt;P&gt;More over I am surprised my code doesn't work. Any idea why?&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 12:05:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169675#M54637</guid>
      <dc:creator>VaL</dc:creator>
      <dc:date>2022-05-02T12:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip some values when labelling point on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169692#M54642</link>
      <description>&lt;P&gt;If you can use the Maplex labeling, the Remove Duplicate Labels (within a fixed distance) usually helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 13:11:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169692#M54642</guid>
      <dc:creator>carriemorrell</dc:creator>
      <dc:date>2022-05-02T13:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip some values when labelling point on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169752#M54651</link>
      <description>&lt;P&gt;As far as I remember, maplex required separate license. Is that so?&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 16:06:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169752#M54651</guid>
      <dc:creator>VaL</dc:creator>
      <dc:date>2022-05-02T16:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip some values when labelling point on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169755#M54652</link>
      <description>&lt;P&gt;Its not separate, but I believe you need to have an advanced or standard Desktop License&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 16:09:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169755#M54652</guid>
      <dc:creator>carriemorrell</dc:creator>
      <dc:date>2022-05-02T16:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to skip some values when labelling point on top of each other</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169772#M54654</link>
      <description>&lt;P&gt;In ArcGIS Pro, Maplex is available at all license levels. As&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/253930"&gt;@carriemorrell&lt;/a&gt;&amp;nbsp;suggested, the Maplex &lt;EM&gt;Remove duplicate labels&lt;/EM&gt; setting will remove the redundant point labels in your situation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 17:01:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-skip-some-values-when-labelling-point-on/m-p/1169772#M54654</guid>
      <dc:creator>JesseWickizer</dc:creator>
      <dc:date>2022-05-02T17:01:53Z</dc:date>
    </item>
  </channel>
</rss>

