<?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 Model Builder Inquiry in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-inquiry/m-p/841416#M1918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new to model building but I'm trying to create a model that will select 8" gas main in 5 specific areas, create a buffer around that main, and merge or dissolve the polygons together where buffers overlap. *&lt;EM&gt;Also if possible, I need to attach the Area Name to each polygon (buffer); if not I'm sure I could do this manually.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My model looks like this so far and doesn't work at the Feature To Line tool.&amp;nbsp; Need some thoughts on this please! I am using the greater sign &amp;gt; to show the next input, tool, or output feature in the model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gas Main (Input) &amp;gt; Make Feature Layer (Tool)&amp;nbsp;&lt;EM&gt;Mainsize = '8"' &amp;gt;&amp;nbsp;&lt;/EM&gt;GasMain8Inch (output) &amp;gt; Feature To Line (Inputs: GasMain8Inch and my 5 area feature) &amp;gt; Feature to Line (Tool) &amp;gt; Result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like I said, it's crashing at the Feature to line tool.&amp;nbsp; I've tried using, instead of the multi-polygon feature, using a singular polygon and it still wouldn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&amp;nbsp; Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2018 20:27:43 GMT</pubDate>
    <dc:creator>MichaelHutchison</dc:creator>
    <dc:date>2018-03-16T20:27:43Z</dc:date>
    <item>
      <title>Model Builder Inquiry</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-inquiry/m-p/841416#M1918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm new to model building but I'm trying to create a model that will select 8" gas main in 5 specific areas, create a buffer around that main, and merge or dissolve the polygons together where buffers overlap. *&lt;EM&gt;Also if possible, I need to attach the Area Name to each polygon (buffer); if not I'm sure I could do this manually.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My model looks like this so far and doesn't work at the Feature To Line tool.&amp;nbsp; Need some thoughts on this please! I am using the greater sign &amp;gt; to show the next input, tool, or output feature in the model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gas Main (Input) &amp;gt; Make Feature Layer (Tool)&amp;nbsp;&lt;EM&gt;Mainsize = '8"' &amp;gt;&amp;nbsp;&lt;/EM&gt;GasMain8Inch (output) &amp;gt; Feature To Line (Inputs: GasMain8Inch and my 5 area feature) &amp;gt; Feature to Line (Tool) &amp;gt; Result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like I said, it's crashing at the Feature to line tool.&amp;nbsp; I've tried using, instead of the multi-polygon feature, using a singular polygon and it still wouldn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&amp;nbsp; Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 20:27:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-inquiry/m-p/841416#M1918</guid>
      <dc:creator>MichaelHutchison</dc:creator>
      <dc:date>2018-03-16T20:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder Inquiry</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-inquiry/m-p/841417#M1919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the goal is to select the pipes that are 8" diameter that are overlapped by polygons and then buffer them, this is one approach that may work to get started.&amp;nbsp; Note the Expression in the &lt;EM&gt;Make Feature Layer&lt;/EM&gt; for the &lt;EM&gt;Pipes_test&lt;/EM&gt; feature class to limit the results right from the start to just 8 inch diameter pipes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="/legacyfs/online/399182_2018-03-16 15_19_31-ArcCatalog - C__CD_Files_Modelbuilder_TestData.gdb_DataForTesting_Pipes_test.jpg" style="width: 620px; height: 361px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To improve on this, you may want to add a &lt;EM&gt;Spatial Join&lt;/EM&gt; so the attributes transfer across from your selection areas (in this case the feature class PipeSelectionZones) to the output.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm"&gt;Spatial Join—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/tables/about-joining-the-attributes-of-features-by-their-location.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/tables/about-joining-the-attributes-of-features-by-their-location.htm"&gt;About joining the attributes of features by their location—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the buffer, one could &lt;EM&gt;Dissolve&lt;/EM&gt; the result of the buffer.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/dissolve.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/dissolve.htm"&gt;Dissolve—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain why the &lt;EM&gt;Feature to Line&lt;/EM&gt; is being employed?&amp;nbsp; Does the end product need to be lines from the end buffer?&amp;nbsp; Or was the &lt;EM&gt;Feature to Line&lt;/EM&gt; used originally as a potential solution but not needed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, that's my guess on what is required based on what was stated.&amp;nbsp;&amp;nbsp; However, there may be other variations that accomplish the goal better - much would depend on further details of the project goals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 22:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-inquiry/m-p/841417#M1919</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2018-03-16T22:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Model Builder Inquiry</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/model-builder-inquiry/m-p/841418#M1920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Chris thanks for the response.&amp;nbsp; I used the feature to line so that the main would be split at the polygon edges.&amp;nbsp; I need to select all main within each polygon and used that tool to split the line at the polygon boundary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 13:12:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/model-builder-inquiry/m-p/841418#M1920</guid>
      <dc:creator>MichaelHutchison</dc:creator>
      <dc:date>2018-03-19T13:12:27Z</dc:date>
    </item>
  </channel>
</rss>

