<?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: Is there a way to use Python to select between two different line layers (specifically, lines that are connected to each other) AND specify which attributes I want to select by? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/is-there-a-way-to-use-python-to-select-between-two/m-p/627899#M48909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for taking a look at my question, Joshua. The different pressure classification levels are 1, 2, 5, 6, 7, and 8. These are the same classes in both the service line layer and the main line layer. I essentially need to find all the service lines that don't match the main lines regarding pressure classification. I'll try to gather some samples later this afternoon. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jul 2017 13:29:15 GMT</pubDate>
    <dc:creator>MichaelHeing</dc:creator>
    <dc:date>2017-07-20T13:29:15Z</dc:date>
    <item>
      <title>Is there a way to use Python to select between two different line layers (specifically, lines that are connected to each other) AND specify which attributes I want to select by?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-a-way-to-use-python-to-select-between-two/m-p/627896#M48906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two line layers in a gas distribution gdb&amp;nbsp;and I want to select all of the &lt;EM&gt;class 6 &lt;/EM&gt;lines that are connected to a &lt;EM&gt;class 5 main &lt;/EM&gt;line, &lt;EM&gt;class 2 &lt;/EM&gt;lines are connected to a main line that is NOT&lt;EM&gt; class 2&lt;/EM&gt;, etc. Specifically, it is the 'connected to' aspect of this that I cannot figure out. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 13:08:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-a-way-to-use-python-to-select-between-two/m-p/627896#M48906</guid>
      <dc:creator>MichaelHeing</dc:creator>
      <dc:date>2017-07-19T13:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to use Python to select between two different line layers (specifically, lines that are connected to each other) AND specify which attributes I want to select by?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-a-way-to-use-python-to-select-between-two/m-p/627897#M48907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the easiest way to approach this would be to create a dictionary with keys of all the points which represent connections between pipes, and a value that is a list of all the&amp;nbsp;pipe classes which connect at that point. Then for each line, check the points that touch the line for the class value matching your criteria for that selection.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 19:18:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-a-way-to-use-python-to-select-between-two/m-p/627897#M48907</guid>
      <dc:creator>ClintonDow1</dc:creator>
      <dc:date>2017-07-19T19:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to use Python to select between two different line layers (specifically, lines that are connected to each other) AND specify which attributes I want to select by?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-a-way-to-use-python-to-select-between-two/m-p/627898#M48908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be helpful if you could provide some more information, maybe even a sample dataset.&amp;nbsp; It is the "etc." part that makes me hesitate because what I suggest will likely vary if there are 3 conditions or 30 conditions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 19:28:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-a-way-to-use-python-to-select-between-two/m-p/627898#M48908</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-07-19T19:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to use Python to select between two different line layers (specifically, lines that are connected to each other) AND specify which attributes I want to select by?</title>
      <link>https://community.esri.com/t5/python-questions/is-there-a-way-to-use-python-to-select-between-two/m-p/627899#M48909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for taking a look at my question, Joshua. The different pressure classification levels are 1, 2, 5, 6, 7, and 8. These are the same classes in both the service line layer and the main line layer. I essentially need to find all the service lines that don't match the main lines regarding pressure classification. I'll try to gather some samples later this afternoon. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 13:29:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-a-way-to-use-python-to-select-between-two/m-p/627899#M48909</guid>
      <dc:creator>MichaelHeing</dc:creator>
      <dc:date>2017-07-20T13:29:15Z</dc:date>
    </item>
  </channel>
</rss>

