I need help with creating 3D from multiple 2D profiles of electrical resistivity data

I need help creating 3D image like the one below out of 2D images. My data is a CSV file. The data structure consists of 4 columns - longitude latitude depth resistivity_change. I can share a small part of my data is you request.

.

This is what I have done so far

  1. I uploaded my csv file
  2. Filter-alphabet-Table to Points
  3. On property, I specify my x,y,z and apply.
    The result I got were series of points in a straight line.

Hi @Adetokunbo_Peter !

If you data are structured (i.e. you provide value for each cell in an i-j-k manner), you may use the Table to Structured Grid filter.

Otherwise, please share you data.

Best,

Line3dtest.csv (27.0 KB)

That’s a small part of my data. If the outcome is correct it will show two 2d image in 3d space.

I look forward to your help

Initially, you might need to convert the latitude and longitude to an appropriate planar Cartesian coordinate system, similar to the example figure you presented in your initial post. Otherwise, the variations in latitude and longitude could be too minor compared to the depth scale, resulting in a straight line appearance.