dragonfly-science / bailiwick-ui

Bailiwick frontend
1 stars 1 forks source link

Rubbish data! #31

Closed finlay closed 5 years ago

finlay commented 5 years ago

http://bailiwick-ui.dragonfly-science.gorbachev.io/theme/household-income-mean/map/barchart/2016/auckland--orakei/?areatype=ward&right-transform=indexed&mapzoom=1

simonwinter commented 5 years ago

We're still getting these kind of values in some of the json files:

{
    "headline": "$NA",
    "local": "...",
    "national": "  NA",
    "indexDisp": "    NA"
}

Specifically, these files are generating the error currently:

simonwinter commented 5 years ago

Same issue happens in the scale in the json files - you get:

{},
{
    "year": 2009,
    "feature": "africa-and-middle-east",
    "minval": 0.0055,
    "maxval": 269.2316
},
...