Menu
User Guide / Data Export

Data Export

SalmonVision makes it easy to export your monitoring data for analysis, reporting, or integration with other tools.

Export Formats

FormatDescription
CSVComma-separated values, compatible with Excel and R
JSONStructured data for programmatic use
GeoJSONSpatial data with detection locations
COCOAnnotated image dataset format for model retraining

Exporting from the Dashboard

  1. Navigate to your project dashboard
  2. Set your desired date range and filters
  3. Click the Export button in the toolbar
  4. Choose your format and click Download

Export Fields

Each export includes:

FieldDescription
timestampUTC time of detection
speciesClassified species name
confidenceModel confidence score (0–1)
directionUpstream or downstream
camera_idSource camera identifier
bboxBounding box coordinates
image_urlLink to detection snapshot

Scheduled Exports

Set up automatic exports:

  1. Go to Settings → Scheduled Exports
  2. Choose frequency (daily, weekly, monthly)
  3. Select format and delivery method (email or cloud storage)
  4. Click Save Schedule

API Access

For programmatic export, see the API Reference.


Previous: Salmon Detection | Next: API Reference