<div dir="ltr">Your coordinate data appear to be in the format DDMMSS.ss for both lat/lon. I'm not sure what the weightDepth variable refers to but valueDepth appears to be a subsurface value. <div><br></div><div style>
I would start by storing the data as lat/log/valueDepth triples and then see what a plot looks like. I suspect, since you have a complete dataset, you have access to who created it. As an exercise to the undergraduate student, I'd be addressing some of the more technical questions about this dataset to the provider. </div>
<div style><br></div><div style>Personally, I'd find a 3d tool like you're describing useful but suggest that it should not be limited solely to one dataset of this sort. Just limiting it to side-scan sonar would mean it would be essentially unusable for other datasets; I don't do much bathymetry, but I do need to work with terrain and meteorological variables where height is important. </div>
<div style><br></div><div style>gerry</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jun 9, 2013 at 10:37 AM, Ragnar Johannesen <span dir="ltr"><<a href="mailto:ragnar123@gmail.com" target="_blank">ragnar123@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I am currently working on a project, where I combine several MaxSea 3D databases, which contain depth measurements made by the echosounder onboard on a ship. The idea is to combine these databases to create a detailed seafloor map around the Faroe Islands.</div>


<div><br></div><div>The file format is proprietary, and the files generated are named 3DDB.PTZ. By inspecting the file, is see that it is a password protected Microsoft Jet database, but with some tools, I have been able to read from the file. The database contains a table named 3DTable which has the following structure:</div>


<div><br></div><div><font face="courier new, monospace">    ╔═══════╦══════════╦═══════════╦══════════════════╦═════════════════╦═════════════╦═══</font><span style="font-family:'courier new',monospace">═</span><span style="font-family:'courier new',monospace">═</span><span style="font-family:'courier new',monospace">═══════╗</span></div>


<div><font face="courier new, monospace">    ║ Level ║   Lat    ║    Lon    ║ WeightDepth_CMap ║ ValueDepth_CMap ║ WeightDepth ║ ValueDepth ║</font></div><div><font face="courier new, monospace">    ╠═══════╬══════════╬═══════════╬══════════════════╬═════════════════╬═════════════╬════════════╣</font></div>


<div><font face="courier new, monospace">    ║     7 ║ 88021504 ║ 220475264 ║                  ║                 ║           1 ║ -48.64608  ║</font></div><div><font face="courier new, monospace">    ║     7 ║ 88021504 ║ 220475392 ║                  ║                 ║           1 ║ -48.64608  ║</font></div>


<div><font face="courier new, monospace">    ║     7 ║ 88021504 ║ 220508928 ║                  ║                 ║           3 ║ -19.2024   ║</font></div><div><font face="courier new, monospace">    ║     7 ║ 88021504 ║ 220509056 ║                  ║                 ║           2 ║ -13.35024  ║</font></div>


<div><font face="courier new, monospace">    ║     7 ║ 88021632 ║ 220474880 ║                  ║                 ║           1 ║ -48.64608  ║</font></div><div><font face="courier new, monospace">    ║     7 ║ 88021632 ║ 220475008 ║                  ║                 ║           1 ║ -48.64608  ║</font></div>


<div><font face="courier new, monospace">    ║     7 ║ 88021632 ║ 220475136 ║                  ║                 ║           1 ║ -48.64608  ║</font></div><div><font face="courier new, monospace">    ║     7 ║ 88021632 ║ 220509056 ║                  ║                 ║           3 ║ -21.0312   ║</font></div>


<div><font face="courier new, monospace">    ║     7 ║ 88021632 ║ 220509184 ║                  ║                 ║           3 ║ -21.9456   ║</font></div><div><font face="courier new, monospace">    ║     7 ║ 88021632 ║ 220509312 ║                  ║                 ║           1 ║ -7.3152    ║</font></div>


<div><font face="courier new, monospace">    ║     7 ║ 88021760 ║ 220461696 ║                  ║                 ║           1 ║ -70.77456  ║</font></div><div><font face="courier new, monospace">    ║     7 ║ 88021760 ║ 220474624 ║                  ║                 ║           1 ║ -51.75504  ║</font></div>


<div><font face="courier new, monospace">    ║     7 ║ 88021760 ║ 220474752 ║                  ║                 ║           1 ║ -51.75504  ║</font></div><div><font face="courier new, monospace">    ║     7 ║ 88021760 ║ 220509952 ║                  ║                 ║           2 ║ -14.6304   ║</font></div>


<div><font face="courier new, monospace">    ║     7 ║ 88021760 ║ 220510080 ║                  ║                 ║           5 ║ -33.8328   ║</font></div><div><font face="courier new, monospace">    ║     7 ║ 88021760 ║ 220510208 ║                  ║                 ║           2 ║ -13.53312  ║</font></div>


<div><font face="courier new, monospace">    ╚═══════╩══════════╩═══════════╩══════════════════╩═════════════════╩═════════════╩════════════╝</font></div><div><br></div><div>The column Level ranges from 5 to 21, in this particular dataset. However, I do not know how to process the data, as I do not know what format/projection the columns lat/lon is, and how to make sense of this.</div>


<div><br></div><div>In the project (it is my Bachelors project in Software Engineering), I will focus on the data quality, and how I can combine different datasets from ships and trawlers to create a detailed map. I have reference data from a research ship belonging to the Faroese Marine Research Institute, taken with a calibrated echo sounder of a higher quality. </div>


<div><br></div><div>To assist me in the process of combining the data, I intend to create a open source `ptz2pgsql` utility, similar to the `shp2pgsql` utility, and I would appreciate it, if someone of you could help me make sense of the data I have available at hand. I am able to send a sample of the data to you (a PTZ database). I have also contacted MaxSea to ask if it is legal to reverse engineer their proprietary file format.</div>


<div><br></div><div>I am not sure if this is the correct place to ask this kind of question, but I was pointed here from my question here <a href="http://gis.stackexchange.com/questions/62362/importing-maxsea-3d-database-to-postgis" target="_blank">http://gis.stackexchange.com/questions/62362/importing-maxsea-3d-database-to-postgis</a>. However, I like to think that there are some users on this list with interest in collaborative bathymetric data. </div>


<div><br></div><div><br></div><div><br></div><div>Thanks,</div><div>Ragnar Johannesen</div><div><br></div><div>Student at Fróðskaparsetur Føroya (<a href="http://setur.fo" target="_blank">setur.fo</a>)</div>
</div>
<br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Gerry Creager<div>NSSL/CIMMS</div><div>405.325.6371</div><div>++++++++++++++++++++++</div><div><div>“Big whorls have little whorls,</div><div>
That feed on their velocity; </div><div>And little whorls have lesser whorls, </div><div>And so on to viscosity.” </div><div>Lewis Fry Richardson (1881-1953)</div></div></div>
</div>