-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SAM time slider: allow selection of "Year" variable in addition to "Observation date" (and maybe also temporal ordinals...) #761
Comments
Slack discussions with @bobular Bob MacCallum Danica Helb Bob MacCallum Danica Helb Bob MacCallum Danica Helb Bob MacCallum |
Fwiw, i think we should consider having an annotation declaring that the variable is a “year” variable, and then we can add that to the constraints for the time slider |
There's a new use case for the T0 prototype where a YYYY-MM string is forced to be ordinal (forceStringType=yes is the magic incarnation). It's already available for time series and the new timeline histogram. It should probably be available in the timeslider too. Here are some considerations before implementing any of this
|
If possible, I would love for EDA to support date variables whose values are any ISO compatible format, so YYYY, YYYY-MM, or YYYY-MM-DD. Maybe @dmgaldi or @ryanrdoherty can comment on this? |
I am looking at PRISM resistance on qa.restricted.clinepi
I want to use "Year" in the time slider but I cannot select this variable. What needs to happen to enable other variables to be used here? can we utilize the "is_temporal" annotation property to determine which variables can be used in the slider?
The text was updated successfully, but these errors were encountered: