covid-rt-estimates icon indicating copy to clipboard operation
covid-rt-estimates copied to clipboard

National and subnational estimates of the time-varying reproduction number for Covid-19

Results 14 covid-rt-estimates issues
Sort by recently updated
recently updated
newest added

Due to computational and storage constraints, it is not feasible to run the complete time series every day with our current resources. For this reason, we have shifted our daily...

enhancement

Currently, to obtain sample estimates, `output` in `regional_epinow_opts` attribute of `AbstractDataset` (line 71 in `R/entities/abstract-dataset.R`) must be modified in order to change the behaviour of the `EpiNow2::regional_epinow` call in `update_regional.R`....

Docker image fails when following README instructions. Replicated the error on Mac and an AWS Sagemaker instance. ```bash sudo docker run -d --user rstudio --name covidrtestimates covidrtestimates /bin/bash bin/update-estimates.sh ```...

Currently this is crudely implemented using `azcopy` but unfortunately it has been difficult to control folder paths included. A more robust approach to this would be very helpful for downstream...

If there's no new data to process the summary data errors ``` 2021-01-31 21:01:47 INFO Data has not been updated since last run. If wanting to run again then remove...

Saudi Arabia data hasn't updated since Jan-04-2021, even though time stamp indicates current data.

As the data verse solution appears to be unreliable and there is no evidence the issues will be able to be fixed it might be sensible to move to another...

bug

Much of the current logging is informative but not truly helpful and makes understanding errors difficult (as logging doesn't stop on error). Having two layers of logging (summary + trace)...

Hello developers, thank you for a great analysis! I would like to get an effective reproduction numbers for Lithuania starting from 2020-02-17. Is it possible to get this kind of...

enhancement

In R it is usual to split function loading from calling the functions (i.e `run-region-updates.R` which is currently more C or Python like). It would make sense to make all...

enhancement