<?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 Disperse Management tool input issues. in AEC (Architecture, Engineering and Construction) Questions</title>
    <link>https://community.esri.com/t5/aec-architecture-engineering-and-construction/disperse-management-tool-input-issues/m-p/188632#M116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot get DisperseMarkers_cartography() to function. No matter what I try I receive&amp;nbsp;ERROR 000732: Input Point Features With Marker Representations &amp;lt;dataset&amp;gt; does not exist or is not supported.&amp;nbsp; My paths are correct, and feature classes are present in my scratch.gdb. Snip of code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;scratch = os.path.join(&lt;SPAN style="color: #a5c261;"&gt;r'C:\Users'&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;getpass.getuser()&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;'Documents'&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;'ArcGIS'&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;'scratch2.gdb'&lt;/SPAN&gt;)
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;arcpy.env.workspace = scratch
arcpy.env.overwriteOutput = &lt;SPAN style="color: #8888c6; "&gt;True

&lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;fcs = arcpy.ListFeatureClasses()
&lt;SPAN style="color: #cc7832;"&gt;for &lt;/SPAN&gt;fc &lt;SPAN style="color: #cc7832;"&gt;in &lt;/SPAN&gt;fcs:
   arcpy.Delete_management(scratch +&lt;SPAN style="color: #a5c261;"&gt;'/' &lt;/SPAN&gt;+ fc)
tables = arcpy.ListTables()
&lt;SPAN style="color: #cc7832;"&gt;for &lt;/SPAN&gt;table &lt;SPAN style="color: #cc7832;"&gt;in &lt;/SPAN&gt;tables:
   arcpy.Delete_management(scratch + &lt;SPAN style="color: #a5c261;"&gt;'/' &lt;/SPAN&gt;+ table)

arcpy.Select_analysis(gdb + &lt;SPAN style="color: #a5c261;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;FIBERCABLE"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;scratch + &lt;SPAN style="color: #a5c261;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;drops"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;"category = 'DROP'"&lt;/SPAN&gt;)
arcpy.FeatureVerticesToPoints_management(scratch + &lt;SPAN style="color: #a5c261;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;drops"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;scratch + &lt;SPAN style="color: #a5c261;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;end_points"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;"BOTH_ENDS"&lt;/SPAN&gt;)
arcpy.CopyFeatures_management(scratch + &lt;SPAN style="color: #a5c261;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;end_points'&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;scratch + &lt;SPAN style="color: #a5c261;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;end_points_2"&lt;/SPAN&gt;)


arcpy.DisperseMarkers_cartography(scratch + &lt;SPAN style="color: #a5c261;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;end_points_2"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;'0.5 Feet'&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;'Ring'&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 09:31:15 GMT</pubDate>
    <dc:creator>ColtonLuttrell</dc:creator>
    <dc:date>2021-12-11T09:31:15Z</dc:date>
    <item>
      <title>Disperse Management tool input issues.</title>
      <link>https://community.esri.com/t5/aec-architecture-engineering-and-construction/disperse-management-tool-input-issues/m-p/188632#M116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot get DisperseMarkers_cartography() to function. No matter what I try I receive&amp;nbsp;ERROR 000732: Input Point Features With Marker Representations &amp;lt;dataset&amp;gt; does not exist or is not supported.&amp;nbsp; My paths are correct, and feature classes are present in my scratch.gdb. Snip of code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;scratch = os.path.join(&lt;SPAN style="color: #a5c261;"&gt;r'C:\Users'&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;getpass.getuser()&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;'Documents'&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;'ArcGIS'&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;'scratch2.gdb'&lt;/SPAN&gt;)
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;arcpy.env.workspace = scratch
arcpy.env.overwriteOutput = &lt;SPAN style="color: #8888c6; "&gt;True

&lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;fcs = arcpy.ListFeatureClasses()
&lt;SPAN style="color: #cc7832;"&gt;for &lt;/SPAN&gt;fc &lt;SPAN style="color: #cc7832;"&gt;in &lt;/SPAN&gt;fcs:
   arcpy.Delete_management(scratch +&lt;SPAN style="color: #a5c261;"&gt;'/' &lt;/SPAN&gt;+ fc)
tables = arcpy.ListTables()
&lt;SPAN style="color: #cc7832;"&gt;for &lt;/SPAN&gt;table &lt;SPAN style="color: #cc7832;"&gt;in &lt;/SPAN&gt;tables:
   arcpy.Delete_management(scratch + &lt;SPAN style="color: #a5c261;"&gt;'/' &lt;/SPAN&gt;+ table)

arcpy.Select_analysis(gdb + &lt;SPAN style="color: #a5c261;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;FIBERCABLE"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;scratch + &lt;SPAN style="color: #a5c261;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;drops"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;"category = 'DROP'"&lt;/SPAN&gt;)
arcpy.FeatureVerticesToPoints_management(scratch + &lt;SPAN style="color: #a5c261;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;drops"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;scratch + &lt;SPAN style="color: #a5c261;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;end_points"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;"BOTH_ENDS"&lt;/SPAN&gt;)
arcpy.CopyFeatures_management(scratch + &lt;SPAN style="color: #a5c261;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;end_points'&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;scratch + &lt;SPAN style="color: #a5c261;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;end_points_2"&lt;/SPAN&gt;)


arcpy.DisperseMarkers_cartography(scratch + &lt;SPAN style="color: #a5c261;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;\\&lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;end_points_2"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;'0.5 Feet'&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #a5c261;"&gt;'Ring'&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:31:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/aec-architecture-engineering-and-construction/disperse-management-tool-input-issues/m-p/188632#M116</guid>
      <dc:creator>ColtonLuttrell</dc:creator>
      <dc:date>2021-12-11T09:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Disperse Management tool input issues.</title>
      <link>https://community.esri.com/t5/aec-architecture-engineering-and-construction/disperse-management-tool-input-issues/m-p/188633#M117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/cartography/disperse-markers.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/cartography/disperse-markers.htm"&gt;Disperse Markers—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need a feature layer, you have a featureclass&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2020 20:46:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/aec-architecture-engineering-and-construction/disperse-management-tool-input-issues/m-p/188633#M117</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-06-08T20:46:20Z</dc:date>
    </item>
  </channel>
</rss>

