I have data in this format:
Name I II III IV
Label Coordinate Humans Humans Coordinate
Latitude 29.48 60.79 29.98 32.62
Longitude -91.24 -83.24 -76.24 -81.56
How can I roll this data so I can have it all on one line? It is currently horizontally but I need it vertically. I tried to use the transpose and cross tab but it got a little confusing.
Also, how then would I be able to determine if Humans are within a 5 mile radius from the object (i.e., coordinate)?
I have tried a spatial tool but need some assistance. Thanks!