We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks as though the action that grabs the vaccinations sites is failing as the old list has been removed. It looks as though new updates happen irregularly. The URL https://www.england.nhs.uk/coronavirus/publication/vaccination-sites/ is possibly a stable one and it links to the latest file i.e. https://www.england.nhs.uk/coronavirus/wp-content/uploads/sites/52/2021/01/List-of-vaccination-sites-17-November-2021.xlsx Could the flat.yml action scrape the link to the XLS from the HTML page or should we just update the XLS link by hand every few months when they change it?
flat.yml
The text was updated successfully, but these errors were encountered:
Update URL for #1
9cb45a7
It looks as though the column headings have changed (grr) so I've updated the .ts script too.
Sorry, something went wrong.
The scripts/extract-vaccination-sites.ts file is still failing for some reason and I don't know how to debug it.
scripts/extract-vaccination-sites.ts
Have fixed the ts files. Have some thoughts about getting the latest xlsx filename ;-)
gilesdring
No branches or pull requests
It looks as though the action that grabs the vaccinations sites is failing as the old list has been removed. It looks as though new updates happen irregularly. The URL https://www.england.nhs.uk/coronavirus/publication/vaccination-sites/ is possibly a stable one and it links to the latest file i.e. https://www.england.nhs.uk/coronavirus/wp-content/uploads/sites/52/2021/01/List-of-vaccination-sites-17-November-2021.xlsx Could the
flat.yml
action scrape the link to the XLS from the HTML page or should we just update the XLS link by hand every few months when they change it?The text was updated successfully, but these errors were encountered: