We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some storms have multiple landfalls, but we only pick the first landfall time for setup, e.g. from the leadtime file:
ondemand-storm-workflow/stormworkflow/prep/hurricane_data.py
Lines 65 to 66 in 7974f4f
but also from the track:
Line 113 in 7974f4f
NHC distinguishes these two cases in observations for probabilistic analysis. We need to be able to do the same.
Thanks @FariborzDaneshvar-NOAA for pointing this out
The text was updated successfully, but these errors were encountered:
Here are examples from NHC 25 retrospective storms:
Sorry, something went wrong.
SorooshMani-NOAA
No branches or pull requests
Some storms have multiple landfalls, but we only pick the first landfall time for setup, e.g. from the leadtime file:
ondemand-storm-workflow/stormworkflow/prep/hurricane_data.py
Lines 65 to 66 in 7974f4f
but also from the track:
ondemand-storm-workflow/stormworkflow/prep/hurricane_data.py
Line 113 in 7974f4f
NHC distinguishes these two cases in observations for probabilistic analysis. We need to be able to do the same.
Thanks @FariborzDaneshvar-NOAA for pointing this out
The text was updated successfully, but these errors were encountered: