Getting the average of several typhoon trajectories

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 6K views
soybean101
Messages
1
Reaction score
0
graph.jpg

Hi
I am curious to know if there are methods of getting the average of several typhoon trajectories, with the average trajectory represented as straight red lines (for simplicity) as shown in the image. I am assuming that this average wouldn't be a straight line but be represented as a range. Each colored line corresponds to a different typhoon track, all of which are plotted for the entire year. This means that some trajectories were collected at different months. Time interval for each data point is six hours.
Since I am new to the field, I would just like to know if this was done already, and suggestions as to what/where I should begin to learn to do it. Thank you.
 

Attachments

  • graph.jpg
    graph.jpg
    26.6 KB · Views: 1,139
Earth sciences news on Phys.org
Welcome to PF.
Where with the right statistics you can get any answer you want.

When does an 'average trajectory' have meaning.
Asking why you require an average trajectory, may help work out what you actually need.
You already have the convex hull of the dataset.

What mapping projection have you used?
Do the numbers (without units) on the axes of your map have any meaning?

Start by totalling all the dx and the dy steps for each 6 hour pairs of points. That will give you an average migration vector, having both direction and travel velocity.

Once you have that information you can rotate the map and look at the 'cross path' density profile of the tracks. That will give you a median line.

Is your data set available? Can you attach it to your next post.