Skip to content

Megacounty-like FIPS in JHU data not documented #236

Closed
cmu-delphi/delphi-epidata
#231
@capnrefsmmat

Description

@capnrefsmmat
> library(covidcast)
> deaths = covidcast_signal("jhu-csse", "deaths_7dav_incidence_num", "2020-06-15", "2020-07-01")
> deaths[49745,]
A `covidcast_signal` data frame with 1 rows and 10 columns.

data_source : jhu-csse
signal      : deaths_7dav_incidence_num
geo_type    : county

      geo_value time_value direction      issue lag     value stderr
49745     34000 2020-06-30        NA 2020-08-14  45 -266.8571     NA
      sample_size data_source                    signal
49745          NA    jhu-csse deaths_7dav_incidence_num

geo_value 34000 would mean FIPS code 34000 -- which is not a valid FIPS code. We would use this as a megacounty in other sources, but there's no such thing with cases/deaths data.

I assume this is used for deaths not assigned to a specific county within New Jersey (FIPS 34), but this isn't documented in the JHU signal documentation. It should be added there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions