Page 1 of 4 1234 LastLast
Results 1 to 10 of 34

Thread: Large Coordinate Issue and Point Clouds

  1. #1
    Administrator Steve_Bennett's Avatar
    Join Date
    2004-05
    Location
    Somewhere near there
    Posts
    4,627

    Default Large Coordinate Issue and Point Clouds

    I am absolutely amazed that I could not find any threads regarding this issue anywhere on AUGI (either that or once again I suck at searching). There are some posts on Shaan Hurley's blog and an article in cadalyst, but nothing here. I may even be posting this in the wrong forum, but what I'm about to describe cover 4 or possibly more different industries - general CAD, Surveying, 3D Modeling, possibly manufacturing, CSI and as built models/renovations - all rolled into one task.

    Here's the deal. Using a 3D laser scanning device such as Faro or Leica a user builds what's called a point cloud that has millions of data points that represent actual coordinates of all desired geometry. These points need to be tied in with some sort of geographic location such as NAD or somewhere in the GPS grid. When that is done and the geometry imported into cad, the point cloud is typically millions of units away from 0,0 due to each region of the NAD having one common point. Millions of units generally translates into hundreds of miles which is a LONG ways away from 0,0. The point clouds can be used to build all sorts of data - terrain, buildings, tunnels, crash scenes from auto accidents (including the wrecked vehicals).

    When geometry is located that far from 0,0 - things start to happen - strange things I might add. Commands stop working properly on obects, things display wrong in 3D - even vertical apps built on top of AutoCAD such as ADT start displaying things incorrectly. To start with, Shaan has made a few posts on his blog that discuss this. Post 1, post 2, post 3. Reading these posts are essential to understanding what the problem is when you have geometry far away from 0,0.

    Shaan's article uses the drawing of the solar system that many of you may remember from the older days of AutoCAD. You can draw the solar system to scale, but you run into problems when you try to draw a lander on pluto to scale due to the limit of digits that the computer can use. Currently that is 16 digits total and that does not mean 16 on each side of a decimal point. 16 total means you can have 10000000.00000001 or 1.000000000000001 or 100000000000000.1 as a number. When dealing with coordinates in the millions, you run out of decimal places real quick and that is what cause things to stop working when far away from 0,0.

    Also, there is a lovely article on Cadalyst that discusses this in depth too. This article describes some lovely workarounds for dealing with this situation.

    My question is, what can be done if the user cannot move the data near 0,0? They cannot reregister the point cloud closer to 0,0 as that would be far too time consuming and they cannot move the point cloud near 0,0 as that "could" cause rounding errors.
    Steve Bennett / CAD Manager
    HMC Architects / Adventures in BIM

  2. #2
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,028

    Default Re: Large Coordinate Issue and Point Clouds

    The obvious answer seems to be to create a UCS near to the objects of interest.
    Too easy and too obvious to work?
    John B

    "With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion." - Steven Weinberg.

  3. #3
    Administrator Steve_Bennett's Avatar
    Join Date
    2004-05
    Location
    Somewhere near there
    Posts
    4,627

    Default Re: Large Coordinate Issue and Point Clouds

    Quote Originally Posted by jaberwok
    The obvious answer seems to be to create a UCS near to the objects of interest.
    Too easy and too obvious to work?
    That is just a band aid and issues contiune to persist. You haven't changed the fact that you have moved the UCS to an alternate location 100's of miles from where it used to be. The numbers are still there.
    Steve Bennett / CAD Manager
    HMC Architects / Adventures in BIM

  4. #4
    100 Club Lemons's Avatar
    Join Date
    2001-06
    Location
    Beautiful Charleston, South Carolina
    Posts
    149

    Default Re: Large Coordinate Issue and Point Clouds

    Quote Originally Posted by Steve_Bennett
    That is just a band aid and issues contiune to persist. You haven't changed the fact that you have moved the UCS to an alternate location 100's of miles from where it used to be. The numbers are still there.
    Have you tried messing with the units? I see that insert units can go as big as parsecs.
    Drop me off in Asheville.

  5. #5
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,028

    Default Re: Large Coordinate Issue and Point Clouds

    Mathematically, what is the difference between moving the objects closer to the origin and creating a closer UCS (moving the origin closer to the objects)?
    If you create the new origin by TYPING a new coordinate value that ends with several zeros rounding shouldn't occur.

    For others - Shaan Hurley was mistaken when he referred to John Walker's drawing "of the universe"; it was a drawing of the solar system as correctly mentioned later in the article.
    John B

    "With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion." - Steven Weinberg.

  6. #6
    AUGI Addict Maverick91's Avatar
    Join Date
    2000-12
    Location
    Grand Prairie, Texas, USA
    Posts
    1,233

    Default Re: Large Coordinate Issue and Point Clouds

    Quote Originally Posted by Steve_Bennett
    That is just a band aid and issues contiune to persist. You haven't changed the fact that you have moved the UCS to an alternate location 100's of miles from where it used to be. The numbers are still there.
    When a building is built, it's usually tied to a few temporary benchmarks on site, instead of directly to the state plane coords. Those benchmarks were probably pulled from county or maybe state BMs. By doing this, the builders "move the UCS" instead of tying back to the universe.

    Your lunar lander's footpad could be 2 meters from the cabin, which is some kilometers from the center of the moon, which is some distance from Earth, some distance to the sun, some distance to the Milky Way.

    Granted, a bust in the survey makes for an interesting day. But it's not very often I want to know how far this mouse is to Alpha Centauri.

    AutoCAD Civil3D 2013
    Gig 'Em, Aggies!
    Never attribute to malice that which can be adequately explained by stupidity, but don't rule out malice

  7. #7
    Administrator Steve_Bennett's Avatar
    Join Date
    2004-05
    Location
    Somewhere near there
    Posts
    4,627

    Default Re: Large Coordinate Issue and Point Clouds

    Quote Originally Posted by Lemons
    Have you tried messing with the units? I see that insert units can go as big as parsecs.
    An application that is not designed by Autodesk exports the point clouds and creates a dwg file. I have no idea if the external app has control over the units setting.
    Steve Bennett / CAD Manager
    HMC Architects / Adventures in BIM

  8. #8
    Administrator Steve_Bennett's Avatar
    Join Date
    2004-05
    Location
    Somewhere near there
    Posts
    4,627

    Default Re: Large Coordinate Issue and Point Clouds

    Quote Originally Posted by jaberwok
    Mathematically, what is the difference between moving the objects closer to the origin and creating a closer UCS (moving the origin closer to the objects)?
    If you create the new origin by TYPING a new coordinate value that ends with several zeros rounding shouldn't occur.
    As I mentioned ealier, it's only a band aid. One of those articles I linked to discusses the same thing. Doing so creates either the same problem or others. It still has to keep track of where the original 0,0 is. So in effect, even though you've created a new ucs closer to the points it still has a huge coordinate system to keep track of.
    Steve Bennett / CAD Manager
    HMC Architects / Adventures in BIM

  9. #9
    Administrator Steve_Bennett's Avatar
    Join Date
    2004-05
    Location
    Somewhere near there
    Posts
    4,627

    Default Re: Large Coordinate Issue and Point Clouds

    Quote Originally Posted by Maverick91
    When a building is built, it's usually tied to a few temporary benchmarks on site, instead of directly to the state plane coords. Those benchmarks were probably pulled from county or maybe state BMs. By doing this, the builders "move the UCS" instead of tying back to the universe.
    In this particular case they survey existing buildings and tied to the NAD83 system for the corresponding zone in California. The base point resides in the pacific ocean. If he had known about this issue in advance, he would have generated the points closer to 0,0 instead of 100's of miles away.
    Steve Bennett / CAD Manager
    HMC Architects / Adventures in BIM

  10. #10
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    6,836

    Default Re: Large Coordinate Issue and Point Clouds

    How accurate does one have to be when they survey an existing building? The usual decimals I have seen displayed on an As-Built survey is two decimals.

    What are the units specified as?
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

Page 1 of 4 1234 LastLast

Similar Threads

  1. Using Presenter with Point Clouds
    By lhuynh930530 in forum NavisWorks - General
    Replies: 2
    Last Post: 2012-03-15, 03:21 PM
  2. Architects Using Point Clouds?
    By crawfords in forum Revit Architecture - General
    Replies: 10
    Last Post: 2012-02-03, 04:07 PM
  3. 2012: Large coordinate data survey file
    By kafka in forum Revit Architecture - General
    Replies: 0
    Last Post: 2011-12-01, 11:07 AM
  4. Point Coordinate Import Issue
    By wkruger in forum AutoCAD Civil 3D - Survey
    Replies: 2
    Last Post: 2011-01-24, 01:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •