Organized Point Generator?

214
1
12-19-2019 01:22 PM
AnthonyMosinski1
New Contributor

Is there a way to create points within a polygon in a non-random way? Only point generator I have found is the random point and create spatially balanced points. I do not have a raster to do the spatially balanced points and the random points create random points. I am looking to create the point grid in the image below but for thousands of polygons. The grid cell is 200m x 200m and I would like 100 points to be evenly distributed within the grid cell. Is there a quick way to do this that I am missing?

0 Kudos
1 Reply
PaulGiroux1
New Contributor III

I haven't done it but in my hacky way of working, I would generate bins (hex or squares for instance) then centroids then blow my bins away?