Skip to content

Support multi-landfall analysis #77

@SorooshMani-NOAA

Description

@SorooshMani-NOAA

Some storms have multiple landfalls, but we only pick the first landfall time for setup, e.g. from the leadtime file:

if len(storm_all_times) > 1:
storm_all_times = storm_all_times.iloc[0]

but also from the track:

candidates = tracks_onland.groupby('track_start_time').nth(0).reset_index()

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions