add datasources to gpslogger/google_takeout
This commit is contained in:
parent
36beab5f17
commit
fdfd22bef2
2 changed files with 7 additions and 1 deletions
|
@ -65,6 +65,7 @@ def _extract_locations(path: Path) -> Iterator[Location]:
|
|||
accuracy=config.accuracy,
|
||||
elevation=point.elevation,
|
||||
dt=datetime.replace(point.time, tzinfo=timezone.utc),
|
||||
datasource="gpslogger",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue