Skip to content

Data dict refactoring 'units' and 'long_name' #18

@MrHaikuSwan

Description

@MrHaikuSwan

Previously, the data dict returned by functions that read input files had 'units' and 'long_name' keyed to lists which hold the respective information in indices corresponding to the indexes of variables in the 'vars' list. In refactoring these functions, it's better to remove these lists and keep these attributes in the same object as the arrays of data -- but for backwards compatibility the keys will remain until no code needs to access them anymore.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions