Skip to content
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

Trajectory Visualization #7

Open
JayKumarr opened this issue Dec 3, 2024 · 0 comments
Open

Trajectory Visualization #7

JayKumarr opened this issue Dec 3, 2024 · 0 comments

Comments

@JayKumarr
Copy link

Visualizing trajectories will enhance user experience. Visualization of thousands of trajectories will drastically slow down the system response if not handled properly.
First, trajectories needs to be compressed by resampling with respect to temporal and spatial dimension. The resolution of both dimension will depend on bounding box of user's current map view.
Second, if needed, trajectories can be clustered (grouped) to summarize the same type of data.

For spatial resolution, 5KM x 5KM (KM depends on map view) hexagonal grids can be used to descale the spatial dimension of trajectories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant