WikiNewZealand / fundamental-figures

0 stars 0 forks source link

Issue with MoE datasets not including Auckland or Auckland LBA file #25

Open natdudley opened 5 years ago

natdudley commented 5 years ago

MoE datasets only include Auckland in the region dataset. We cannot use this file even with the discriminator set to Region, because other TAs also have the same name as the region e.g. Gisborne

Dataset https://figure.nz/table/e9uAWowJeaLdjUcQ

        {
            "uri": "https://figure.nz/table/e9uAWowJeaLdjUcQ/download",
            "parent": "Education",
            "discriminator": "Region",
            "measure": { 
                "column": "Measure", 
                "include": [ ],
                "exclude": [ ] 
            },
            "date": "Year as at 1 July"
        },

Same applies for number of schools https://figure.nz/table/z8fK3EsNeiNKfiIt

{
            "uri": "https://figure.nz/table/UVAcM5d9Sw3HxSw5/download",
            "parent": "Education",
            "discriminator": "Region",
            "measure": { 
                "column": "Value Label", 
                "include": [
                    {
                        "value": "Number of schools",
                        "label": "Total schools in this area"
                    }
                 ],
                "exclude": [ ] 
            },
            "date": "Year as at 1 July"
        },