<?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: Grouping line/polygon segments by average value in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/grouping-line-polygon-segments-by-average-value/m-p/1010759#M35169</link>
    <description>&lt;P&gt;Thanks for even trying to help with this. Also, thanks for taking time to explain the terminology. I hope you know it is incredibly helpful.&lt;/P&gt;&lt;P&gt;Street data -&amp;nbsp;&lt;A href="https://www.denvergov.org/opendata/dataset/city-and-county-of-denver-street-centerline" target="_blank"&gt;https://www.denvergov.org/opendata/dataset/city-and-county-of-denver-street-centerline&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Crash Data -&amp;nbsp;&lt;A href="https://www.denvergov.org/opendata/dataset/city-and-county-of-denver-traffic-accidents" target="_blank"&gt;https://www.denvergov.org/opendata/dataset/city-and-county-of-denver-traffic-accidents&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am not asking anyone to do the project. Just help me know what tools to even begin looking at and reading up on. I really want to learn. After taking these first steps, this will also help me incorporate some of the volume data and other data available to me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, I am able to identify high volume crash clusters or intersections. I am able to attach crash counts to either street segment or intersection. However, in addition to that, I would like to identify stretches of road of at least 5 or so blocks that may need attention do to total crash volume relative to length. Honestly, the min and max street segment count side is something I'd have to consider once I can play with the data.&lt;/P&gt;&lt;P&gt;I really struggle with the language part of this, so I hope I explained myself well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Dec 2020 20:16:33 GMT</pubDate>
    <dc:creator>Seiji_Nakatani</dc:creator>
    <dc:date>2020-12-17T20:16:33Z</dc:date>
    <item>
      <title>Grouping line/polygon segments by average value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/grouping-line-polygon-segments-by-average-value/m-p/1009039#M34951</link>
      <description>&lt;P&gt;I am looking for the language to use to even begin researching the process below. I am fairly new to ArcGIS Pro and struggle with finding the right terminology:&lt;/P&gt;&lt;P&gt;Is there a way I can have ArcGIS Pro group high average values along a series of connected/touching line or polygon segments? For example, let's say I have a series of 12 line segments, each with its own value:&lt;/P&gt;&lt;P&gt;5-2-1-9-3-9-2-1-1-1-8-1&lt;/P&gt;&lt;P&gt;I want to group the set of data beginning with the "5" and ending with the second "9" and then give that group the value of its average and/or sum.&lt;/P&gt;&lt;P&gt;My application is this: I have crash counts for street segments and intersections. I would like to ArcGIS Pro locate combinations of continuous street+intersection segments where these groupings have some sort of significance. I know I would need to put minimum and maximum segment lengths and the like.&lt;/P&gt;&lt;P&gt;Thank you for any help.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 22:05:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/grouping-line-polygon-segments-by-average-value/m-p/1009039#M34951</guid>
      <dc:creator>Seiji_Nakatani</dc:creator>
      <dc:date>2020-12-11T22:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping line/polygon segments by average value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/grouping-line-polygon-segments-by-average-value/m-p/1009089#M34957</link>
      <description>&lt;P&gt;Polylines and linestrings/multi-linestrings (same geometries, different name depending on geometry object model) are un-closed, ordered collections of paths (segments and/or arcs).&amp;nbsp; Attribution happens at the geometry level and not the part level, so one would not have a polyline in ArcGIS comprising 12 lines segments with each segment having its own values assigned.&lt;/P&gt;&lt;P&gt;Additional data structures are built on top of geometries, e.g., routes define a measurement system on top of polylines, and route feature classes and event tables are used to implement linear referencing in ArcGIS.&amp;nbsp; Since you mention street segments and intersections, I am guessing you are working with a routed feature classes.&lt;/P&gt;&lt;P&gt;It is most helpful to provide some sample or example data along with your description because similar to pictures, a data set is worth a thousand or more words.&amp;nbsp; If you can't share sample or example data, then some graphics illustrating the situation are second best.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 16:53:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/grouping-line-polygon-segments-by-average-value/m-p/1009089#M34957</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-12-12T16:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping line/polygon segments by average value</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/grouping-line-polygon-segments-by-average-value/m-p/1010759#M35169</link>
      <description>&lt;P&gt;Thanks for even trying to help with this. Also, thanks for taking time to explain the terminology. I hope you know it is incredibly helpful.&lt;/P&gt;&lt;P&gt;Street data -&amp;nbsp;&lt;A href="https://www.denvergov.org/opendata/dataset/city-and-county-of-denver-street-centerline" target="_blank"&gt;https://www.denvergov.org/opendata/dataset/city-and-county-of-denver-street-centerline&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Crash Data -&amp;nbsp;&lt;A href="https://www.denvergov.org/opendata/dataset/city-and-county-of-denver-traffic-accidents" target="_blank"&gt;https://www.denvergov.org/opendata/dataset/city-and-county-of-denver-traffic-accidents&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am not asking anyone to do the project. Just help me know what tools to even begin looking at and reading up on. I really want to learn. After taking these first steps, this will also help me incorporate some of the volume data and other data available to me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again, I am able to identify high volume crash clusters or intersections. I am able to attach crash counts to either street segment or intersection. However, in addition to that, I would like to identify stretches of road of at least 5 or so blocks that may need attention do to total crash volume relative to length. Honestly, the min and max street segment count side is something I'd have to consider once I can play with the data.&lt;/P&gt;&lt;P&gt;I really struggle with the language part of this, so I hope I explained myself well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 20:16:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/grouping-line-polygon-segments-by-average-value/m-p/1010759#M35169</guid>
      <dc:creator>Seiji_Nakatani</dc:creator>
      <dc:date>2020-12-17T20:16:33Z</dc:date>
    </item>
  </channel>
</rss>

