PhenoApps / Field-Book

https://fieldbook.phenoapps.org
GNU General Public License v2.0
52 stars 54 forks source link

[BUG]: Log outputs for limited vs full log are switched #996

Open hkmanching opened 4 months ago

hkmanching commented 4 months ago

Description

When exporting geonav logs, the file labeled limited_log should contain the summary log and the file named log should be the full report. The filenames are switched. limited_log.csv log.csv

Expected behavior

No response

Field Book version

5.6.20

chaneylc commented 4 months ago

Your log file shows the unique id as 13RPN00001, which is the same as the test RTK sample file. If you were using the sample file this is the expected result because there is only one geo coordinate in that file, and the full log is essentially the same as the limited.

It looks like your limited_log also shows the expected result as it only ever shows the final closest coordinate ("2").

You can send me your database which can help me fully verify there is a problem occurring and I'm happy to check it. Also if you could provide more detailed reproduction steps that would be useful.

The log files are not reset when the app is deleted, you have to manually delete them or choose a different root directory in the settings. A good way to test this feature is deleting all files in the geonav folder, enabling geonav with "both" log mode on proceeding with your tests. If you don't have a file with multiple geo coordinates, you can load the sample file and use the gnss trait to survey a couple of points before testing geonav.

hkmanching commented 4 months ago

I will double check and do a retest just to be sure and send you info on that results.