The following fields are available in all files for each geographical entity:
name
- the full name of the geographical entity being representedcity
- the name of the citycounty
- county or parish or the appropriate name of the administrative subdivision below the level of state or equivalentstate
- state, province or region depending on jurisdiction. In general, the first administrative subdivision below the level of countrycountry
- the human readable country namelevel
- one ofcity
,county
,state
,country
. Provided in order to facilitate filtering
In addition, ISO IDs are provided for each location. See the country-levels
project for details.
countryId
- ISO 3166-1 ID of the country country, i.e.iso1:US
for USstateId
- ISO 3166-2 ID of the state/province, i.e.iso2:US-NY
for New York, UScountyId
- local ID of the county/region (i.e.fips:36005
for Bronx County, New York, US)
In general, whenever the record is about administrative subdivisions of a level, you'll find all larger levels are non-empty. However, there are exceptions. New York City will not have a county
field because it is subdivided into five counties.
The following fields are uniquely determined by the geographical entity and are provided as a convenience.
population
- a recent estimate of the population in the geographical entity, determined from census data or official sourcespopulationDensity
- the population density in residents per square kilometerlat
- latitude of the geographical entitylong
- longitude of the geographical entitytz
- an array of time zones for the geographical entityfeatureId
- the ID of the GeoJSON feature for this entity, corresponding toproperties.id
in the FeatureCollection provided byfeature.json
Additional attributes of a data point are:
url
- the source for the data pointaggregate
- the original level of aggregation of the source, e.g. country level data may have been obtained directly or by summation of state or county level data.rating
- the objective rating of the source. See sources for details.
The following fields define the epidemiological information for a data point:
cases
- The cumulative number of confirmed or presumed confirmed casesdeaths
- The cumulative number of deaths attributed to COVID-19recovered
- The cumulative number of recoveriestested
- The cumulative number of tests from which results have been obtained (does not include pending tests)hospitalized
- The cumulative number of patients hospitalized for COVID-19discharged
- The cumulative number of patients discharged after hospitalization for COVID-19
The following fields detail the data's source:
url
- The exact URL from which the data was obtainedsources
- An array of sources that published the datacurators
- An array of curators responsible for manually curating the datamaintainers
- An array of maintainers responsible for writing the scraper code that obtains the data
For each entry, the following data is provided:
date
- the date the data point refers totype
- the type of data point: cases, tested, deaths, hospitalized, discharged, or recoveredvalue
- the value of the data point (a cumulative count of events of a certain type)