Friday, Jan 13, 2017 at 12:57
Boobook (and others),
1. Yes I installed a number of filters and drawing adjustments. The first main filter is to only get User
Treks that have a DBP of 0.5 or better (thus only User
Treks where the average distance between points is 500M or less - DBP = Distance/No. Points). Then with this result we draw the lines (build a mapping shapefile actually) and during the build of this we take each point of the user trek and compare it to the previous - if the User
Treks DBP is say .1 (100 m) and the distance of the point we are working on is more than 10 times the DBP it is determined that that is a missing piece or a long straight line and we break the User Trek into parts (which results in no line on the purple index map). I think the most useful data is 500m or better so this is the result for the map lookup. Of course the data is still in the system for the others it is just not on the map search.
2. Correct the Accuracy value is based on the DBP formula - here is some code that shows how this is determine:
If DBP < 0.1 Then Return "Very High"
ElseIf DBP < 0.3 Then Return "High"
ElseIf DBP < 1 Then Return "Medium"
ElseIf DBP < 2 Then Return "Medium/Low"
Else Return "Low"
As mentioned above the map search database is built using DBP .5 (500 m) which is between High and Medium.
You mention is it possible to tag these -
well it is already done based on the DBP and when you open each User Trek you will see at the top the Accuracy details for all User
Treks. There is already a way to sort in the Text Lists at the top you can select Accuracy (High to Low) as a sort option but this is on the Text List. In the Map Search LHS widow list it is sorted based on Length, so the shortest
Treks appear at the top as all in that list are already high accuracy.
I am hoping to be able to have Trek Note type active maps for people's personal results in the future - these active maps with all the user
treks on it that you have travelled will allow you to see what you have in the system in one go and maintain/edit easily.
User
Treks are currently editable (you can click on a line on your own map and edit the point in the list to kill off errors etc). I am working to extent this to allow you to fully edit, copy, cut and save sections at the moment - this will be for both User
Treks and EOTrackMe via the Web and App. We are wanting to work on the sharing ability of the trek data and these
tools are important to this task. We are also looking at the next generation of Trek Notes as a result of this new work on the data for use within the APP.
David
FollowupID:
877216