Oleksandr Bezdieniezhnykh
7f590582cc
[AZ-960] render-map: dispatch --truth loader on extension (CSV+tlog)
...
load_ground_truth_track now dispatches on truth_path.suffix:
- .csv → load_csv_ground_truth (AZ-894)
- else (.tlog, .bin, no ext) → load_tlog_ground_truth (AZ-697)
Removes the AZ-959 short-circuit in SubprocessReplayRunner.
_maybe_render_map so CSV-path replay jobs ship with the same
map.html artefact as tlog jobs. Both ground-truth DTOs expose
row-aligned (lat_deg, lon_deg) records so the renderer needs no
other changes.
Touches:
- src/gps_denied_onboard/cli/render_map.py: dispatch +
source-agnostic tooltip + --truth CLI help expanded
- src/gps_denied_onboard/replay_api/app.py: workaround removed,
truth_path resolution picks whichever input was uploaded
Tests: 44/44 green across test_az700_render_map.py +
test_az701_replay_api.py:
- 17 pre-existing render-map tests pass unchanged (AC-2)
- New test_load_ground_truth_track_dispatches_to_csv_loader (AC-1)
- New test_load_ground_truth_track_csv_propagates_schema_error
(AC-4: malformed CSV raises ReplayInputAdapterError)
- New test_cli_renders_map_with_csv_truth (AC-1 end-to-end)
- AZ-959 test_post_replay_csv_path_returns_200... extended to
assert map_html_url is now present (AC-3)
Bookkeeping: AZ-960 spec moved todo/ → done/, dep-table preamble
seventh bump documents the landing + AC coverage, state.md records
batch 6 complete with AZ-961 as next.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-29 12:53:17 +03:00
..
2026-05-13 19:42:46 +03:00
2026-05-11 01:33:42 +03:00
2026-05-11 03:00:49 +03:00
2026-05-11 03:00:49 +03:00
2026-05-11 01:33:42 +03:00
2026-05-11 02:03:36 +03:00
2026-05-11 03:23:33 +03:00
2026-05-11 02:03:36 +03:00
2026-05-11 03:00:49 +03:00
2026-05-11 03:00:49 +03:00
2026-05-11 03:00:49 +03:00
2026-05-11 03:23:33 +03:00
2026-05-11 01:33:42 +03:00
2026-05-11 03:23:33 +03:00
2026-05-11 02:03:36 +03:00
2026-05-11 01:33:42 +03:00
2026-05-11 02:03:36 +03:00
2026-05-11 03:23:33 +03:00
2026-05-11 02:03:36 +03:00
2026-05-11 03:38:58 +03:00
2026-05-11 03:38:58 +03:00
2026-05-11 03:38:58 +03:00
2026-05-11 03:52:07 +03:00
2026-05-11 03:52:07 +03:00
2026-05-11 03:52:07 +03:00
2026-05-12 04:30:14 +03:00
2026-05-12 23:11:49 +03:00
2026-05-12 23:55:50 +03:00
2026-05-12 10:13:21 +03:00
2026-05-12 10:20:21 +03:00
2026-05-12 10:33:37 +03:00
2026-05-12 04:21:44 +03:00
2026-05-12 17:05:41 +03:00
2026-05-12 18:01:50 +03:00
2026-05-13 04:01:37 +03:00
2026-05-12 19:29:11 +03:00
2026-05-12 20:37:41 +03:00
2026-05-13 07:01:14 +03:00
2026-05-13 19:42:46 +03:00
2026-05-13 05:48:52 +03:00
2026-05-13 06:13:36 +03:00
2026-05-13 08:48:53 +03:00
2026-05-13 00:09:53 +03:00
2026-05-13 04:20:47 +03:00
2026-05-13 02:37:14 +03:00
2026-05-13 02:37:14 +03:00
2026-05-13 05:00:16 +03:00
2026-05-13 19:42:46 +03:00
2026-05-13 19:42:46 +03:00
2026-05-13 19:42:46 +03:00
2026-05-13 21:30:25 +03:00
2026-05-13 21:30:25 +03:00
2026-05-12 04:44:31 +03:00
2026-05-12 09:56:45 +03:00
2026-05-14 01:11:09 +03:00
2026-05-14 02:40:01 +03:00
2026-05-14 03:30:46 +03:00
2026-05-12 05:25:35 +03:00
2026-05-13 22:44:22 +03:00
2026-05-13 22:31:56 +03:00
2026-05-13 23:52:54 +03:00
2026-05-14 00:39:29 +03:00
2026-05-13 21:47:07 +03:00
2026-05-12 05:31:27 +03:00
2026-05-12 06:22:40 +03:00
2026-05-12 05:43:33 +03:00
2026-05-14 04:10:34 +03:00
2026-05-14 04:10:34 +03:00
2026-05-14 04:10:34 +03:00
2026-05-12 05:52:36 +03:00
2026-05-14 04:10:34 +03:00
2026-05-11 10:32:14 +03:00
2026-05-14 05:01:14 +03:00
2026-05-14 05:01:14 +03:00
2026-05-11 05:35:20 +03:00
2026-05-11 05:51:23 +03:00
2026-05-11 06:07:45 +03:00
2026-05-11 06:20:01 +03:00
2026-05-11 07:06:38 +03:00
2026-05-11 10:12:30 +03:00
2026-05-11 07:13:44 +03:00
2026-05-11 06:53:22 +03:00
2026-05-16 09:02:33 +03:00
2026-05-11 04:17:59 +03:00
2026-05-11 04:28:14 +03:00
2026-05-11 04:17:59 +03:00
2026-05-11 04:47:44 +03:00
2026-05-11 04:47:44 +03:00
2026-05-11 04:47:44 +03:00
2026-05-11 05:06:56 +03:00
2026-05-11 05:06:56 +03:00
2026-05-12 05:10:01 +03:00
2026-05-14 05:33:20 +03:00
2026-05-14 05:33:20 +03:00
2026-05-14 11:55:33 +03:00
2026-05-14 20:04:37 +03:00
2026-05-14 09:01:04 +03:00
2026-05-14 21:41:39 +03:00
2026-05-14 09:50:51 +03:00
2026-05-16 16:22:44 +03:00
2026-05-16 17:18:01 +03:00
2026-05-16 17:54:00 +03:00
2026-05-16 18:10:46 +03:00
2026-05-16 17:54:00 +03:00
2026-05-16 17:54:00 +03:00
2026-05-16 18:10:46 +03:00
2026-05-16 18:10:46 +03:00
2026-05-17 07:12:24 +03:00
2026-05-17 07:12:24 +03:00
2026-05-17 07:49:17 +03:00
2026-05-17 07:49:17 +03:00
2026-05-17 07:12:24 +03:00
2026-05-17 07:49:17 +03:00
2026-05-17 14:48:45 +03:00
2026-05-17 15:10:20 +03:00
2026-05-17 15:28:39 +03:00
2026-05-17 15:43:06 +03:00
2026-05-17 08:26:16 +03:00
2026-05-17 08:26:16 +03:00
2026-05-17 08:26:16 +03:00
2026-05-17 15:43:06 +03:00
2026-05-17 16:46:49 +03:00
2026-05-17 16:46:49 +03:00
2026-05-17 16:46:49 +03:00
2026-05-17 16:46:49 +03:00
2026-05-17 17:09:37 +03:00
2026-05-17 17:09:37 +03:00
2026-05-17 17:09:37 +03:00
2026-05-17 17:09:37 +03:00
2026-05-17 17:33:43 +03:00
2026-05-17 17:33:43 +03:00
2026-05-17 17:33:43 +03:00
2026-05-17 17:33:43 +03:00
2026-05-17 18:01:55 +03:00
2026-05-17 18:01:55 +03:00
2026-05-17 18:01:55 +03:00
2026-05-17 18:01:55 +03:00
2026-05-16 17:18:01 +03:00
2026-05-16 17:18:01 +03:00
2026-05-17 18:14:00 +03:00
2026-05-13 19:42:46 +03:00
2026-05-12 02:53:58 +03:00
2026-05-13 02:37:14 +03:00
2026-05-13 23:23:22 +03:00
2026-05-13 23:37:04 +03:00
2026-05-14 00:51:19 +03:00
2026-05-14 03:03:16 +03:00
2026-05-16 05:33:56 +03:00
2026-05-16 12:58:38 +03:00
2026-05-17 08:42:12 +03:00
2026-05-17 09:00:55 +03:00
2026-05-17 09:08:48 +03:00
2026-05-17 09:52:05 +03:00
2026-05-17 12:08:02 +03:00
2026-05-17 13:40:07 +03:00
2026-05-17 14:19:08 +03:00
2026-05-19 10:28:43 +03:00
2026-05-19 06:23:15 +03:00
2026-05-19 06:35:47 +03:00
2026-05-19 06:47:05 +03:00
2026-05-19 08:56:04 +03:00
2026-05-19 09:20:28 +03:00
2026-05-19 10:28:43 +03:00
2026-05-19 09:38:13 +03:00
2026-05-19 12:22:03 +03:00
2026-05-20 16:09:03 +03:00
2026-05-20 16:44:41 +03:00
2026-05-20 16:53:48 +03:00
2026-05-20 17:04:01 +03:00
2026-05-20 17:30:26 +03:00
2026-05-20 16:09:03 +03:00
2026-05-21 13:40:48 +03:00
2026-05-23 14:02:53 +03:00
2026-05-23 13:09:38 +03:00
2026-05-23 13:29:45 +03:00
2026-05-23 15:08:34 +03:00
2026-05-23 15:27:41 +03:00
2026-05-29 11:13:33 +03:00
2026-05-24 10:07:20 +03:00
2026-05-24 10:07:20 +03:00
2026-05-24 10:07:20 +03:00
2026-05-26 18:40:29 +03:00
2026-05-26 22:09:59 +03:00
2026-05-26 18:40:29 +03:00
2026-05-26 17:18:54 +03:00
2026-05-26 17:18:54 +03:00
2026-05-26 17:18:54 +03:00
2026-05-29 12:45:25 +03:00
2026-05-29 12:53:17 +03:00