Thanks Shaun!
Do you know how I might be able to transform the output raster so the resulting frequency distribution is normal?
You can use SetNull to set the 0 values to NoData, and then run the raster to point conversion process.
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.
I could multiply the raster by a factor of say, 10000 first, and then try converting the raster to point?
Is there a way to convert to a point feature class, but only converting the raster cells with a value >0?
A large proportion of my raster cell values are 0 and I don't want to include them in the table.
Int() is the Spatial Analyst function 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.
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.
Thanks!
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.