<?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: Use of Hex based raster for Cost Distance in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/use-of-hex-based-raster-for-cost-distance/m-p/438628#M953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are numerous hex sample tools out there, Tim's mentioned above is probably the most mature and curated one. There is not an official Esri hex tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the heart of this is a question of wanting a movement model that uses more than 4 directions, and just want to make sure everyone is aware that the Cost Distance tool is an 8 direction movement model. It uses the 4 faces of the raster, as well as the 4 diagonals, and appropriately weights the diagonals for their increased distance.&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/How_the_cost_distance_tools_work/009z00000025000000/"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#/How_the_cost_distance_tools_work/009z00000025000000/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jun 2015 16:39:12 GMT</pubDate>
    <dc:creator>SteveKopp</dc:creator>
    <dc:date>2015-06-04T16:39:12Z</dc:date>
    <item>
      <title>Use of Hex based raster for Cost Distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/use-of-hex-based-raster-for-cost-distance/m-p/438624#M949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have recently been looking for any papers, tutorials, or presentations on using hex based movement instead of traditional square raster's.&amp;nbsp; Any and all references appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition I have found several aftermarket solutions (&lt;STRONG&gt; Tim Whiteaker's sampling hex ESRI blog) &lt;/STRONG&gt;into creating hex raster's but would like to know if ESRI have yet developed a Hex raster creation tool?&amp;nbsp; Or a raster square to raster hex tool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All comments gratefully received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff Chartrand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 11:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/use-of-hex-based-raster-for-cost-distance/m-p/438624#M949</guid>
      <dc:creator>JeffChartrand</dc:creator>
      <dc:date>2015-05-15T11:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Hex based raster for Cost Distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/use-of-hex-based-raster-for-cost-distance/m-p/438625#M950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;The referenced blog post by the OP is: &lt;A href="http://blogs.esri.com/esri/arcgis/2013/05/06/a-new-tool-for-creating-sampling-hexagons/" title="http://blogs.esri.com/esri/arcgis/2013/05/06/a-new-tool-for-creating-sampling-hexagons/"&gt;A new tool for creating sampling hexagons | ArcGIS Blog&lt;/A&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The cost distance analysis is based on rasters. A raster inside ArcGIS is based on square cells (some tool might support rectangles but not hex). You could build something similar based on vector format (hex polygons), but this would require quite a lot of programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why would you want to use hex shapes cells for the cost distance analysis? Can you elaborate on that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 15:42:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/use-of-hex-based-raster-for-cost-distance/m-p/438625#M950</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-05-15T15:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Hex based raster for Cost Distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/use-of-hex-based-raster-for-cost-distance/m-p/438626#M951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, sorry about the delay I was on leave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hex based movement over a terrain is more realistic than square based as it allows for increased directionality.&amp;nbsp; I suspect that is why the gaming industry uses it.&amp;nbsp; I was hoping that we might move beyond simple square cost distance movement.&amp;nbsp; Ultimately I would like to see if we could integrate an octagon rather than hexagon as the eight sides would be a far better approximation of real movement in terrain cost distance. &lt;/P&gt;&lt;P&gt;Square (N, S, E, W) (four core movement directions)&lt;/P&gt;&lt;P&gt;Hex (NW, NE, E, W, SW, SE) (six core movement directions)&lt;/P&gt;&lt;P&gt;Octagon (N, S, E, W, NW, NE, SW, SE)&amp;nbsp; (eight core movement directions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that help explain my thinking? &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 07:57:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/use-of-hex-based-raster-for-cost-distance/m-p/438626#M951</guid>
      <dc:creator>JeffChartrand</dc:creator>
      <dc:date>2015-06-02T07:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Hex based raster for Cost Distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/use-of-hex-based-raster-for-cost-distance/m-p/438627#M952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with octagons is that the grid of octagons has gaps:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image" src="http://forum.profantasy.com/extensions/InlineImages/image.php?AttachmentID=2376" /&gt;&lt;/P&gt;&lt;P&gt;If you cost raster is has little variation than you will notice the effect of the square grid cells, if it has high variation you will not notice it. &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/105989_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;The other aspect to consider is the accuracy of the result. is your input and methodology this precise to require the hexagonal grid cells? In other words, will the effort you will have to invest in using a different shape of cell really yield a better result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 12:48:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/use-of-hex-based-raster-for-cost-distance/m-p/438627#M952</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-06-02T12:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Hex based raster for Cost Distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/use-of-hex-based-raster-for-cost-distance/m-p/438628#M953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are numerous hex sample tools out there, Tim's mentioned above is probably the most mature and curated one. There is not an official Esri hex tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the heart of this is a question of wanting a movement model that uses more than 4 directions, and just want to make sure everyone is aware that the Cost Distance tool is an 8 direction movement model. It uses the 4 faces of the raster, as well as the 4 diagonals, and appropriately weights the diagonals for their increased distance.&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/How_the_cost_distance_tools_work/009z00000025000000/"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#/How_the_cost_distance_tools_work/009z00000025000000/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 16:39:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/use-of-hex-based-raster-for-cost-distance/m-p/438628#M953</guid>
      <dc:creator>SteveKopp</dc:creator>
      <dc:date>2015-06-04T16:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Hex based raster for Cost Distance</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/use-of-hex-based-raster-for-cost-distance/m-p/438629#M954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...as for an official "Hex tool"&amp;nbsp; &lt;A href="http://blogs.esri.com/esri/arcgis/2015/08/26/creating-thematic-maps-with-hexagons-in-arcgis-online/" title="http://blogs.esri.com/esri/arcgis/2015/08/26/creating-thematic-maps-with-hexagons-in-arcgis-online/"&gt;Creating thematic maps with hexagons in ArcGIS Online | ArcGIS Blog&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 11:37:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/use-of-hex-based-raster-for-cost-distance/m-p/438629#M954</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-08-27T11:37:50Z</dc:date>
    </item>
  </channel>
</rss>

