PilotGaea 3D O'view
    正在準備搜尋索引...

    類型別名 NetCDFVariable

    NetCDF變數

    type NetCDFVariable = {
        name: string;
        dimensions?: number[];
        attributes: { DIMENSION_LIST: unknown[][][] };
        size: number;
        type?: string;
        offset?: number;
        record?: boolean;
    }
    索引

    屬性

    name: string

    名稱

    dimensions?: number[]

    維度辨識號碼列表

    attributes: { DIMENSION_LIST: unknown[][][] }

    屬性列表

    size: number

    變數的數量

    type?: string

    變數的類別

    offset?: number

    變數數據的偏移

    record?: boolean

    是否為記錄變數