trkpt/README.md

29 lines
1.5 KiB
Markdown
Raw Normal View History

2023-03-14 00:34:40 +00:00
trkpt
=====
2016-08-29 12:50:41 +00:00
2023-03-31 05:04:58 +00:00
<p align="center"><img src="https://raw.githubusercontent.com/voussoir/trkpt/master/trkpt_squircle_128x128.png"/></p>
2023-03-14 00:34:40 +00:00
This is a fork of [Trackbook](https://codeberg.org/y20k/trackbook) by y20k. Thank you y20k for this great project.
2020-01-02 17:00:37 +00:00
2023-03-14 00:34:40 +00:00
The goal of this fork is to make 24/7 recording easier. I want to be able to run trkpt nearly all of the time. The main differences between trkpt and Trackbook are:
2020-08-01 01:55:54 +00:00
2023-03-14 00:34:40 +00:00
1. trkpt stores points in an SQLite database instead of json files.
2016-08-29 12:50:41 +00:00
2023-03-25 05:37:16 +00:00
&bull; You can put the database in a folder that you sync to your PC with [Syncthing](https://f-droid.org/en/packages/com.nutomic.syncthingandroid/).
2016-08-29 12:50:41 +00:00
2023-03-14 00:34:40 +00:00
2. trkpt does not store "tracks" as objects. Instead, tracks are rendered and exported on the fly by querying the database of trackpoints.
2016-09-12 16:06:29 +00:00
2023-03-14 00:34:40 +00:00
3. trkpt adds the feature of "homepoints". When you are near a homepoint, trackpoints are not recorded. You can put a homepoint at your house or other places where you spend lots of time, so that you don't get large clouds of useless trackpoints at those locations.
2016-09-12 13:09:08 +00:00
2023-03-14 00:34:40 +00:00
&bull; Although Trackbook has a feature to omit points that are close together, natural GPS inaccuracy and drift is large enough to create points that are far apart, leading to clouds over time.
2016-09-15 14:48:19 +00:00
2023-03-14 00:34:40 +00:00
4. trkpt removes the feature of "starring" waypoints. I recommend using [OsmAnd](https://f-droid.org/en/packages/net.osmand.plus/) to store your favorite places.
2023-03-25 05:37:16 +00:00
## Mirrors
https://github.com/voussoir/trkpt
https://gitlab.com/voussoir/trkpt
https://codeberg.org/voussoir/trkpt