<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: testing local elevation variability within a point field in AutoCAD Map 3D Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6496619#M14270</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/59562"&gt;@parkr4st&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what you may need is&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://diydrones.com/profiles/blogs/ardupilot-goes-into-the-water-3" target="_blank"&gt;http://diydrones.com/profiles/blogs/ardupilot-goes-into-the-water-3&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So true.... There are so many cool gadgets out there these days -&amp;nbsp;in fact, the traditional echo sounder for hydrographic survey is really a bit of a dinosaur now. The swath style side scan sonars are the equivalent of underwater lidar which give accurate bathymetric point clouds - still too pricey for me, but amazing technology which I'm confident will be mainstream in the coming years.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Aug 2016 12:41:12 GMT</pubDate>
    <dc:creator>autoMick</dc:creator>
    <dc:date>2016-08-12T12:41:12Z</dc:date>
    <item>
      <title>testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6485972#M14251</link>
      <description>&lt;P&gt;Hi, Please see attached drawing and snip.&lt;/P&gt;
&lt;P&gt;I have a field of points which were collected as part of an echo sounder test (actually this is the test for the real test which would be larger scale). The objective was to collect numerous overlapping points so that the point elevations could be compared to determine the error/variability within the echo footprint during multiple passes of the same area. Lets say the&amp;nbsp;echo footprint at the depths being surveyed is around 1.0m radius&lt;/P&gt;
&lt;P&gt;What I would like is to be able to analyse the neighbours within the footprint of each recording point&amp;nbsp;to determine the range elevation differences. So for instance, the circled point in the snip, has two neighbours and the deviations in elevation from the point being analysed are +0.007 and -0.010m. I would like to somehow record these values. Some points won't have any close neighbours so they would have no records against them.&lt;/P&gt;
&lt;P&gt;Ideally I would also love to be able to vary the radius of the nominated footprint based on the depths recorded as the echo sounder has a 9 degree footprint and the footprint radius on the seabed changes with depth&amp;nbsp;(tricky I know - answer this one for bonus points).&lt;/P&gt;
&lt;P&gt;Any suggestions on an automated way to do this?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;- Mick&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/261528i99097A6B1985E7CC/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 00:36:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6485972#M14251</guid>
      <dc:creator>autoMick</dc:creator>
      <dc:date>2016-08-09T00:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6486690#M14252</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if this can be done using "out of the box" Map.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you have:&lt;BR /&gt;- points and elevation for each point&lt;/P&gt;&lt;P&gt;What you want:&lt;BR /&gt;- for each point find all neighbouring points within 1m distance&lt;BR /&gt;- calculate the difference between elevation of those points&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first requirement is a typical use case for a spatial query. Therefore I would use a spatial database to get that solved. As you mentioned the next test would be on larger scale - databases are a good option for that as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have spatial databases in house - you can export your points and import them into your database (Oracel, SQL Server, PostGIS, ...).&lt;/P&gt;&lt;P&gt;If you do not have a spatial database at hand - you could export your points to SQLite (_mapexport). SQLite is a file based database and there are tools (freely available) to connect to and perform analysises (Spatialite GUI SQL). You need to be familiar with basic SQL and basic SQL spatial queries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to vary the distance for neighbouring points - that might be a bit tricky, don't know if there is an easy solution for that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 08:10:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6486690#M14252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-09T08:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6487193#M14253</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@Anonymous﻿&amp;nbsp;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;I have some SQL experience.&lt;/P&gt;
