Hello! I am currently using the loopstructural package on my dataset to generate a 3D geological model through interpolation. After saving it as a VTK file using the save method, I noticed that the data is stored in cell format, and there seems to be no indexing for the cell data. I need to correlate the coordinates of the generated 3D model with the attribute values to perform subsequent data analysis. Do you have any suggestions on how to achieve this? Or could there be an issue with my export process?
Hello! I am currently using the loopstructural package on my dataset to generate a 3D geological model through interpolation. After saving it as a VTK file using the save method, I noticed that the data is stored in cell format, and there seems to be no indexing for the cell data. I need to correlate the coordinates of the generated 3D model with the attribute values to perform subsequent data analysis. Do you have any suggestions on how to achieve this? Or could there be an issue with my export process?