-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
Is your feature request related to a problem? Please describe.
There is currently no way in Label Studio to visualize GPS signals on a map. The best we can do is display latitude and longitude information in a table or as a time series chart, which is not an intuitive or effective way to understand spatial and temporal patterns in GPS data. This makes it difficult to analyze movement, identify stationary periods, or annotate events in a way that is meaningful for geospatial data.
Describe the solution you'd like
I would like to add a GPS Visualizer component to Label Studio that enables interactive, map-based visualization of time-based GPS signals. This component should:
- Display GPS tracks on a map, with each point linked to its timestamp.
- Detect and visualize stationary clusters as circles, showing where and when stops occurred.
- Draw arrows on the outline of each stationary cluster, pointing toward the next cluster, with a distance label in front of the arrow.
- Synchronize a timeline or waveform with the map, allowing users to play, pause, and scrub through time.
- Support annotation of regions or events, linking them between the map and the timeline.
- Allow toggling of clusters, arrows, and labels for a customizable view.
Describe alternatives you've considered
- Using the current table or time series display in Label Studio, but these do not provide spatial context or intuitive visualization for GPS data.
- Exporting GPS data to external GIS or mapping tools, which is cumbersome and breaks the annotation workflow.
- Building separate map and timeline components, but this does not provide the seamless, linked experience needed for effective analysis.
Additional context
This feature would be especially useful for applications like sports analysis, delivery/logistics tracking, wildlife movement studies, and any scenario where understanding both the timing and location of stops and movements is important.
A visual, interactive GPS Visualizer would make it much easier to analyze, annotate, and review geospatial data directly within Label Studio.