-
Notifications
You must be signed in to change notification settings - Fork 16
Nwss: state+nation level #1913
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
Nwss: state+nation level #1913
Conversation
nolangormley
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looks good.
Missing a receiving folder, tests, and some small nitpicks.
remove daily_receiving
Prepare nwss for staging
nolangormley
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
melange396
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for the late review. any indication on how long this takes to run (average/typical)?
Adding state and national aggregations of the NWSS wastewater data. Aggregation from the sample site to state/nation is weighted by population (with NA population values not included for the total for their respective states; we don't have an exhaustive sample anyway), with the population estimates taken from the corresponding "metric" dataset on a day by day basis. I couldn't use the geo-mapper because the
population_serveddepends on the day, sometimes by an order of magnitude.For previous discussion, see this issue. That will be ongoing after this, as there's still sample-site level and county-level aggregations to include. Those are more involved.
make lintdoesn't seem to be working on my machine, even if the actual commands run on their own do. Not sure why we're pinning the python version to 3.8 to run that. It's at 8.9/10 when run viapylint delphi_NWSSdirectly, and the problems are things likeunable to import delphi_tools.Currently still needs tests;
env/bin/python -m delpi_NWSSworks, with the output confirmed to be of the right general form.@rlunde I'm not sure who exactly is the right person to be tagging this for review