I have a 3-D point shapefile of a geological fault dataset consisting of x,y, and z columns. I need to create a raster dataset from this point dataset. I have been trying to do this in ArcGIS; however, ArcGIS does not do this correctly as the dataset result is a vertical surface as opposed to a horizontal one. I.e. x, y does not change but z does.
For example:
x, y, z
358749 5997833 270
358749 5997833 280
Is there a way I could flip the data (to make x,y horizontal and re-flip back to vertical afterwards) so that it can be interpolated?
Thanks in advance
