exeter-creww / SFM_Precision

A workflow to create precision maps in python
GNU General Public License v3.0
3 stars 1 forks source link

A couple of minor bugs I've noticed #48

Closed h-a-graham closed 4 years ago

h-a-graham commented 4 years ago

Just reviewing some of the completed log files and saw two things:

Log file may need a little tidying (not sure if I've fixed this in later versions)

The temporary metashape project is not deleting correctly due to the LOCK file - need to remove this properly.

h-a-graham commented 4 years ago

A solution to the LOCK file issue might be to use Andy's idea of doc.read_only = False from another issue

h-a-graham commented 4 years ago

Okay so this had a further issue in that the project would delete all features other than sparse cloud risking saving this. Now fixed by switching to read only. will need further testing but confident this solves things so will close. also noticed a bug where it is concievable to record negative variance which then results in an nan value for the precision of a given point. this too is now fixed. Will push these changes shortly.

h-a-graham commented 4 years ago

All merged now.