You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.
Enabler: specify qualitative/sequential colormap alongside the "friendly name" and metadata value/observation and handle this choice when initializing metadata item colors
Cleanup: alter metadata handling to use one variable (dict) that stores properties rather than multiple variables storing this information separately:
name (str)
values (np.ndarray)
colormap (enum{qualitative, sequential})
include_table (bool)
Finalize: implement month calculation as standard metadata item in drivers
The text was updated successfully, but these errors were encountered:
Related to #77:
dict
) that stores properties rather than multiple variables storing this information separately:name
(str
)values
(np.ndarray
)colormap
(enum{qualitative, sequential}
)include_table
(bool
)The text was updated successfully, but these errors were encountered: