Skip to content

Add 7-day average of each signal to Safegraph indicator #309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 170 commits into from
Oct 20, 2020

Conversation

sgsmob
Copy link
Contributor

@sgsmob sgsmob commented Oct 13, 2020

Fixes #271.

For each signal at a geo resolution output as part of the delphi_safegraph module, create another version of the signal that is averaged over the previous 7 days.

Also cleans up test and comments.

@sgsmob sgsmob requested a review from benjaminysmith October 16, 2020 17:39
benjaminysmith
benjaminysmith previously approved these changes Oct 19, 2020
@krivard
Copy link
Contributor

krivard commented Oct 19, 2020

What are the signal names for the 7-day average outputs? I'll need to add them to the wip list before we can merge.

@sgsmob
Copy link
Contributor Author

sgsmob commented Oct 19, 2020

Ah, I have not actually written them to different files. Let me get on that and get back to you

korlaxxalrok
korlaxxalrok previously approved these changes Oct 19, 2020
Copy link
Contributor

@korlaxxalrok korlaxxalrok left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

@sgsmob
Copy link
Contributor Author

sgsmob commented Oct 19, 2020

@krivard Smoothed signals are named {signal}_7d_avg. They have been added the appropriate field in the params.json file. PTAL

@krivard krivard changed the base branch from main to deploy-safegraph October 20, 2020 13:29
@krivard krivard dismissed stale reviews from korlaxxalrok and benjaminysmith October 20, 2020 13:29

The base branch was changed.

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.

Add 7-day average versions of SafeGraph signals