Hello Alteryx Community! Long time viewer first time poster.
I am trying to create a single point layer (plots), spaced 600 feet apart overlayed across a 5 state footprint in the south/central US. The overall method I am using is working directionally well. However, when I measure distance between points I get measures of distance between points that don't equal the parameter's I set up in the Make Grid tool
Currently I use the Make Grid tool, set the grid length to 0.18288 km (600 feet). Then I use the Spatial Info tool to derive the centroid of each Grid cell to create the point layer. Theoretically the centroids should remain 600 feet apart across the 5 state footprint. But that is not the case.
The attached image shows that the distance West to East between points turns out to be 601.59 feet, and the North to South Distance is 598.85 feet. While this is directionally accurate, I need precise distances as our methodology is heavily critiqued.
I have played with using the Grid endpoints (via spatial info tool) to then select either the First or Last point of the grid, rather then the grid centroid, and the issue remains the same.
How can I space these points exactly 600 feet apart? Is there a setting that will allow me to select distance in Feet rather than km or miles? Would I be better served to use another process? Can I adjust the distances between the spatial objects using a formula?