I’m looking for some function that can intake a (large, thousands of lines, hundreds of columns) .CSV file, (which has values which would only correspond to height/Z) and creates a surface, or mesh, (or even a bunch of close parallel curves).
That is quite interesting, yes - probably far more sophisticated than what I imagined - but it may well do the trick, will dig into that and see. Thanks for the tip!
Perhaps? I’m not sure if there is a more specific meaning to an ASCII grid file that I’m not aware of, but basically I’m working with data that is in a very simple comma-separated-value spreadsheet type format, i.e.
… and I’m hoping to achieve a workflow where I can visualize that data as a 3D surface (or some equivalent, (the structure (whether a continuous surface, or simply adjacent structures)) is less important than the visibility for what I’m currently after) like in that first link. (which they’re calling a 3D point matrix)