maritime_get_track
Retrieve the complete position history of a historical voyage from CLIWOC records, including daily lat/lon observations from the ship's logbook for route reconstruction.
Instructions
Get full position history for a CLIWOC voyage.
Returns the complete track including all dated lat/lon positions from the ship's logbook. Positions are daily observations recorded by the ship's navigator.
Args: voyage_id: CLIWOC voyage ID (integer, from search results) output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with full track including positions
Tips for LLMs: - Get voyage_id from maritime_search_tracks results - Positions are daily logbook readings, not continuous - Gaps in dates indicate missing logbook entries - Use positions to reconstruct the ship's route on a map - Combine with maritime_export_geojson for mapping - Position accuracy varies: typically ±20-50km for this era
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| voyage_id | Yes | ||
| output_mode | No | json |