@maschinenlesbar.org/regionalatlas-cli
    Preparing search index...

    Interface IndicatorField

    One value column of an indicator: the key it appears under in a RegionRow's values, plus what it measures and in what unit. Taken from the catalogue's attributes array — the data query itself returns only bare field names with uninformative aliases, so the catalogue is the only source of labels.

    interface IndicatorField {
        code: string;
        title: string;
        unit: string;
    }
    Index
    code: string

    Field name as it appears in RegionRow.values, lower-case (e.g. "ai0201").

    title: string

    What the column measures, e.g. "Bevölkerungsdichte (EW je qkm)".

    unit: string

    The unit, e.g. "Anzahl", "Prozent", "EUR", "PP" (percentage points).