<?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 to let a matrix from excel generate a network  in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-let-a-matrix-from-excel-generate-a-network/m-p/386373#M814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moving this to &lt;A href="https://community.esri.com/space/2051"&gt;Analysis&lt;/A&gt;‌ to better your chances of getting an answer &amp;nbsp;... This may help in the future...&lt;A href="https://community.esri.com/docs/DOC-1544"&gt;https://community.esri.com/docs/DOC-1544&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jan 2017 22:14:26 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-01-04T22:14:26Z</dc:date>
    <item>
      <title>How to let a matrix from excel generate a network</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-let-a-matrix-from-excel-generate-a-network/m-p/386372#M813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been trying to visualize a matrix like &lt;A href="http://imgur.com/a/UWNS1"&gt;this&lt;/A&gt;&amp;nbsp;from excel, where the row feeds the column and vice versa, in ArcGis. Is there a way I can generate a spoke network, where the size of the lines are dependent of the value. Something like &lt;A href="http://imgur.com/a/ucjKM"&gt;this&lt;/A&gt;, for example? I found some topics on forums, but they were more about how to make a beautiful map. I just want to connect polygons, add excel data, and create some simple lines between the polygons.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 22:05:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-let-a-matrix-from-excel-generate-a-network/m-p/386372#M813</guid>
      <dc:creator>EAlberts</dc:creator>
      <dc:date>2017-01-04T22:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to let a matrix from excel generate a network</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-let-a-matrix-from-excel-generate-a-network/m-p/386373#M814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moving this to &lt;A href="https://community.esri.com/space/2051"&gt;Analysis&lt;/A&gt;‌ to better your chances of getting an answer &amp;nbsp;... This may help in the future...&lt;A href="https://community.esri.com/docs/DOC-1544"&gt;https://community.esri.com/docs/DOC-1544&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 22:14:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-let-a-matrix-from-excel-generate-a-network/m-p/386373#M814</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-01-04T22:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to let a matrix from excel generate a network</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-let-a-matrix-from-excel-generate-a-network/m-p/386374#M815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 10:02:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-let-a-matrix-from-excel-generate-a-network/m-p/386374#M815</guid>
      <dc:creator>EAlberts</dc:creator>
      <dc:date>2017-01-05T10:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to let a matrix from excel generate a network</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-let-a-matrix-from-excel-generate-a-network/m-p/386375#M816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the past I did something similar to visualize migration, but using a different data structure. See thread here:&amp;nbsp;&lt;A href="https://community.esri.com/thread/120482"&gt;Creating Polylines to track migration&lt;/A&gt;&amp;nbsp;using some curvature to avoid overlapping lines when there is "traffic" is both directions between two points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to&amp;nbsp;adapt the code and read a matrix, use the names of the polygons&amp;nbsp;(and a polygon featureclass) to extract the centroid of the polygon and connect the point storing the value from the matrix as attribute that afterwards can be used to&amp;nbsp;assign a color and or width to the polylines.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in short, yes it is possible, but it will require some coding (Python script).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 12:04:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-let-a-matrix-from-excel-generate-a-network/m-p/386375#M816</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-01-05T12:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to let a matrix from excel generate a network</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-let-a-matrix-from-excel-generate-a-network/m-p/386376#M817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your clarification, got some work to do then!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 21:09:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-let-a-matrix-from-excel-generate-a-network/m-p/386376#M817</guid>
      <dc:creator>EAlberts</dc:creator>
      <dc:date>2017-01-05T21:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to let a matrix from excel generate a network</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/how-to-let-a-matrix-from-excel-generate-a-network/m-p/386377#M818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you run into problems to code the solution, you can post your questions here in this thread or create a new question and tag me. I will see what I can do to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 21:57:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/how-to-let-a-matrix-from-excel-generate-a-network/m-p/386377#M818</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-01-05T21:57:17Z</dc:date>
    </item>
  </channel>
</rss>

