<?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: Need a table of raster from kernel density - how? in Spatial Statistics Questions</title>
    <link>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281367#M920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Set_Null/009z00000007000000/"&gt;use SetNull&lt;/A&gt; to set the 0 values to NoData, and then run the raster to point conversion process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Jan 2015 16:16:02 GMT</pubDate>
    <dc:creator>ShaunWalbridge</dc:creator>
    <dc:date>2015-01-16T16:16:02Z</dc:date>
    <item>
      <title>Need a table of raster from kernel density - how?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281359#M912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am running several different methods (intitially distance and kernel density with different radius) to create rasters with same size (50*50meters) pixels of the same area. I need to export the raster to a table for analysis with HLM (multilevel statistics program), where i would like to have OID and a value from the raster for each individual pixel, but i have been unable to get this done. The rasters come with float values and no attribute table, and when i try to use Int () to convert them i do get an attribute table - but not one of each individual pixel. The attribute table i get then instead lists all the unique values i have in the raster and the number of pixels with that value - so OID is for each unique value rather than for a pixel. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope someone understands what i am getting at and can point me in the right direction. I'd guess i am just making some stupid mistake here that magically will solve everything. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Manne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 10:56:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281359#M912</guid>
      <dc:creator>ManneGerell</dc:creator>
      <dc:date>2014-01-29T10:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need a table of raster from kernel density - how?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281360#M913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I guess your best bet would be to apply Int() with a scaling factor (i.e., Int("raster" * 1000) ). You would then convert the resulting raster to a point feature class and divide the attribute field by the scaling factor to coerce the data back to floating point. You could then join each resulting converted point feature class. This will give you want your are after but is highly inefficient. I would also make the argument that, at this point you have a population and not a sample, which will cause notable issues with your statistical analysis. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The more prudent, and considerably more efficient, approach would be to figure out the sample size required for an adequate sample distribution of the data. You can then create a random point sample, representing the derived optimal n, and use this to sample all of the KDE rasters. The results would be a point feature class with columns for each raster. You could then simply export the attributes as a table.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You would use the following tools: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) Data Management Tools &amp;gt; Feature Class &amp;gt; Create random points&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) Spatial Analyst Tools &amp;gt; Extraction &amp;gt; Extract Multi Values to Points&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 16:11:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281360#M913</guid>
      <dc:creator>JeffreyEvans</dc:creator>
      <dc:date>2014-02-05T16:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need a table of raster from kernel density - how?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281361#M914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z000000sr000000"&gt;Reclassify &lt;/A&gt;&lt;SPAN&gt;tool the output will be an integer raster which has a table (categorical values). Or you can convert you raster to a point feature class which has a table (unique values).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 21:07:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281361#M914</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2014-02-05T21:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need a table of raster from kernel density - how?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281362#M915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you both for the help! Problem now solved!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 04:57:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281362#M915</guid>
      <dc:creator>ManneGerell</dc:creator>
      <dc:date>2014-02-07T04:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need a table of raster from kernel density - how?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281363#M916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you describe what you mean by Int ()? I am looking to generate a table like this from raster data (a kernel density output), but don't know how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 15:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281363#M916</guid>
      <dc:creator>ChristieMacdonald</dc:creator>
      <dc:date>2015-01-16T15:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need a table of raster from kernel density - how?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281364#M917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z0000008z000000"&gt;Int() is the Spatial Analyst function&lt;/A&gt; to convert data between floating point values (i.e. real numbers) into discrete integer values (i.e. whole numbers). For this specific problem, you might want to start with the two techniques Steve Lynch mentions, or the sampling that Jeffery Evans mentions at the end of his post if you are interested in just sampling for a statistical analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 16:03:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281364#M917</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2015-01-16T16:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need a table of raster from kernel density - how?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281365#M918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to convert to a point feature class, but only converting the raster cells with a value &amp;gt;0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A large proportion of my raster cell values are 0 and I don't want to include them in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 16:09:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281365#M918</guid>
      <dc:creator>ChristieMacdonald</dc:creator>
      <dc:date>2015-01-16T16:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need a table of raster from kernel density - how?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281366#M919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to keep the whole numbers. Reclass would lump the cell values into bins, but I want a count of the total number of cells with each cell value. My values range from 0 to 0.001242302590981126, so the are all quite low and when I convert raster to point, each point has a cell value of 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could multiply the raster by a factor of say, 10000 first, and then try converting the raster to point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 16:15:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281366#M919</guid>
      <dc:creator>ChristieMacdonald</dc:creator>
      <dc:date>2015-01-16T16:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need a table of raster from kernel density - how?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281367#M920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/Set_Null/009z00000007000000/"&gt;use SetNull&lt;/A&gt; to set the 0 values to NoData, and then run the raster to point conversion process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 16:16:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281367#M920</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2015-01-16T16:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need a table of raster from kernel density - how?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281368#M921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shaun!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how I might be able to transform the output raster so the resulting frequency distribution is normal?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 16:45:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281368#M921</guid>
      <dc:creator>ChristieMacdonald</dc:creator>
      <dc:date>2015-01-16T16:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need a table of raster from kernel density - how?</title>
      <link>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281369#M922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A kernel density estimate is a fit distribution and is commonly referred to as a probability density function (PDF). If you transform the resulting PDF it will become somewhat meaningless. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 16:54:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-statistics-questions/need-a-table-of-raster-from-kernel-density-how/m-p/281369#M922</guid>
      <dc:creator>JeffreyEvans</dc:creator>
      <dc:date>2015-01-16T16:54:41Z</dc:date>
    </item>
  </channel>
</rss>

