Releases: ni1o1/transbigdata
0.5.3
0.5.2
0.5.1
0.5.0
new features
Add the traj module for handling trajectory data. This module includes the following functionalities:
-
traj_mapmatch(traj, G[, col])
Nearest map matching: Find the nearest point on the road network for each trajectory point. -
traj_clean_drift(data[, col, method, ...])
Delete the drift in the trajectory data. -
traj_clean_redundant(data[, col])
Delete the data with the same information as the data before and after to reduce the amount of data. -
traj_slice(traj_data, slice_data[, ...])
Slice the trajectory data according to the slice data. -
traj_smooth(data[, col, proj, ...])
Smooth Trajectory Using Kalman Filter. -
traj_segment(data[, groupby_col, retain_col])
Segment the trajectory in order and return the starting and ending information of each segment. -
traj_densify(data[, col, timegap])
Trajectory densification, ensure that there is a trajectory point each timegap seconds -
traj_sparsify(data[, col, timegap, method])
Trajectory sparsify. -
traj_stay_move(data, params[, col, activitytime])
Input trajectory data and gridding parameters, identify stay and move -
points_to_traj(traj_points[, col, timecol])
Input trajectory, generate GeoDataFrame
fix bugs
0.4.17
0.4.16
Add activity.py to analysis human activity
Entropy
to calculate Entropy and Entropy rateConfidence ellipse
to calculate and plot confidence ellipseActivity plot
to plot Activity
Update function tbd.mobile_plot_activity
rename it to tbd.plot_activity
- Add parameter
fontsize
to control fontsize of xticks and yticks - Add parameter
yticks_gap
to control yticks - Add parameter
xticks_rotation
andxticks_gap
to control xticks - Use column
group
to control the color of the bars