location: add all.py, using takeout/gpslogger/ip (#237)
* location: add all.py, using takeout/gpslogger/ip, update docs
This commit is contained in:
parent
66a00c6ada
commit
2cb836181b
15 changed files with 488 additions and 46 deletions
11
my/config.py
11
my/config.py
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue