-
|
Hi! After importing Google Timeline data, I found out that the data quality was poor for some locations and date intervals. E.g. I have thousands of points spread across years with exactly the same incorrect coordinates. I guess Google was sticking to coordinates of the nearest mobile base station and collected these points alongside the correct ones. I want to either delete them all or try to update them to point to last known location. Doing that manually via current web ui is slow. Is it safe to do something like this? Won't it break the data relations?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Oh I see another option and it is to delete all Google timeline points, update the original Google timeline export with jq and then reimport it. |
Beta Was this translation helpful? Give feedback.
-
|
You can delete the data via "GPS Data" page or directly via SQL. Removal of data from gps_points table is safe. |
Beta Was this translation helpful? Give feedback.
You can delete the data via "GPS Data" page or directly via SQL. Removal of data from gps_points table is safe.