<?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 would I classify polygons based on whether lines are moving into and/or out of them? in Water Resources Questions</title>
    <link>https://community.esri.com/t5/water-resources-questions/how-would-i-classify-polygons-based-on-whether/m-p/573588#M2946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;You could use the &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/feature-vertices-to-points.htm"&gt;Feature Vertices to Points&lt;/A&gt; tool to create start and end points for your stream lines - do this as 2 feature classes using the 'START' and 'END' options for the Point Type parameter. Then use &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/spatial-join.htm"&gt;Spatial Join&lt;/A&gt; to join your pond Ids to the start and end point layers. Then use table joins to link this back to your stream data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;You will need to be aware of connectors that may be in the stream network as they will most likely be included as contributing and flowing from a pond - exclude them before creating your end points if possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2016 02:20:46 GMT</pubDate>
    <dc:creator>OwenEarley</dc:creator>
    <dc:date>2016-02-01T02:20:46Z</dc:date>
    <item>
      <title>How would I classify polygons based on whether lines are moving into and/or out of them?</title>
      <link>https://community.esri.com/t5/water-resources-questions/how-would-i-classify-polygons-based-on-whether/m-p/573586#M2944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #4d5763; font-family: verdana, arial, helvetica, sans-serif;"&gt;I have a large amount of polygons representing ponds. I have a stream network shapefile with to and from nodes. I want to know for each pond whether a stream is contributing to it and whether a stream is flowing out of it. Any ideas? Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 00:31:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/how-would-i-classify-polygons-based-on-whether/m-p/573586#M2944</guid>
      <dc:creator>JeremyKiss1</dc:creator>
      <dc:date>2016-02-01T00:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: How would I classify polygons based on whether lines are moving into and/or out of them?</title>
      <link>https://community.esri.com/t5/water-resources-questions/how-would-i-classify-polygons-based-on-whether/m-p/573587#M2945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the streams only start or end in the points and don't cross them you could use &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-vertices-to-points.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-vertices-to-points.htm"&gt;Feature Vertices To Points—Data Management toolbox | ArcGIS for Desktop&lt;/A&gt; for STARTS and ENDS and use a spatial join to see if a point is inside (or near, depending the precision of your data) a pond. Use the ORIG_FID field to join the result back to the streams.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 02:14:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/how-would-i-classify-polygons-based-on-whether/m-p/573587#M2945</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2016-02-01T02:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: How would I classify polygons based on whether lines are moving into and/or out of them?</title>
      <link>https://community.esri.com/t5/water-resources-questions/how-would-i-classify-polygons-based-on-whether/m-p/573588#M2946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;You could use the &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/data-management-toolbox/feature-vertices-to-points.htm"&gt;Feature Vertices to Points&lt;/A&gt; tool to create start and end points for your stream lines - do this as 2 feature classes using the 'START' and 'END' options for the Point Type parameter. Then use &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/spatial-join.htm"&gt;Spatial Join&lt;/A&gt; to join your pond Ids to the start and end point layers. Then use table joins to link this back to your stream data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;You will need to be aware of connectors that may be in the stream network as they will most likely be included as contributing and flowing from a pond - exclude them before creating your end points if possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 02:20:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/how-would-i-classify-polygons-based-on-whether/m-p/573588#M2946</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2016-02-01T02:20:46Z</dc:date>
    </item>
  </channel>
</rss>