&lt;P&gt;I use the word "experience" in the loosest possible way, in that I call recall once or twice that I may have written some SQL code using some handy wizard or another.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OK.... let's just say I have none and never mention it again&amp;nbsp;&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;
&lt;P&gt;If I had the time to invest in this I'd take to the time to learn the right tools, but unfortunately, I'm starting to think the most time efficient approach will be to just manually pick 50-100 points, but ideally I wanted a procedure that I could repeat automatically on new surveys as they were done.&lt;/P&gt;
&lt;P&gt;Another strategy I was considering was along the lines of creating a surface in Civil3d from the points, smooth by Kriging then looking at point deviation from the surface. Not really&amp;nbsp;the right analysis&amp;nbsp;for my question but thought I'd mention it in case it sparked some other ideas.&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;- Mick&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 11:51:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6487193#M14253</guid>
      <dc:creator>autoMick</dc:creator>
      <dc:date>2016-08-09T11:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6487317#M14254</link>
      <description>&lt;P&gt;Mick,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I consider "code" to be a 4-letter word.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have nothing to add here. I just find your post interesting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you add a little more information to the need for comparison of points in proximity?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dave&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 12:30:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6487317#M14254</guid>
      <dc:creator>Pointdump</dc:creator>
      <dc:date>2016-08-09T12:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6487396#M14255</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) As Dave, your post is interesting !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Your DWG seems to be an ACAD CIVIL drawing not an ACAD ou ACAD MAP drawing !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3) I think that you need a specific routine retrieving and analysing AECC_COGO CIVIL points !?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Patrice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 12:53:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6487396#M14255</guid>
      <dc:creator>braudpat</dc:creator>
      <dc:date>2016-08-09T12:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6487489#M14256</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did a test with your drawing - screenshot and SDF file are attached.&lt;/P&gt;&lt;P&gt;At least for the point you referred to I get the same result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The whole workflow shouldn't take longer than&amp;nbsp;10-15min. But in reality it took longer as I'm not overly familiar with SQLite - SQL and the peculiarities of SQLite Spatial.&amp;nbsp;Let me know if the result is correct or not. If correct I&amp;nbsp;can write down the steps required to get to the result.&lt;/P&gt;&lt;P&gt;The approach is flexible - once you have prepared SQL then you can feed new data in easily and get results back in no time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 13:13:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6487489#M14256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-09T13:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6490056#M14257</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/291579"&gt;@braudpat﻿&lt;/a&gt;&amp;nbsp;Yes you are right - civil3d is my preferred&amp;nbsp;platform. I've posted the question here as it really has more of a GIS solution than a civil design focus.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/564312"&gt;@Pointdump﻿&lt;/a&gt;&amp;nbsp;The question arises as there are standards for hydrographic surveying that specify cross-checks and allowable errors, but in my experience as a recipient of survey information, I&amp;nbsp;have never seen any evidence that this&amp;nbsp;sort of data that would allow verification has been collected, let alone the appropriate analysis conducted. As we are doing more and more survey work ourselves I wanted to at least have an initial understanding of the variability in our surveys, and ideally a repeatable methodology where I could determine a metric for each survey conducted. I use broadcast RTK corrections which have greater elevation error with distance from the base station (up to 50mm), GPS error (typically 10mm) and then echo sounder error (10-20mm). Adding those together seems very acceptable for most of the work we target, however there are variations on the bed of the river, latency between the GPS and sonar signals, boat speed, which all play a part - so it's more about what is the real error with all things considered in a typical field situation. Part of it is pure curiosity on my part.&lt;/P&gt;
&lt;P&gt;@Anonymous﻿&amp;nbsp;this is looking very promising and more than I dared hope for. I would be very grateful if you could spell out the process for me. Although i use civil3d daily, with some MAP commands, I'm really a newcomer to MAP3d and will need some hints! It doesn't worry me about having to go through a process (rather than just running a script).&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;- Mick&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 03:17:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6490056#M14257</guid>
      <dc:creator>autoMick</dc:creator>
      <dc:date>2016-08-10T03:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6490061#M14258</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oops... posted the same response twice. Edited to delete. It would nice in this forum if it was possible to delete duplicate posts&lt;/P&gt;
&lt;P&gt;- Mick&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 03:20:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6490061#M14258</guid>
      <dc:creator>autoMick</dc:creator>
      <dc:date>2016-08-10T03:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6490709#M14259</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have seen similar questions before and therefore took the effort to write a short description of the process for further reference:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://raumpatrouille3d.blogspot.ch/2016/08/spatial-queries-and-map.html" target="_blank"&gt;http://raumpatrouille3d.blogspot.ch/2016/08/spatial-queries-and-map.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With regards to your second requirement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Ideally I would also love to be able to vary the radius of the nominated footprint based on the depths recorded as the echo sounder has a 9 degree footprint and the footprint radius on the seabed changes with depth (tricky I know - answer this one for bonus points)."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of using a fixed value (1m according to your description) for all points in your SQL statement you can use a dynamic value depending on the point itself. I don't know how you would calculate the search-perimeter / radius for a specific point - could you explain that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 09:00:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6490709#M14259</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-10T09:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6491014#M14260</link>
      <description>&lt;P&gt;@Anonymous﻿&amp;nbsp;Rob, thanks for putting this together - it's going to have to wait to the weekend when I've got some time to work through it properly, but I'm confident given your description and results that this is the way forward. I'll provide some more feedback when I get to spend some time on it.&lt;/P&gt;
