mie-lab / trackintel

trackintel is a framework for spatio-temporal analysis of movement trajectory and mobility data.
MIT License
199 stars 50 forks source link

ENH: Add gpx reader for single user #570

Closed bifbof closed 10 months ago

bifbof commented 10 months ago

That was a lot simpler than I thought. Currently we assign to all positionfixes user_id = 0.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bd83b61) 93.10% compared to head (d6bccca) 93.15%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #570 +/- ## ========================================== + Coverage 93.10% 93.15% +0.05% ========================================== Files 33 33 Lines 2088 2105 +17 Branches 373 374 +1 ========================================== + Hits 1944 1961 +17 Misses 130 130 Partials 14 14 ``` | [Files](https://app.codecov.io/gh/mie-lab/trackintel/pull/570?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mie-lab) | Coverage Δ | | |---|---|---| | [trackintel/io/\_\_init\_\_.py](https://app.codecov.io/gh/mie-lab/trackintel/pull/570?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mie-lab#diff-dHJhY2tpbnRlbC9pby9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | | [trackintel/io/dataset\_reader.py](https://app.codecov.io/gh/mie-lab/trackintel/pull/570?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mie-lab#diff-dHJhY2tpbnRlbC9pby9kYXRhc2V0X3JlYWRlci5weQ==) | `50.41% <100.00%> (+3.51%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bifbof commented 10 months ago

It can generate them for Strava (I haven't tried Henry's) and at first glance the staypoints and triplegs seem fine.