I have been trying to find a way to do this for 4-5 weeks. I'm willing to learn anything I need to. I've mostly been trying in Java but doesn't need to be.
Here are the specifics. I am trying to create a 3D image of inland lakes. I scan the lakes with a high end sonar. It allows me to export a csv file (that eventually I will put in a database) with lat, long, depth, time stamp, and maybe a couple of other things.
I want to take that "x, y, z" data (and time stamp if needed), turn it into a 3D image of the lake and put it on a webpage for user. I want the user to be able to rotate and zoom the image. Color for different depth, contour lines, etc... I'll figure out later if needed.
I'm assuming somebody does this for mountains with lidar or something but I can't find it anywhere!
Any help is appreciated. If it's not a complete answer that is fine. I'm looking for anything!