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

Enable reading of sub hourly forecasts #82

Open
andrew-MET opened this issue Jul 1, 2021 · 0 comments
Open

Enable reading of sub hourly forecasts #82

andrew-MET opened this issue Jul 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@andrew-MET
Copy link
Collaborator

For NetCDF, it is possible to express lead times as numeric - assumed to be hours, or as strings with a suffix for units - h = hours, m = minutes, s = seconds.

This needs to be generalized for all formats - should be achievable by moving the conversion of lead times to seconds up to read_grid()

Lead times should also be able to expressed in mixed units - e.g. "03h30m" etc. This will need some modification in the templating for lead times, and a new function to generate sequences of lead times with particular formats.

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

No branches or pull requests

1 participant