ubx / RW5toCSV

Converter
0 stars 0 forks source link

Make rw5 parser more robust #3

Closed ubx closed 6 years ago

ubx commented 6 years ago

For example here: double --DT --TM lines

GPS,PN1,LA46.560420942696,LN7.334150123920,EL638.194000,-- --GS,PN1,N 1198163.9833,E 2609358.4122,EL587.0773,-- --GSRD,TXD0.240,TYD-0.240,THD,TDTStonex_S9i --GSRL,TXL0.015,TYL-0.015,T2D0.021,TTL0.030 --GT,PN1,SW1978,ST201565000,EW1978,ET201575600 --Valid Readings: 10 of 10 --Fixed Readings: 10 of 10 --Nor Min: 1198163.9785 Max: 1198163.9879 --Eas Min: 2609358.4068 Max: 2609358.4150 --Elv Min: 587.0693 Max: 587.0863 --Nor Avg: 1198163.9833 SD: 0.0031 --Eas Avg: 2609358.4122 SD: 0.0022 --Elv Avg: 587.0773 SD: 0.0048 --NRMS Avg: 0.0060 SD: 0.0000 Min: 0.0060 Max: 0.0060 --ERMS Avg: 0.0050 SD: 0.0000 Min: 0.0050 Max: 0.0050 --HSDV Avg: 0.0078 SD: 0.0000 Min: 0.0078 Max: 0.0078 --VSDV Avg: 0.0130 SD: 0.0000 Min: 0.0130 Max: 0.0130 --HDOP Avg: 1.0000 Min: 1.0000 Max: 1.0000 --VDOP Avg: 1.6930 Min: 1.6930 Max: 1.6930 --PDOP Avg: 1.9663 Min: 1.9663 Max: 1.9663 --Number of Satellites Avg: 12 Min: 12 Max: 12 --HSDV:0.008, VSDV:0.013, STATUS:FIXED, SATS:12, AGE:0.6, PDOP:1.966, HDOP:1.000, VDOP:1.693, TDOP:0.521, GDOP:1.896, NSDV --DT12-05-2017 --TM09:00:17 --DT12-05-2017 --TM09:57:50 --User Defined: SWITZERLAND/LV03-3P/CH1903+ --Equipment: Stonex, S9i, SN:S940111600733, FW:0.18.161114(STONEX) --Antenna Type: [STXS9I NONE],RA0.0795m,SHMP0.0598m,L10.0968m,L20.0773m,--Stonex L1/L2 Antenna --Localization File: None --Geoid Separation File: \Program Files\SurvCE\Data\Geoids\swiss04.gsf N45�45'00.0" E005�50'59.0" N47�51'00.0" E010�30'00. --Grid Adjustment File: None --GPS Scale: 1.00000000 --Scale Point not used --RTK Method: RTCM V3.0, Device: Internal GSM, Network: NTRIP MSM_GISGEO_LV95LN02 BP,PN324,LA46.580868801584,LN7.265338429548,EL485.8308,AG0.0000,PA0.0000,ATARP,SRROVER,-- --Entered Rover HR: 2.0000 m, Vertical LS,HR2.0968

retoweiss commented 6 years ago

I need to test why the double DT/TM records appear. It might be due to switching the GPS device off and later on again. Usually, all measurements of a mission go into one file but the device may be switched on and off several times in between. Will test.

ubx commented 6 years ago

Fixed in 1dbcd73

Ich habe einfach double DT/TM ignoriert !