covidatlas / li

Next-generation serverless crawler for COVID-19 data
Apache License 2.0
57 stars 33 forks source link

Nigerian states all show same population of ~190M #346

Open rtwfroody opened 4 years ago

rtwfroody commented 4 years ago
  {
    "population": 190886311,
    "locationID": "iso1:ng#iso2:ng-ek",
  },
  {
    "population": 190886311,
    "locationID": "iso1:ng#iso2:ng-en",
jzohrab commented 4 years ago

Thanks @rtwfroody, good catch. Not sure offhand why this is happening, will check.

The population data is loaded from a dependency, in li/tools/geojsondb/geojson. li/tools/geojsondb/node_modules/country-levels/geojson/iso1/NG.geojson has "population": 190886311, and none of the states in the iso2 folder have population.