How do I create a 3-dimensional image using x,y,z coordinates and then analyze (x and y are cartesian coordinates and z is elevation above ground)?
I haven't been able to figure out how to create a 3-d image from an Excel .csv spreadsheet with x,y,z values. None of the values exist on the map itself, it's imported data.
Then after it is created, then in geoprosessing, use IDW or kriging to assign a color scheme to the image. I already know how to analyze in 2-d.
Thanks in advance!