I have sonar data collected in the format of an edge tech .JSF file, I have gotten the longitude, latitude, depth, and can get some more. I am having issues graphing the data as none of it is coming out the way it should. I am trying to use a contour plot to do it. If someone could help me out or give me a suggestion on what I should try or where I should go from here that would be great. I am programming in python
I tried using a contour plot of with [X, Y] = np.meshgrid(x, y) as my x and y values. The x and y are the longitude and latitude and used the depth as a Z value. I know I did this wrong but something I tried was [Z,Z] = np.meshgrid(z,z).
Michael Dunn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.