trajan.skill
Package Contents
Functions
|
Calculate the distances [m] between two trajectories |
|
Calculate the distances [m] between points along a trajectory |
|
Calculate skill score from normalized cumulative seperation distance. Liu and Weisberg 2011. |
- trajan.skill.distance_between_trajectories(lon1, lat1, lon2, lat2)
Calculate the distances [m] between two trajectories
- trajan.skill.distance_along_trajectory(lon, lat)
Calculate the distances [m] between points along a trajectory
- trajan.skill.liu_weissberg(lon_obs, lat_obs, lon_model, lat_model, tolerance_threshold=1)
Calculate skill score from normalized cumulative seperation distance. Liu and Weisberg 2011.
Returns:
Skill score between 0. and 1.