GSI file to AutocadLT
GSI file to AutocadLT
(OP)
I have purchased autocadLT a few weeks ago. My problem is I use Leica total-stations 1105/1103 using my PCMCIA cards to collect data in .GSI format. Is there a method or software to put this into .dwg or any other format that Acad can recognise and allow me to download direct from my card other than manually put each coordinate in?





RE: GSI file to AutocadLT
Multiple
-Insert
Surv_pt
x1 y1 z1 20 20 0 (responses to block insert prompts)
100 (these 3 are responses for attibute prompts)
123.67
BC Mon
x2 y2 z2 20 20 0
etc......
As I type this I see it would be quite a pain to create this file. Now say you just want to put a point in the drawing. Much easier script file to create:
Multiple
Point
x1 y1 z1
x2 y2 z2
etc.....
If this looks of any use to you and you have questions, let me know.
Good luck!
RE: GSI file to AutocadLT
It is a bit tedious sometimes especlially if the observed co-ordinates are not in proper orientation. It is thus important to observe in proper orientation.
I suggest you contact your nearest LEICA agent for details on Software and conversions. Leica has a package called LISCAD which also does all you want with CAD. It is unfortunately expensive.
The conversion software I mentioned earlier should be supplied as part of the instrument supplies and thus free.
I hope this helps. Let me know if you want more help.