File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ SOURCE_TITLES = \
1717 settings:=**\` Settings.json\` ** \_ Format\_ Definition \
1818 records:=** \` Records.json\` ** \_ Format\_ Definition \
1919 semantic:=Semantic\_ Location\_ History\_ Format\_ Definition \
20- timeline-edits:=Timeline\_ Edits\_ Format\_ Definition
20+ timeline-edits:=** \` Timeline\_ Edits.json \` ** \_ Format\_ Definition
2121
2222
2323TOOL_JSONSCHEMA2MD = $( wildcard ./tools/jsonschema_to_md/* .py) $( wildcard ./tools/jsonschema_to_md/templates/* .jinja)
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ A typical Location History extraction from [Google Takeout] will look something
77└─ <ic-folder >Location History/</ic-folder >
88 ├─ <ic-file >Records.json</ic-file >
99 ├─ <ic-file >Settings.json</ic-file >
10+ ├─ <ic-file >Timeline Edits.json</ic-file >
1011 └─ <ic-folder >Semantic Location History/</ic-folder >
1112 │ ...
1213 ├─ <ic-folder >2020/</ic-folder >
@@ -36,6 +37,7 @@ From here, the most relevant files and folders are:
3637<ic-file >** [ Settings.json] ** </ic-file >
3738: This file contains additional auxiliary metadata, like information about the devices used and account settings.
3839
40+ <ic-file >** [ Timeline Edits.json] ** </ic-file >
3941
4042<ic-folder >** [ Semantic Location History] [ Semantic Location History Data ] ** </ic-folder >
4143: This folder contains higher-level information about the user's inferred activity and movements.
@@ -48,3 +50,4 @@ From here, the most relevant files and folders are:
4850[ Semantic Location History Data ] : semantic-location.md
4951[ Records.json ] : ../reference/records.md
5052[ Settings.json ] : ../reference/settings.md
53+ [ Timeline Edits.json ] : ../reference/timeline-edits.md
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ User-friendly documentation for these files is provided in the following pages:
66
77- <ic-file >** [ Records.json] ** </ic-file >
88- <ic-file >** [ Settings.json] ** </ic-file >
9+ - <ic-file >** [ Timeline Edits.json] ** </ic-file >
910- <ic-file >** [ Semantic Location History] ** </ic-file >
10- - <ic-file >** [ Timeline Edits] ** </ic-file >
1111
1212
1313[ Schemas ] : https://github.com/CarlosBergillos/LocationHistoryFormat/tree/main/schemas
1414[ Records.json ] : records.md
1515[ Settings.json ] : settings.md
16+ [ Timeline Edits.json ] : timeline-edits.md
1617[ Semantic Location History ] : semantic.md
17- [ Timeline Edits ] : timeline-edits.md
Original file line number Diff line number Diff line change 6464 - reference/index.md
6565 - Records.json : reference/records.md
6666 - Settings.json : reference/settings.md
67+ - Timeline Edits.json : reference/timeline-edits.md
6768 - Semantic Location History : reference/semantic.md
6869 - FAQ : faq.md
6970 - Contributing : contributing.md
You can’t perform that action at this time.
0 commit comments