&lt;P&gt;Regarding the search radius: the sonar puts out a vertical cone of sound waves and records&amp;nbsp;the first echo return that a sound wave encounters within that zone, from which a depth is calculated. The shallowest depth could be anywhere within the base of that cone, but is assumed to be in the centre of it, vertically&amp;nbsp;under the sonar transducer. The cone has an angle of 9 degrees, so the radius that the echo sounder could detect a return from is R=depth*tan(4.5deg). The points included in my example drawing have raw descriptions included, which is actually the depth value below the transducer which would be used in this&amp;nbsp;expression.&lt;/P&gt;
&lt;P&gt;Thanks for your detailed responses.&lt;/P&gt;
&lt;P&gt;- Mick&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 11:26:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6491014#M14260</guid>
      <dc:creator>autoMick</dc:creator>
      <dc:date>2016-08-10T11:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6491256#M14261</link>
      <description>&lt;P&gt;Hi Mick,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;TAN doesn't seem to be part of core SQLite SQL but SpatiaLite_GUI does seem to have its on TAN function.&lt;BR /&gt;SpatiaLite help says, that TAN takes radians as input (in SpatiaLite GUI click on Help button to get further information).&lt;/P&gt;&lt;P&gt;I created a new SQLite file as I did not take the depth column into account with my first attempt.&lt;BR /&gt;The column name is "desc1". SQL I came up with is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;select 
p1.number as p1_number, 
p2.number as p2_number,
p1.elevation as p1_elevation,
p2.elevation as p2_elevation,
ST_Distance(p1.geom, p2.geom) as dist_points,
p1.elevation-p2.elevation as diff_pointheight,
p1.desc1 as p1_depth,
p2.desc1 as p2_depth,
p1.geom as p1_geom,
p1.desc1 * tan(Radians(4.5)) as distance_filter
from fdo_points_2_copy as p1 cross join fdo_points_2_copy  as p2
where dist_points &amp;lt; distance_filter -- returns only 36 rows
--where dist_points &amp;lt; 1  --returns 936 rows
and p1.number &amp;lt;&amp;gt; p2.number
order by p1_number&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note that&amp;nbsp;the table name is slightly different as I changed it during export into SQLite.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know if the result is ok&amp;nbsp; - it returns only 36 rows. When I use 1 (meter) in my filter I get nearly 1000 rows back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 12:44:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6491256#M14261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-10T12:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6493212#M14262</link>
      <description>&lt;P&gt;Wow Rob, you love a challenge I see !&lt;/P&gt;
&lt;P&gt;Still strapped for time this week, but keen to look through it properly on the weekend.&lt;/P&gt;
&lt;P&gt;thanks again for your help&lt;/P&gt;
&lt;P&gt;- Mick&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 02:16:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6493212#M14262</guid>
      <dc:creator>autoMick</dc:creator>
      <dc:date>2016-08-11T02:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6493804#M14263</link>
      <description>&lt;P&gt;AutoMick&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Trying to make sure I understand your project.&amp;nbsp; You are charting water depth in a tidal ? river in Balina?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;your set up is a boat with transponder, gps, and recording equipment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for each x,y point there are 4 elevations&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BD = Base datum presumed to be dead high or low tide or actual elevation if the water surface elevation never changes&lt;BR /&gt;WS = water surface elevation varying with tide?&lt;BR /&gt;TD = transponder depth&lt;BR /&gt;RB = river bed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Therefor do some data work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Z1 = tide differential is&amp;nbsp; &amp;nbsp;BD - WS&amp;nbsp;&amp;nbsp; Top of water as you work&lt;/P&gt;
