This commit is contained in:
Dziad Borowy 2023-01-18 11:08:24 +00:00
parent 1300897484
commit b6be5ca80f

View File

@ -135,7 +135,7 @@ pip install -r requirements.txt
python location_history_json_converter.py Records.json output.csv -f csv python location_history_json_converter.py Records.json output.csv -f csv
``` ```
The csv file generated by the script above will contains 3 columns: The csv file generated by the script above will contain 3 columns:
- `time` - `time`
- `latitute` - `latitute`
- `longitude` - `longitude`