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.
We discussed the implementation of this at our lab group "hacky hour" yesterday.
Adding the month of the observation to the available metadata is very easy and only requires 4-5 lines of code in one of the time series drivers (e.g., probably best done in StackedTimeSeries so subclasses inherit this widely useful metadata item).
The only hangup is that TSTools' metadata symbology is tailored for qualitative, categorical data and months, denoting the progression through a year, are best visualized using a sequential colormap. We're fine on the categorical data front, but we would have to somehow specify that this metadata item should use a sequential colormap.
Proposed solution to allow sequential colormaps is to add an additional parameter that describes each metadata item (sequential/categorical). See ticket #78
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add a symbology field that would enable symbolizing observations by month.
Mockup using MATLAB:
Colors could definitely be improved, but should be somewhat cyclic like the
hsv
colormap so that DOY 1 is more similar to DOY 365 than DOY 185.The text was updated successfully, but these errors were encountered: