Thank you for the quick reply. I have attached the RAW Trimble Data Exchange File that I am having trouble running through the converter. Note that our survey was conducted in US Survey feet, and I am assuming that this is the reason for the parse issue. When I try to import the RAW file I get the following errors:
__________________________________________________________________________________________
PARSE WARNING: 2021-049_TDExchange_RAW_USft.lsa(0): Could not open included file: 2021-049_TDExchange_RAW_USft.lsa
___________________________________________________________________________________________
The resulting lsa file is never created from the converter.
To rectify the parse warning, I have attempted to convert the data to meters, remove entries that seem to be ignored by the converter after reviewing the code, change the leading "Vector=1" to an indexing tag, and delete the second line item "?" since the code is looking for the fromPoint term in line item [2]. When I try to import the modified version, I get the following errors:
____________________________________________________________________________________________
ERRORS ENCOUNTERED:
Traceback (most recent call last):
File "C:/Program Files/SALSA/scripts/converters/converterlauncher.py", line 114, in <module>
lsaConverter.convert()
File "C:\Program Files\SALSA\scripts\converters\TrimbleToLSA.py", line 611, in convert
self.writeOutputFile()
File "C:\Program Files\SALSA\scripts\converters\TrimbleToLSA.py", line 565, in writeOutputFile
self.writeOutLSA()
File "C:\Program Files\SALSA\scripts\converters\TrimbleToLSA.py", line 432, in writeOutLSA
gps_exists = self.parseDXYZ()
File "C:\Program Files\SALSA\scripts\converters\TrimbleToLSA.py", line 169, in parseDXYZ
currentLine = next(lineItr)
StopIteration
________________________________________________________________________________________________
This is where I attempted to convert the file using Starnet. I have been using Starnet for lsa adjustments to date and after coming across your software I wanted to see if I could switch.
Thanks again for taking a look.