-
Notifications
You must be signed in to change notification settings - Fork 0
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
Forward trajectories wind direction circular plot #3
Comments
Hi Toby, Could you provide an example please? I did some runs now and it seems to work fine, but perhaps there is some specific case for which the script breaks. In general, please be more specific when reporting issues, it is difficult to fix a bug without being able to reproduce it. Thanks, Eric |
Hi Eric, Thanks for your reply. Here is an example of the issue. Below is a forward trajectory, this shows our insects travelling north on a southerly wind over a 24 hrs period. However, when you look at the circular histograms the bars are all orientated to the north instead of the south Does that make sense? For reference this is what the backward trajectories show which make sense to me. Cheers |
Hi Toby, Each trajectory consists in a series of coordinates (one per hour) that trace the path the wind followed. The script computes, for each position at each time point of each trajectory, the bearing of a straight line connecting the start coordinates and the coordinates at which the trajectory was found at that specific time. Unless a time is specified, all time points of each trajectory are used. For example, for a single trajectory running 48 hours backwards, there are 48 pairs of coordinates computed, plus the origin. So there are 48 bearings that can be calculated and, by default, all 48 are plotted. So if this trajectory spiraled around the origin, you would get a circular histogram with bars pointing in many directions. If you were to specify a given time point (e.g. 24 hours) with the However, the plots do not indicate the local winds blowing at the point of origin of the trajectories, although you could get that (at a perhaps somewhat coarse level) by computing trajectories backwards and specifying Sorry this was not clear, hopefully it makes sense now. Cheers, Eric |
Hi Eric,
When running forward trajectories I have noticed that the circualr histogram wind plots show the wrong wind direction. They are the exact opposite to what that should be so I guess this would be a minor fix.
Cheers
Toby
The text was updated successfully, but these errors were encountered: