Skip to content

Update iPhone timeline support - #4

Open
Khanalpooja wants to merge 1 commit into
slesaad:mainfrom
Khanalpooja:iphone-updates-PR
Open

Khanalpooja wants to merge 1 commit into
slesaad:mainfrom
Khanalpooja:iphone-updates-PR

Conversation

@Khanalpooja

Copy link
Copy Markdown

This PR adds support for processing iPhone exported google maps timeline data.

Comment thread README.md
Comment on lines +38 to +47
**Note for some iPhone exports:** Certain iPhone Timeline exports may come as a raw JSON array instead of the expected object containing `semanticSegments`. If your `Timeline.json` starts with `[` rather than `{`, wrap the file like this before running the pipeline:
>```json
> {
> "semanticSegments": [
> ...existing entries...
> ]
> }
> ```
In short: add `{ "semanticSegments": ` before the opening `[` and add `}` after the closing `]`.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should automatically handle this in the script rather than asking users to do it

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants