Author Topic: Processing Raw Survey Data  (Read 3438 times)

0 Members and 1 Guest are viewing this topic.

BlackBox

  • King Gator
  • Posts: 3770
Processing Raw Survey Data
« on: June 28, 2012, 08:52:08 AM »

I consider myself to still be new to Civil 3D in many respects.

During our internal Civil 3D training, the instructor intentionally skipped Survey topics due to our having an internal survey group... However, we received raw survey data from a client, and I've been asked to do the work... Politics.

The client provided key codes for the raw descriptions, but I need to know how much work is involved to setup presumably the Equipment Database, Figure Prefix Database, and Linework Code Set. There's +/- 200 client's codes.

TIA
"How we think determines what we do, and what we do determines what we get."

huiz

  • Swamp Rat
  • Posts: 919
  • Certified Prof C3D
Re: Processing Raw Survey Data
« Reply #1 on: June 28, 2012, 09:40:18 AM »
He can send you the template with Point Code and Description Key Set and the single files (XML) with settings for Linework Code and Figure Prefix Database. And the Database settings file.

You can put the files in the location where your Survey settings point to. Start the template and process the Survey.

Else you need to write all codes by hand.
The conclusion is justified that the initialization of the development of critical subsystem optimizes the probability of success to the development of the technical behavior over a given period.

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Processing Raw Survey Data
« Reply #2 on: June 28, 2012, 09:57:27 AM »
http://primeservicesglobal.com/tutorials/Points.zip

Give this video a viewing it shows how to set up your description key set

The instrument stuff you will need from the survey company because each machine has some unique settings

Line coding should be right out of the box settings, good to go unless they did something 'special'. Ask them about their line codes, or open the file and see what they did.
Be your Best


Michael Farrell
http://primeservicesglobal.com/

BlackBox

  • King Gator
  • Posts: 3770
Re: Processing Raw Survey Data
« Reply #3 on: June 28, 2012, 10:12:51 AM »

Thanks for the replies, unfortunately, this client is a municipality and is not using Civil 3D, so it looks like I'll be setting up manually.

The video is too large for me to download here (I'll shutdown our bandwidth); I'll try again from home after work.

Thanks!
"How we think determines what we do, and what we do determines what we get."

sdunn

  • Newt
  • Posts: 90
Re: Processing Raw Survey Data
« Reply #4 on: June 28, 2012, 12:25:35 PM »
What type of "raw" survey data do you have?  You may not need to set-up an equipment database.

BlackBox

  • King Gator
  • Posts: 3770
Re: Processing Raw Survey Data
« Reply #5 on: June 28, 2012, 12:30:22 PM »

The client provided us an, albeit incomplete, ASCII text file for each site.

... Using _AeccImportPoints as PNEZD works, and I coded some LISP to conditionally place CogoPoints on specific layers based upon a WCMATCH prefix against the (vlax-get obj 'RawDescription) Property. But, this neglects to implement the applicable symbology, etc..
"How we think determines what we do, and what we do determines what we get."

Jeff_M

  • King Gator
  • Posts: 4100
  • C3D user & customizer
Re: Processing Raw Survey Data
« Reply #6 on: June 28, 2012, 12:45:14 PM »

The client provided us an, albeit incomplete, ASCII text file for each site.

... Using _AeccImportPoints as PNEZD works, and I coded some LISP to conditionally place CogoPoints on specific layers based upon a WCMATCH prefix against the (vlax-get obj 'RawDescription) Property. But, this neglects to implement the applicable symbology, etc..
It would've taken less time to setup your DescriptionKeys to do this, and you could've added the desired PointStyles with the correct symbols at the same time.

BlackBox

  • King Gator
  • Posts: 3770
Re: Processing Raw Survey Data
« Reply #7 on: June 28, 2012, 12:48:23 PM »

Had no idea... Like I said in the first post, I'm still new to C3D, and our training excluded anything pertaining to survey.

Short of rummaging through a mountain of information in the help docs, can you point me to anything specific on how to setup, and implement such description keys?
"How we think determines what we do, and what we do determines what we get."

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Processing Raw Survey Data
« Reply #8 on: June 28, 2012, 01:41:21 PM »
watch that video I linked for you
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Jeff_M

  • King Gator
  • Posts: 4100
  • C3D user & customizer
Re: Processing Raw Survey Data
« Reply #9 on: June 28, 2012, 01:49:22 PM »
The Help for Description Keys is actually quite good and fairly thorough. DK Help Start with the page "Understanding Description Keys". It really doesn't take too long to get up to speed with them.

BlackBox

  • King Gator
  • Posts: 3770
Re: Processing Raw Survey Data
« Reply #10 on: June 28, 2012, 02:13:11 PM »

I will watch the video:-)

Thanks for the link to the online help. *saved*
"How we think determines what we do, and what we do determines what we get."

BlackBox

  • King Gator
  • Posts: 3770
Re: Processing Raw Survey Data
« Reply #11 on: June 29, 2012, 02:44:43 PM »
Michael, Jeff -

Thanks for the reference material(s), the video, and the DK Help are great.

Cheers! :beer:
"How we think determines what we do, and what we do determines what we get."