<?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: sum of overlapping polylines in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/sum-of-overlapping-polylines/m-p/175807#M561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your species are in separate feature classes, just run Intersect once, feeding it the separate feature classes.&amp;nbsp; If you have but one feature class containing all the species, just run Intersect on that one feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have some data you'd could let me play with, zip it up and email it to &lt;/SPAN&gt;&lt;A href="mailto:arcgisteamanalysis@esri.com"&gt;arcgisteamanalysis@esri.com&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; I've been playing with some made-up data... it looks like an Identity (not Intersect) is what you need...&amp;nbsp; but w/o specific data, it's hard to say.&amp;nbsp; In any case, this is not a straight-forward problem, so I'd like to help you solve it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2012 20:13:11 GMT</pubDate>
    <dc:creator>DaleHoneycutt</dc:creator>
    <dc:date>2012-11-29T20:13:11Z</dc:date>
    <item>
      <title>sum of overlapping polylines</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/sum-of-overlapping-polylines/m-p/175804#M558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am looking to calculate the sum of overlapping polylines in a field. I have fish distribution data and I would like to create a richness field to calculate the number of species on each stream segment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have previously converted all of the polylines to rasters and used the weighted sum tool, however, I would like the richness number stored back in a merged shapefile. The final result will be a web mapping application and the pixelated raster on the web is less than aesthetically appealing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions would be greatly appreciated,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jessica&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 18:59:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/sum-of-overlapping-polylines/m-p/175804#M558</guid>
      <dc:creator>JessicaLeonard</dc:creator>
      <dc:date>2012-11-26T18:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: sum of overlapping polylines</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/sum-of-overlapping-polylines/m-p/175805#M559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have polylines of each species?&amp;nbsp; I'm guessing that these polylines overlap each other.&amp;nbsp; It seems like you should be able to use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Intersect/00080000000p000000/"&gt;Intersect &lt;/A&gt;&lt;SPAN&gt; tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps you can provide a small sample dataset?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 02:22:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/sum-of-overlapping-polylines/m-p/175805#M559</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2012-11-27T02:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: sum of overlapping polylines</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/sum-of-overlapping-polylines/m-p/175806#M560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems tedious to use the intersect tool, as you would have to run the tool for every possible combination which would amount well over 30 times. I really just want a species richness count. Weighted overlay does it very well for rasters, but I would like the number tied back to the polyline for web viewing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 20:09:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/sum-of-overlapping-polylines/m-p/175806#M560</guid>
      <dc:creator>JessicaLeonard</dc:creator>
      <dc:date>2012-11-29T20:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: sum of overlapping polylines</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/sum-of-overlapping-polylines/m-p/175807#M561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your species are in separate feature classes, just run Intersect once, feeding it the separate feature classes.&amp;nbsp; If you have but one feature class containing all the species, just run Intersect on that one feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have some data you'd could let me play with, zip it up and email it to &lt;/SPAN&gt;&lt;A href="mailto:arcgisteamanalysis@esri.com"&gt;arcgisteamanalysis@esri.com&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; I've been playing with some made-up data... it looks like an Identity (not Intersect) is what you need...&amp;nbsp; but w/o specific data, it's hard to say.&amp;nbsp; In any case, this is not a straight-forward problem, so I'd like to help you solve it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 20:13:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/sum-of-overlapping-polylines/m-p/175807#M561</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2012-11-29T20:13:11Z</dc:date>
    </item>
  </channel>
</rss>

