You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have one day fully corrected without any 'low confidence' errors and it features many car trips.
When I exported it as only one-day GPX everything was fine, but full-month GPX file lacks many of type attributes (<type>car</type>).
Checked that with a few months and every time it looks the same.
EDIT: After a few checks I'm pretty confident it only happens with the 'car' transport type
The text was updated successfully, but these errors were encountered:
Hm. Interesting! I'll have a poke around in the GPX code soon.
I also want to get it out of Arc App and open sourced into LocoKit soon (#18). Which will make it easier for other people to spot my mistakes like this.
If the first sample in the segment doesn’t have a confirmed type, and the classifier hasn’t been re-run on it since the last time the sample was loaded from the db, it’ll have a nil activityType.
The fix will be to make sure the classifier has been run over all unconfirmed samples before building the GPX (and JSON).
I have one day fully corrected without any 'low confidence' errors and it features many car trips.
When I exported it as only one-day GPX everything was fine, but full-month GPX file lacks many of type attributes (
<type>car</type>
).Checked that with a few months and every time it looks the same.
EDIT: After a few checks I'm pretty confident it only happens with the 'car' transport type
The text was updated successfully, but these errors were encountered: