WikiNewZealand / fundamental-figures

0 stars 0 forks source link

Some datasets have one measure with a different year ending date #23

Open natdudley opened 5 years ago

natdudley commented 5 years ago

https://figure.nz/table/xZOqU5b6uSVVMPiD

(One is a census year end)

and

https://figure.nz/table/NVUyQsuEkAdreQZX

Forestry is a Year ended March

natdudley commented 5 years ago
            "uri": "https://figure.nz/table/xZOqU5b6uSVVMPiD/download",
            "parent": "Demographics",
            "measure": { 
                "column": "Measure", 
                "include": [ 
                    { 
                        "value": "Population", 
                        "label": "Population" 
                    }
                ],
                "exclude": [ ] 
            },
            "category": { 
                "column": "Series", 
                "include": [
                    {
                        "value": "Census usually resident population count",
                        "label": "Census Resident Population Count"
                    },
                ],
                "exclude": [ ] 
            },
            "date": "Year ended June"
        },

This needs to be readded with label "Census Year {number}".

It should be first dataset in file under demographics. This figure has been removed from existing config.

natdudley commented 5 years ago
            "uri": "https://figure.nz/table/NVUyQsuEkAdreQZX/download",
            "parent": "Agriculture",
            "measure": { 
                "column": "Grouping variable", 
                "include": [ 
                    {
                        "value": "Forestry"
                    }
                    {
                        "value": "Forestry (volume)"
                    }
                ],
                "exclude": [ ] 
            },
            "category": { 
                "column": "Category", 
                "include": [ ],
                "exclude": ["TOTAL land"] 
            },
            "date": "Year ended June"
        },

This needs to be readded under "Agriculture" with the label "Year ended March {number}" for the date.

It should be the final agriculture dataset.