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

Import CSV or Json simple #56

Open
federicobalm opened this issue Apr 30, 2022 · 0 comments
Open

Import CSV or Json simple #56

federicobalm opened this issue Apr 30, 2022 · 0 comments
Labels
Suggestion Suggestion

Comments

@federicobalm
Copy link

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

@federicobalm federicobalm added the Suggestion Suggestion label Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Suggestion Suggestion
Projects
None yet
Development

No branches or pull requests

1 participant