-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Related to oceanmodeling/ondemand-storm-workflow#8
stormevents
is useful for fetching storm data in a clean format, but still extracting the specific entries useful for a simulation falls on the shoulders of users. It'd be very useful to add some of these functionalities for extracting data to the package itself.
One such a functionality is to extract forecast track based on hours to landfall. As suggested by @WPringle, the same logic discussed in the linked issue above, can be directly brought to stormevents
.
Feature request:
We need an API to retrieve a single OFCL
forecast track for the storm with forecast start date at specified hours before the landfall. To account for the track history of the storm, for all times before the specified time, the track must be taken from hour-0 OFCL
track starting at all prior cycles.