Skip to content
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

Table time selection #2111

Open
Tracked by #2088
abkfenris opened this issue Dec 5, 2022 · 1 comment
Open
Tracked by #2088

Table time selection #2111

abkfenris opened this issue Dec 5, 2022 · 1 comment

Comments

@abkfenris
Copy link
Member

abkfenris commented Dec 5, 2022

Currently the table displaces the intersection of the forecast times. That's already been shown to not be great when the forecasts don't have times that line up. It also isn't great when a forecast is lagging, as only a small subset of the possible forecast will be shown.

image

Currently BIO is lagging, so there are only a few hours that both it and FVCOM have.

I'm thinking we may just want to take all (unique) times, and filter by those that are greater than the current time, maybe minus an hour.

Do we also want some sort of greater than hourly stride, so we can get more days in the view at the same time? @youngmorse

@abkfenris abkfenris mentioned this issue Dec 5, 2022
1 task
@abkfenris
Copy link
Member Author

Here is how it looks when a forecast doesn't have up to date data with all times greater than an hour ago.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant