cmu-delphi / covidcast-indicators

Back end for producing indicators and loading them into the COVIDcast API.
https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html
MIT License
12 stars 17 forks source link

Consider adding "rest of state" support for MSA #120

Closed krivard closed 3 years ago

krivard commented 4 years ago

This would only be possible for sources that provide data at a county level or smaller.

jsharpna commented 4 years ago

Changed utility to encode "rest of state" as 000XX where XX is the fips state code (first two digits of fips).

  1. Need to identify if this impacts the ingestion or other assertions that this can throw.
  2. Need to notify visualization
  3. This will only impact hospitalization signal currently, since the utility is only used there, will be moving to JHU now @krivard