Lloyd Chapman
Lloyd Chapman
It looks like the case data for France in `by-age.csv` and `epidemiology.csv` since `2022-05-14` is missing. From [config.yaml](https://github.com/GoogleCloudPlatform/covid-19-open-data/blob/main/src/pipelines/by_age/config.yaml) it looks like the data is being pulled from https://dashboard.covid19.data.gouv.fr, but that...
Suggested changes to address issues: #283 - correcting implementation of zero_threshold #284 - adding option for filtering leading zeros I'm not sure how the error handling in EpiNow2 works, so...
For my particular use case, it would be helpful to have an option not to filter zeros in the reported case time series before the first reported case as is...
I think there are a couple of mistakes in the implementation of the `zero_threshold` for smoothing zeros in the reported case time series when the average of the preceding week's...
The data in [by-age.csv](https://storage.googleapis.com/covid19-open-data/v3/by-age.csv) and [epidemiology.csv](https://storage.googleapis.com/covid19-open-data/v3/epidemiology.csv) doesn’t seem to have been updated since 2022-08-23. Is this a temporary issue or is the database no longer being updated (at all/regularly)?
Suggested fix for #249. This restores including `part_age_est_min` and `part_age_est_max` in `x$participants`in `clean.contact_survey()` in [clean.R](https://github.com/epiforecasts/socialmixr/blob/main/R/clean.R). The code in #249 for the CoMix survey with only participant age ranges reported will...
Unless I've misunderstood something, I think clean.contact_survey() in [clean.R](https://github.com/epiforecasts/socialmixr/blob/main/R/clean.R) currently doesn't correctly handle surveys in which only the age range of participants was recorded/reported and not the exact age. I...