Which Export Should I Use?

Match the output format to the next person in the handoff.

Use this when

You have a recording open and need to hand off data to another person or tool — a mapping app, a GIS analyst, another Humminbird unit, or a spreadsheet. The six export formats cover different downstream workflows. Pick the one the next person in the chain can actually open.

Before you start

Open a recording in the viewer. The Export button appears in the toolbar. It stays greyed out until the recording has loaded at least one ping.

Pick by the receiver

Passing coordinates to a navigation device or mapping app that accepts GPX

Use GPX for either tracks or waypoints. Handheld units and most chart plotters read GPX natively.

Sharing with someone who uses Google Earth or GIS software

Use KML. It embeds the track, contacts, and annotations in a single file that Google Earth opens directly.

Running your own depth or bottom analysis

Use Bathymetry CSV. Each row is one ping: timestamp, latitude, longitude, depth in metres.

Processing raw sonar returns in a script or spreadsheet

Use Ping Data CSV for per-ping summary columns, or Intensity CSV for the full return array across every ping.

Format quick reference

FormatMenu labelOutput fileWho reads it
GPXExport GPS Track (GPX)gps-track.gpxChart plotters, handheld GPS, mapping apps (Garmin BaseCamp, Google Maps import)
KMLExport GPS Track (KML)gps-track.kmlGoogle Earth, QGIS, ArcGIS
GPX WaypointsExport Contacts (GPX Waypoints)contacts.gpxHandheld units that accept waypoint files
Bathymetry CSVExport Bathymetry (CSV)bathymetry.csvPython/R scripts, bathymetric mapping tools, QGIS point layers
Ping Data CSVExport Ping Data (CSV)ping-data.csvSpreadsheets, custom analysis scripts
Intensity CSVExport Intensity Data (CSV)intensity-data.csvSignal-processing workflows, sonar classification research

KML is the only format that bundles contacts and annotations together with the track in one file. If the receiver needs everything in one place, KML is the right choice.

More in Exports