<?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: Counting Pixels Along A Stream in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/counting-pixels-along-a-stream/m-p/1065326#M41682</link>
    <description>&lt;P&gt;Buffer on lines are never circular, its end could be rounded or flat (as per your choice). Is it possible to select the stream stretch, and then execute Buffer?&lt;/P&gt;&lt;P&gt;That brings another question. Do you have streams as lines or only as raster? In case you have the streams as raster, you may need to do an additional step of &lt;A href="https://desktop.arcgis.com/en/arcmap/10.3/tools/spatial-analyst-toolbox/stream-to-feature.htm" target="_self"&gt;Stream to Feature&lt;/A&gt; or &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/raster-to-polyline.htm" target="_self"&gt;Raster to polyline&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jun 2021 21:56:41 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2021-06-04T21:56:41Z</dc:date>
    <item>
      <title>Counting Pixels Along A Stream</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/counting-pixels-along-a-stream/m-p/1065275#M41674</link>
      <description>&lt;P&gt;Hi all-&lt;/P&gt;&lt;P&gt;I'm looking for a tool that will count pixels along a stream. I have a TIF file which displays binary pixels (either 100 or 101) that follow a stream. (A bit of background - I'm assessing a model that identifies areas along streams that could benefit from increased riparian planting. The TIF file is a product of the model, giving me pixels that either meet or fail certain criteria: % solar gain and canopy cover, mostly.) Is there a tool that could count the number of pixels up/down a stream for a specified distance?&lt;/P&gt;&lt;P&gt;Thanks so much for any and all tips.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 19:15:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/counting-pixels-along-a-stream/m-p/1065275#M41674</guid>
      <dc:creator>SethLewis2</dc:creator>
      <dc:date>2021-06-04T19:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Pixels Along A Stream</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/counting-pixels-along-a-stream/m-p/1065280#M41676</link>
      <description>&lt;P&gt;How about creating a &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/buffer.htm" target="_self"&gt;buffer&lt;/A&gt;&amp;nbsp;on the stream layer with prerequisite distance, and then executing &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/zonal-histogram.htm" target="_self"&gt;Zonal Histogram&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 19:23:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/counting-pixels-along-a-stream/m-p/1065280#M41676</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-06-04T19:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Pixels Along A Stream</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/counting-pixels-along-a-stream/m-p/1065290#M41679</link>
      <description>&lt;P&gt;Thanks for the tip, but unfortunately a buffer wouldn't work because it would include neighboring streams and their pixels as well (I need about 600 meters of stream reach analyzed). Is there a way to create an elongated buffer that would follow the stream and therefore not be a perfect circle?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 20:14:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/counting-pixels-along-a-stream/m-p/1065290#M41679</guid>
      <dc:creator>SethLewis2</dc:creator>
      <dc:date>2021-06-04T20:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Pixels Along A Stream</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/counting-pixels-along-a-stream/m-p/1065326#M41682</link>
      <description>&lt;P&gt;Buffer on lines are never circular, its end could be rounded or flat (as per your choice). Is it possible to select the stream stretch, and then execute Buffer?&lt;/P&gt;&lt;P&gt;That brings another question. Do you have streams as lines or only as raster? In case you have the streams as raster, you may need to do an additional step of &lt;A href="https://desktop.arcgis.com/en/arcmap/10.3/tools/spatial-analyst-toolbox/stream-to-feature.htm" target="_self"&gt;Stream to Feature&lt;/A&gt; or &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/raster-to-polyline.htm" target="_self"&gt;Raster to polyline&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 21:56:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/counting-pixels-along-a-stream/m-p/1065326#M41682</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-06-04T21:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Pixels Along A Stream</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/counting-pixels-along-a-stream/m-p/1065329#M41684</link>
      <description>&lt;P&gt;convert the raster to vector&lt;/P&gt;&lt;P&gt;split the line at your point of interest&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/split-line-at-point.htm" target="_blank"&gt;Split Line at Point (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Select the line of interest, then in an Edit session&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/editing/divide-a-polyline-by-a-value.htm" target="_blank"&gt;Divide a polyline by a value—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you can specify the distance(s) to subdivide the line along and whether to start at the end or beginning of the line.&lt;/P&gt;&lt;P&gt;I only suggest this is that it allows you to fine-tune your analysis horizon along the stream reach, because I am sure you will want to fiddle with the distance values at some stage.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 22:07:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/counting-pixels-along-a-stream/m-p/1065329#M41684</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-06-04T22:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Counting Pixels Along A Stream</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/counting-pixels-along-a-stream/m-p/1067254#M41893</link>
      <description>&lt;P&gt;Vector based approach:&lt;BR /&gt;This article [but undertaken in Pro!] might help :&lt;A href="https://support.esri.com/en/technical-article/000012696" target="_blank"&gt;https://support.esri.com/en/technical-article/000012696&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 08:14:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/counting-pixels-along-a-stream/m-p/1067254#M41893</guid>
      <dc:creator>Mary_Murphy</dc:creator>
      <dc:date>2021-06-11T08:14:09Z</dc:date>
    </item>
  </channel>
</rss>