&lt;P&gt;Z2 = Water depth is&amp;nbsp;WS-(TD + RB) &amp;nbsp;the water surface above the bottom aka too shallow the boat hits bottom&lt;/P&gt;
&lt;P&gt;Z3 = Bottom elevation is &amp;nbsp;BD-(Z1 + Z2)&amp;nbsp;bottom elevation relative to base datum&lt;/P&gt;
&lt;P&gt;Z4 = TD to RB&amp;nbsp;&amp;nbsp;TD-RB&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;all of these can be calculated in the data table keeping in mind to multiply by -1 when needed to produce positive number for calculations&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4.5 degrees = 0.0785398 radians&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so the radius formula is Z4*tan(0.0785398)&amp;nbsp; this is a radius of 0.07870169 meters per meter of water depth? &lt;BR /&gt;(3 inches +/-)&amp;nbsp; is it really enough to matter?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the data table add a calculation for field titled radius&amp;nbsp; Z2 * Tan ( 0.0785398 )&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;given any x,y the river bottom is at x,y,z3 compared to BD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;new dwg set CS&lt;/P&gt;
&lt;P&gt;mapimport the points with data and save as dwg1&lt;/P&gt;
&lt;P&gt;new dwg set CS&lt;/P&gt;
&lt;P&gt;attach dwg1, query in with a alteration setting ELEVATION from Z3.&lt;/P&gt;
&lt;P&gt;the result is 3d points of the bottom.&lt;/P&gt;
&lt;P&gt;make a C3D surface&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;graphically&lt;/P&gt;
&lt;P&gt;If you need a visual of the overlap, buffer your sdf points with 0.14 buffers.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do an analysis of points and buffer using identity&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the result is empty as there are no overlaps at 2 meters down.&lt;/P&gt;
&lt;P&gt;buffer at 1 meter (attached) and the data will show overlaps in the FID column (sort the column and it shows plainly)&amp;nbsp; attached file&lt;/P&gt;
&lt;P&gt;look at the map it shows plainly as overlapping circles&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;not automated, but your data can be used to get to a 3d surface.&amp;nbsp; someone who enjoys coding can probably encode any of this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;delta of the water surface and the bottom surface is the water body.&amp;nbsp; c3d can draw that as a 3d object?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;knowing the tide high and lows you can change the water surface for any given tide situation without having to measure at all tide variations&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;have fun make charts galore from the data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;querying on water depth i.e. all points where Z2 (WD) exceeds 1.5 meters you can map a channel in 3d if there is a channel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for reruns, use the sdf schema with an empty table, adding your newly collected data should so all the calculations automatically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IMHO this is what map3d can do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dave&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 10:57:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6493804#M14263</guid>
      <dc:creator>parkr4st</dc:creator>
      <dc:date>2016-08-11T10:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6493948#M14264</link>
      <description>&lt;P&gt;@Anonymous﻿&amp;nbsp;Rob, this works very well. Yes the actual overlap is much less than the 1m I posed as my example. So the 39 returns is spot on. I quoted 1m as that provides multiple neighbours for a given point, whereas it looks like the smaller radius given by the depth formula only has found single pairs. In deeper water there will be more overlaps.&lt;/P&gt;
&lt;P&gt;I found I had to change a few of the field codes to suit what I actually exported (FeatId instead of number, etc.) but it all worked very nicely thanks to your detailed description.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 380px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/262475iF7426C616EF6C6EE/image-dimensions/380x204?v=v2" width="380" height="204" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;﻿&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm now considering what to do with the point-pairs. Probably leave them I think and just report overall mean and 95 confidence limits.&lt;/P&gt;
&lt;P&gt;I'm interested in thoughts on how to handle the pairs? exclude the duplicates or not?&lt;/P&gt;
&lt;P&gt;Is there an easy way to exclude the duplicates within the select command?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;- Mick&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pairs.PNG" style="width: 442px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/262479i67CD9E3D4D3C0688/image-dimensions/442x258?v=v2" width="442" height="258" role="button" title="pairs.PNG" alt="pairs.PNG" /&gt;&lt;/span&gt;﻿&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 12:26:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6493948#M14264</guid>
      <dc:creator>autoMick</dc:creator>
      <dc:date>2016-08-11T12:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6493971#M14265</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/59562"&gt;@parkr4st﻿&lt;/a&gt;&amp;nbsp;Hi Dave, yes tidal waters with some minor wave surge. The GPS takes the sonar signal input at a frequency 20Hz and records an elevation of the river bed taking into account the GPS antenna elevation, the fixed offset to the sonar transducer and the sonar depth data feed. So the point Elevation is the result of this hardware recording and represents RB. I also record depth separately (which was in the raw description) for error checking and also with the view to calculating the sonar footprint as per the discussion above. Apart from the footprint aspect, the actually water level at the time is basically irrelevant, which is lucky since it varies constantly and erratically.&lt;/P&gt;
