maritime_export_geojson
Export historical shipwreck positions as GeoJSON FeatureCollection for mapping and spatial analysis. Filter by region, wreck IDs, or status.
Instructions
Export wreck positions as a GeoJSON FeatureCollection.
Creates a GeoJSON document with Point features for each wreck site. Can export specific wrecks by ID or all wrecks matching filter criteria. Suitable for mapping and GIS analysis.
Args: wreck_ids: Specific wreck IDs to export (overrides other filters) region: Region filter. Options: north_sea, atlantic_europe, atlantic_crossing, cape, mozambique_channel, indian_ocean, malabar, coromandel, ceylon, bengal, malacca, indonesia, south_china_sea, japan, caribbean status: Wreck status filter - found, unfound, approximate archive: Restrict to a specific archive include_uncertainty: Include position uncertainty radius in properties (default: true) include_voyage_data: Include ship type, tonnage, loss cause, lives lost, and depth in properties (default: true) output_mode: Response format - "json" (default) or "text"
Returns: JSON with GeoJSON FeatureCollection and feature count
Tips for LLMs: - Provide wreck_ids for a targeted export of specific sites - Use region and status filters for geographic or discovery status based exports - The GeoJSON uses WGS84 coordinates (EPSG:4326) - Include_uncertainty adds uncertainty_km to each feature's properties (useful for drawing search area buffers) - Include_voyage_data enriches features with vessel and loss context (useful for thematic mapping) - Use the output for mapping, spatial analysis, or as input to drift modelling tools
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wreck_ids | No | ||
| region | No | ||
| status | No | ||
| archive | No | ||
| include_uncertainty | No | ||
| include_voyage_data | No | ||
| output_mode | No | json |