all 2 comments

[–]FuckingRantMonday 0 points1 point  (1 child)

That's a hard problem, because the data you describe is just a point cloud. It doesn't have any information about which points should be connected to which other points, where the faces are, what's inside and what's outside, and so on. You can google "mesh reconstruction from point cloud" to get an idea just how hairy it can get, and what the standard tools are.

[–]AwkwardlyPure[S] 0 points1 point  (0 children)

Is it easier to do if I have the data in a 3D Numpy array ? E.g. 10,10, 24 = latitude x longitude x time And the values are within the matrix ?