Hello!
I am interested in analyzing national borders to give certain nations "compactness" ratings. There are lots of ways to measure compactness of a polygon, but the method I want to use is to calculate the average direct distance between any two random points within the polygon.
I have my national boundary polygon data, and I have converted that to a raster layer with a cell size of 1km x 1km. I plan on converting that raster to point data for this analysis, but since that will take a long time to both generate and load, I want to be sure what I'm going to do with that point data before I generate it.
Since this analysis is on a national level with only a couple hundred polygons, if I have to separate each of the nations out manually and run the analysis separately for each one, I'm willing to do it. That would be a lot of monotonous effort though, so I'd very much prefer to do it all at once.