<?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 Euclidean allocation of non-integer values? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/euclidean-allocation-of-non-integer-values/m-p/351341#M4966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am fairly new to the euclidean allocation tool and am running into trouble with its limitations. I want to assign non-integer values to my output raster based on an adjacent floating-point raster but it doesn't appear that euclidean allocation will work for this purpose. Is there another tool or script out there that will allow me to assign floating-point values by a similar process?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jan 2011 23:36:20 GMT</pubDate>
    <dc:creator>PhilLeckman1</dc:creator>
    <dc:date>2011-01-05T23:36:20Z</dc:date>
    <item>
      <title>Euclidean allocation of non-integer values?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/euclidean-allocation-of-non-integer-values/m-p/351341#M4966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am fairly new to the euclidean allocation tool and am running into trouble with its limitations. I want to assign non-integer values to my output raster based on an adjacent floating-point raster but it doesn't appear that euclidean allocation will work for this purpose. Is there another tool or script out there that will allow me to assign floating-point values by a similar process?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 23:36:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/euclidean-allocation-of-non-integer-values/m-p/351341#M4966</guid>
      <dc:creator>PhilLeckman1</dc:creator>
      <dc:date>2011-01-05T23:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Euclidean allocation of non-integer values?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/euclidean-allocation-of-non-integer-values/m-p/351342#M4967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another approach is to use the IDW interpolator, using the options to only allow one point to be used to estimate the output value.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 22:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/euclidean-allocation-of-non-integer-values/m-p/351342#M4967</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2011-01-07T22:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Euclidean allocation of non-integer values?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/euclidean-allocation-of-non-integer-values/m-p/351343#M4968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That is a clever approach when the data are in a point layer.&amp;nbsp; Has ESRI now implemented IDW for raster data?&amp;nbsp; I hadn't heard.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not to my knowledge, but you could always convert your input cells to point features. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A third approach is to run euclidean allocation from an integer raster that can be joined to a table with the&amp;nbsp; floating-point values: a) eucallocation b) join tables c) use the Lookup tool to create a new raster from the floating-point values in the joined table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note, if you're filling in "seams" in a floating-point grid, to prevent abrupt boundary faults IDW may be a better tool than euclidean allocation (or its more complex friend, the Nibble tool). An approach i've used for this is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) convert nodata holes to zones: HoleRas = Con(IsNull(InRas),1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Expand by a couple of cells HoleBufRas = Expand(HoleRas,2,[1])&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Tear out the hole: RingRas = Con(IsNull(HoleRas == 0),HoleBufRas)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Convert this raster to points, set the mask to HoldBufRas&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) merge the IDW results with your input&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 15:47:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/euclidean-allocation-of-non-integer-values/m-p/351343#M4968</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2011-01-10T15:47:59Z</dc:date>
    </item>
  </channel>
</rss>

