Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Bring GPS data points into Vanilla AutoCAD in actual dimensions

20 REPLIES 20
SOLVED
Reply
Message 1 of 21
b.brooks
1630 Views, 20 Replies

Bring GPS data points into Vanilla AutoCAD in actual dimensions

I need to bring GPS data points into Vanilla AutoCAD with the real world/actual dimensions so that no scaleing is needed.  I have already tried different methods but each one requires scaling.  Can this be done?  If so, can anyone give me directions on how to do this?

Tags (1)
20 REPLIES 20
Message 2 of 21
mfernandes
in reply to: b.brooks

If you do not have Map3D or Civil 3D, the only way I can thing off, is to do it via an app.

 

I used to have a simple one I wrote years and years ago to read a x,y,z format file.

You could try this one. It will do more than what you want. I have not tried it out, so use at your own risk. The documentation is in the lisp file.

 

http://www.cadstudio.cz/dl_file.asp?ID=613

ASCPOINT.LSP - imports a coordinate text file into AutoCAD points, polylines or block copies (T.Tanzillo+CADstudio)

 

Message 3 of 21
b.brooks
in reply to: mfernandes

Thanks Smiley Happy I will give it a try!

Message 4 of 21
acadhelp1
in reply to: b.brooks

Not sure which release you have... and I may be missing the reference...  

But I think this is related to the GEOGRAPHICLOCATION feature that was improved in AutoCAD 2014 and enhanced in AutoCAD 2015.  This feature uses the coordinate system data from Map and Civil 3D.

 

Check out this video and see if this address your issues.  https://www.youtube.com/watch?v=F2RV_2aaCf8

 

Jon



Jon Page

AutoCAD Design Manager
Message 5 of 21
b.brooks
in reply to: mfernandes

Mfernandes,

The lisp that you sent me a link to did not work as I needed.  I just wanted to let you know.  Thanks  Smiley Happy

Message 6 of 21
b.brooks
in reply to: acadhelp1


@acadhelp1 wrote:

Not sure which release you have... and I may be missing the reference...  

But I think this is related to the GEOGRAPHICLOCATION feature that was improved in AutoCAD 2014 and enhanced in AutoCAD 2015.  This feature uses the coordinate system data from Map and Civil 3D.

 

Check out this video and see if this address your issues.  https://www.youtube.com/watch?v=F2RV_2aaCf8

 

Jon


Jon,

I am using AutoCAD 2011.  The video really did not address my issue.  I have multiple GPS points that I need to bring into cad that have the correct distance.  I can bring these multiple points in but it shows a distance between points of something like .0016 inches where the actual distance is more in the neighborhood of 1,200 ft. 

 

With the lisp that was given previously, I used it and did bring in the multiple points but the results were not to actual scale but were more like the .0016 inches between the points.  It was the same results that I got when just using a script file which was created from info in an Excel file which listed all of the coordinates.

 

I hope this serves to make my situation and needs a bit clearer.  Thank you for your response.

Message 7 of 21
Alfred.NESWADBA
in reply to: b.brooks

Hi,

 

what coordinates/units are contained in the "GPS file"?

When you insert them you should be aware of the units in the file AND the units in your drawing. 

Alternativly: if you know the scale when it's "wrong inserted" you can run the _SCALE command for the imported entities after the points are imported into the drawing..

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at ... blog.hollaus.at ... CDay 2024
------------------------------------------------------------------------------------
(not an Autodesk consultant)
Message 8 of 21
mfernandes
in reply to: b.brooks

b.brook

can you post a sample of the GPS file

I will see what I can dig up to insert points into your drawing.

Message 9 of 21
TerryDotson
in reply to: b.brooks

Most likely what you have is lat/lon values (-180 to +180) and these need to be projected to a plane.  Vanilla AutoCAD has no provision for this.  If you were to consider a third party add-on, take a look at MapWorks Base which has the ability to project your points to known coordinate systems (and much more).

Message 10 of 21
b.brooks
in reply to: TerryDotson

Terry, I am currently downloading a trial version of a suite of Autodesk software that my company may purchase. Included in this suite is software that is designed to work with this type of data. I am excited to try it out and see how it works.
Message 11 of 21
b.brooks
in reply to: mfernandes

Here is the info from the file

 

UTM   EASTINGUTM NORTHINGUTM ZONE
674028.694189098.7517S
673963.674189067.2917S
673909.74189017.317S
674230.184188918.417S
674264.794188976.5317S
674313.194188994.3217S
674351.814188996.0317S
674354.854189002.0917S
674380.134188993.1917S
674331.624188881.1417S
674358.384188864.8417S
674421.14188975.5217S
Message 12 of 21
sthompson1021
in reply to: b.brooks

Here's what I got when I entered your points into a dwg using a script file. The drawing had to be set up for meters to get it to come in right.

Message 13 of 21
b.brooks
in reply to: sthompson1021


@sthompson1021 wrote:

Here's what I got when I entered your points into a dwg using a script file. The drawing had to be set up for meters to get it to come in right.


I had tried different unit settings in cad but they both came out the same.  I wish that I could open your attached file so that I could examine it and see what happened but I am not able to open it.  I have clicked on it to try to open it directly and I have tried to save it to my computer, no luck.  The web page just goes blank.

Thank you for taking the time to try to help me.  Smiley Happy

Message 14 of 21
b.brooks
in reply to: sthompson1021


@sthompson1021 wrote:

Here's what I got when I entered your points into a dwg using a script file. The drawing had to be set up for meters to get it to come in right.


Would it be possible for you to email me the cad file directly?  It is about time to leave for the day so it will be monday before I could check out your dwg file.  I would love to see it though so that I can find out what you did.

 

 

thanks

 

 

Edited by
Discussion_Admin

 

Message 15 of 21
sthompson1021
in reply to: b.brooks

On the way

Message 16 of 21
b.brooks
in reply to: sthompson1021

Thank you Mr. Thompson!

Message 17 of 21
b.brooks
in reply to: sthompson1021


@sthompson1021 wrote:

Here's what I got when I entered your points into a dwg using a script file. The drawing had to be set up for meters to get it to come in right.


P.S.

Where I went wrong was that I was setting the units to meters AFTER I brought in the script file when I should have set the units to meters BEFORE I brought in the script file.

Thanks again!

Message 18 of 21
b.brooks
in reply to: b.brooks

Mr. Thompson,

This forum will not allow me to attach the script file.  It is telling me that..........

 

Please correct the highlighted errors and try again.

  • The file does not have a valid extension for an attachment. pdf,rtd,doc,pdf,dwf,dwg,dxf,dst,gz,gzip,zip,bm,bmp,gif,jfif,jpe,jpeg,jpg,psd,tif,tiff,png,xml,xls,lsp,svf,3ds,vcf,png,text,txt,log,env,dcl,rvt,rfa,ipt,iam,ipn,dwfx,idw,csv,nwf,nwc,nwd,sdf,cfz,vtfx,vtf,pat,f3d,nc,nc1,pkt,sdf,sdf2,sdf3,esri,shp,shx,dbf,prj are the valid extensions.
Message 19 of 21
sthompson1021
in reply to: b.brooks

To attach the script file you have to rename the file to a .txt extention. An easy way to check for extra spaces after writing the script is to highlight the text like you are going to copy it.

script.PNG

Message 20 of 21
b.brooks
in reply to: sthompson1021


@sthompson1021 wrote:

To attach the script file you have to rename the file to a .txt extention. An easy way to check for extra spaces after writing the script is to highlight the text like you are going to copy it.

script.PNG


Thanks for the help.  I have already changed the file (per email instructions) but I just wanted to test out the attaching here!

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost