cmu-delphi / www-epivis

An interactive tool for visualizing epidemiological time-series data.
http://delphi.cmu.edu/epivis/
MIT License
1 stars 3 forks source link

Support EpiWeek-based "COVIDcast" signals #43

Closed melange396 closed 1 month ago

melange396 commented 1 month ago

Support time_type:week (aka EpiWeek format time values) for COVIDcast signals. Weekly data is already supported for other endpoints; FluView uses epiweek-style date values, for instance.

The first priority is to support them in signals encoded in url param to support the signal documentation app, then to support them in the signal picker -- see https://github.com/cmu-delphi/www-epivis/blob/6e310a147578038a8bad94ff9525505afbff465b/src/api/EpiData.ts#L181-L182