&lt;P&gt;I've tried to follow your explanation, but it's been a long day and I'm just not following it completely - I'll re-read tomorrow and respond more intelligently then I hope.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;- Mick&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 12:35:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6493971#M14265</guid>
      <dc:creator>autoMick</dc:creator>
      <dc:date>2016-08-11T12:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6495988#M14266</link>
      <description>&lt;P&gt;Hi Dave, I've just re-read your post but isn't quite what I was after.&lt;/P&gt;
&lt;P&gt;I'm confident&amp;nbsp;with charting the bed elevation and civil3d surfaces - my goal is more to give some sort of repeatable indication of measurement error in the vertical plane between points taken on different sample runs. Ideally, Run A would overlap exactly with Run B then I would have an exact comparison of my depth readings, but as you can imagine - getting a boat to drive over exactly the same piece of water multiple times with winds, currents and varying water levels is quite a challenge - hence the need to bring in the footprint of the sonar (which as you point out is very small) to give some leeway as to which points would be a valid comparison and which ones. It's still not perfect as the natural river bed has sand waves, etc. but that's just part of the accepted error.&lt;/P&gt;
&lt;P&gt;thanks for your input&amp;nbsp;. It's led me to learn a few new things in&amp;nbsp;map3d which is always a good thing.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;- Mick&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 05:24:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6495988#M14266</guid>
      <dc:creator>autoMick</dc:creator>
      <dc:date>2016-08-12T05:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6496007#M14267</link>
      <description>&lt;P&gt;Hi Mick,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with regards to "Is there an easy way to exclude the duplicates within the select command?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, I don't think so. At least I cant think of an easy solution. Why not filter them out in Excel - it has a "remove duplicates" function (although I have used it in a different context where the rows in question where identical over all columns - so Im not 100% sure if it will work for your data set).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 05:47:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6496007#M14267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-12T05:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6496030#M14268</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous_Fritz wrote:&lt;BR /&gt;
&lt;P&gt;Why not filter them out in Excel - it has a "remove duplicates" function&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi Rob, this is exactly what I did - it does work with a few steps in excel - I thought maybe there was a quick way to achieve the same in a more elegant way.&lt;/P&gt;
&lt;P&gt;thanks again for your help&lt;/P&gt;
&lt;P&gt;- Mick&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 06:16:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6496030#M14268</guid>
      <dc:creator>autoMick</dc:creator>
      <dc:date>2016-08-12T06:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6496352#M14269</link>
      <description>&lt;P&gt;your&amp;nbsp; welcome&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;interesting project to challenge what&amp;nbsp;GIS can be used for&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what you may need is&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://diydrones.com/profiles/blogs/ardupilot-goes-into-the-water-3" target="_blank"&gt;http://diydrones.com/profiles/blogs/ardupilot-goes-into-the-water-3&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;just to add to the interesting aspects of what can be done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;kudos to R Fritz are well deserved.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dave&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 10:29:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6496352#M14269</guid>
      <dc:creator>parkr4st</dc:creator>
      <dc:date>2016-08-12T10:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: testing local elevation variability within a point field</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6496619#M14270</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/59562"&gt;@parkr4st&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what you may need is&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://diydrones.com/profiles/blogs/ardupilot-goes-into-the-water-3" target="_blank"&gt;http://diydrones.com/profiles/blogs/ardupilot-goes-into-the-water-3&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So true.... There are so many cool gadgets out there these days -&amp;nbsp;in fact, the traditional echo sounder for hydrographic survey is really a bit of a dinosaur now. The swath style side scan sonars are the equivalent of underwater lidar which give accurate bathymetric point clouds - still too pricey for me, but amazing technology which I'm confident will be mainstream in the coming years.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 12:41:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/testing-local-elevation-variability-within-a-point-field/m-p/6496619#M14270</guid>
      <dc:creator>autoMick</dc:creator>
      <dc:date>2016-08-12T12:41:12Z</dc:date>
    </item>
  </channel>
</rss>

