diff --git a/gps_sync/tests/data/gps_sample.json b/gps_sync/tests/data/gps_sample.json new file mode 100644 index 0000000..a41b4bc --- /dev/null +++ b/gps_sync/tests/data/gps_sample.json @@ -0,0 +1,22 @@ +[ + { + "timestamp": "2024-05-01T10:00:00Z", + "latitude": 48.5735, + "longitude": 13.4489 + }, + { + "timestamp": "2024-05-01T10:00:05Z", + "latitude": 48.5736, + "longitude": 13.4490 + }, + { + "timestamp": "2024-05-01T10:00:10Z", + "latitude": 48.5737, + "longitude": 13.4491 + }, + { + "timestamp": "2024-05-01T10:00:15Z", + "latitude": 48.5738, + "longitude": 13.4492 + } +] \ No newline at end of file