UKHSA-Internal / coronavirus-dashboard-api-python-sdk

Coronavirus (COVID-19) in the UK - API Service SDK for Python
https://coronavirus.data.gov.uk/
MIT License
67 stars 18 forks source link

List of valid metrics for structure contains duplicate key missing out `cumCasesByPublishDateRate` #30

Open OllieCrook opened 3 years ago

OllieCrook commented 3 years ago

I know this is the SDK but there is nowhere to comment on the gov.uk docs.

Link to the docs: https://coronavirus.data.gov.uk/details/developers-guide#structure-metrics

Docs show: cumCasesBySpecimenDateRate Rate of cumulative cases by publish date per 100k resident population cumCasesBySpecimenDateRate Rate of cumulative cases by specimen date per 100k resident population

Should be: cumCasesByPublishDateRate Rate of cumulative cases by publish date per 100k resident population cumCasesBySpecimenDateRate Rate of cumulative cases by specimen date per 100k resident population