location: add all.py, using takeout/gpslogger/ip

This commit is contained in:
Sean Breckenridge 2022-04-25 18:21:52 -07:00
parent 66a00c6ada
commit ca10d524a4
12 changed files with 357 additions and 27 deletions

View file

@ -72,10 +72,19 @@ class location:
# and we can't import the types from the module itself, otherwise would be circular. common module?
home: Union[LatLon, Sequence[Tuple[DateIsh, LatLon]]] = (1.0, -1.0)
class via_ip:
accuracy: float
class gpslogger:
export_path: Paths = ''
accuracy: float
class time:
class tz:
pass
class via_location:
fast: bool
require_accuracy: float
class orgmode: