You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, excellent project, I tested it with the data that I was able to download from Google takeout and it works perfectly.
I would like to be able to use your project to try to graph the route of a GPS tracker, from which I can only obtain LAT, LONG and Date/Time.
I tried to replicate the format of the "Records.json" file but still can't get it to work.
Here below I am going to leave an example of the json file that I want to make work with this project, could you look at it and tell me what is wrong?
Greetings
Hello, excellent project, I tested it with the data that I was able to download from Google takeout and it works perfectly.
I would like to be able to use your project to try to graph the route of a GPS tracker, from which I can only obtain LAT, LONG and Date/Time.
I tried to replicate the format of the "Records.json" file but still can't get it to work.
Here below I am going to leave an example of the json file that I want to make work with this project, could you look at it and tell me what is wrong?
Greetings
{ "locations": [ { "latitudeE7": -3472408, "longitudeE7": -5851444, "source": 110144, "deviceTag": 110144, "accuracy": 33, "timestamp": "2022-04-01T10:50:01.269Z" }, { "latitudeE7": -3472407, "longitudeE7": -5851443, "source": 110144, "deviceTag": 110144, "accuracy": 33, "timestamp": "2022-04-01T10:50:05.269Z" }, { "latitudeE7": -3472407, "longitudeE7": -5851443, "source": 110144, "deviceTag": 110144, "accuracy": 33, "timestamp": "2022-04-01T10:52:05.269Z" } ] }
It would be interesting to be able to use it with csv or json files with a simple format that contains LAT, LONG and date/time
I leave it as a suggestion, but I would appreciate help with this problem
Sorry for my English.
Frederic from Argentina
The text was updated successfully, but these errors were encountered: