maritime_nearby_tracks
Find ships near a specific location and date from historical logbook records. Ideal for discovering vessels that may have witnessed maritime incidents.
Instructions
Find ships near a given position on a given date.
Searches all CLIWOC logbook positions for the specified date and returns tracks with positions within the search radius. Useful for finding what other ships were in an area when a wreck or incident occurred.
Args: lat: Latitude of search point (decimal degrees) lon: Longitude of search point (decimal degrees) date: Date to search (YYYY-MM-DD format) radius_km: Search radius in kilometres (default: 200) max_results: Maximum results (default: 20) output_mode: Response format - "json" (default) or "text"
Returns: JSON or text with nearby tracks sorted by distance
Tips for LLMs: - Use with wreck positions to find potential witness ships - Increase radius_km if no results (ships were sparse) - Date must be exact YYYY-MM-DD — logbook entries are daily - Try adjacent dates if exact date yields no results - Results include distance_km and matching position - CLIWOC covers 1662-1855; earlier dates have fewer records - Combine with maritime_assess_position for uncertainty context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| date | Yes | ||
| radius_km | No | ||
| max_results | No | ||
| output_mode | No | json |