Operational Longline Data Format

Operational (logbook) data provide high-resolution, event-level information on fishing activities. Each record generally corresponds to a single fishing activity (e.g., set, haul, or day) and contains critical information required for scientific analysis and compliance monitoring including date, location (latitude and longitude), effort metrics (e.g., number of hooks), gear specifications, and species-specific catch (by weight and/or number).

These data support a range of data analyses, including catch-per-unit-effort (CPUE) standardization, habitat modeling, species interaction studies, and compliance checks. Due to the fine-scale temporal and spatial granularity of these data, they are key inputs to regional stock assessments and ecosystem analyses.

Field formatting details

  • Datetime must be reported in ISO 8601 format: YYYY-MM-DD HH:MM:SS.
  • Latitude and longitude must be reported in decimal degrees with 3 decimals, the valid range is -180 to 180 for longitude and -90 to 90 for latitude.
    • E.g. -5.432 for latitude and 170.215 for longitude
  • Catches must be reported in kilograms (kg) and number of individuals (n), and must be whole values (cannot use decimal values).
  • Species code must be FAO standard Species Code (3 characters).
    • E.g. YFT - Yellowfin Tuna or ALB - Albacore Tuna.
  • Each port has a unique 5 letter code. Please refer to this document provided by WCPFC.

Documents structure and data fields format

Operational data are structured in three interconnected levels: Trip, Activity, and Catch. Separate tables are used for each data level to maintain clarity and reduce redundancy. Each table is connected using unique identifiers: trip_id for the Trip level and activity_id for the Activity level. These identifiers must be numeric or alphanumeric and unique within the set of files.

👉 Data providers can also download ready-to-use CSV data templates for each level (trip, activity, and catch).

CSV Data Templates

Trip level

This is the header of the trip, it has one row per trip.

Example document at trip level

trip_idvessel_namevessel_regircsuviflag_codefleet_codetarget_speciesdeparture_portunloading_portdeparture_datetimeunloading_datetime
TRIP001Pacific Star9709356FHY789900123USASYFTWSAPWWSAPW2025-03-01 05:382025-03-18 22:47
TRIP002Pacific DawnLFV0366FHY789900123USASALBTOTBUTOTBU2025-02-01 16:592025-02-12 11:28

Field descriptions at trip level

Field nameTypeFormatDescriptionMandatory
trip_idStringAlphanumeric - refer to Trip level identifierUnique identifier for the tripYes
vessel_nameStringAlphanumericName of the fishing vesselYes
vessel_regStringAlphanumericRegistration number of the vesselYes*
ircsStringAlphanumericInternational radio call signYes*
uviNumberNumberUnique Vessel Identifier (reference to the IMO)No
flag_codeText2 letter flag-state code (UN/LOCODE)Authorized flag stateYes
fleet_codeText2 letter code for sub-fleet (see fleet reference table)Sub-fleet codeNo
target_speciesStringFAO 3 letters CodeMain target species codeNo
departure_portStringWCPFC port codePort of departureYes
unloading_portStringWCPFC port codePort of unloadingYes
departure_datetimeDatetimeYYYY-MM-DD HH:MM:SSDate of departureYes
unloading_datetimeDatetimeYYYY-MM-DD HH:MM:SSDate of unloadingYes
  • = A code may be used as a vessel identifier instead of the name of the vessel, registration number and call sign for vessels that have fished and that intend to fish only in the waters of national jurisdiction of the State that has flagged the vessel

Activity level

This level contains one row per activity within a trip. At least one Activity entry should be recorded each day, and it is possible to have multiple activities in the same day.

Example document at activity level

trip_idactivity_idactivity_type_idactivity_datetimelatitudelongitudehooks_nhooks_bt_floattarget_speciesspecies_bait1species_bait2species_bait3mainline_lenbranchline_lenfloatline_lenlightstick_nvessel_speedlinesetter_speed
TRIP001ACT00112025-03-03 07:05-10.25170.6925025YFTSQU80.012.52017611
TRIP001ACT00212025-03-04 10:14-10.502170.342625025YFTSQU80.012.50.5
TRIP001ACT00312025-03-05 08:45-10.703170.17625025YFTSQU80.0100.5
TRIP001ACT00422025-03-06 12:00-10.80170.2
TRIP001ACT00552025-03-07 12:00-10.9031170.24
TRIP002ACT00612025-03-03 07:05-19.559163.2225025ALBCHP110.012.5200512

Field descriptions at activity level

Field nameTypeFormatDescriptionMandatory
trip_idStringAlphanumeric - refer to Trip level identifierUnique identifier for the tripYes
activity_idStringAlphanumeric - refer to Activity level identifierUnique identifier for the activityYes
activity_type_idNumberInteger: refer to Reference Table 1Type of activityYes
activity_datetimeDatetimeISO 8601 Date and time: YYYY-MM-DD HH:MMDate and time of the activityYes
latitudeNumberDecimal DegreesLatitude of the activity locationYes
longitudeNumberDecimal DegreesLongitude of the activity locationYes
hooks_nNumberIntegerNumber of hooksYes*
hooks_bt_floatNumberIntegerNumber of hooks between floatsYes*
target_speciesStringFAO 3 letters CodeTarget species codeNo
species_bait1StringFAO 3 letters Code, refer to Table 2Bait species used in setNo
species_bait2StringFAO 3 letters Code, refer to Table 2Secondary bait species used in setNo
species_bait3StringFAO 3 letters Code, refer to Table 2Tertiary bait species used in setNo
mainline_lenNumberUnit: MetersMainline length in km used in the setNo
branchline_lenNumberUnit: MetersLength of the branchlineNo
floatline_lenNumberUnit: MetersAverage length in meters of the float linesNo
lightstick_nNumberIntegerTotal number of lightsticks used in the setNo
vessel_speedNumberUnit: KnotsVessel speed during the activityNo
linesetter_speedNumberUnit: KnotsSpeed in knots of the line setter (i.e., the line shooter speed)No

* Mandatory for activity activity_type_id = 1 (Fishing Set)

Catch level

One Catch entry must be provided for each species caught during a Fishing Set, either retained or discarded. Column is_discarded indicates whether the catch was discarded (1) or retained (0).

Example document at catch level

trip_idactivity_idsp_codesp_nsp_kgis_discarded
TRIP001ACT001YFT1616430
TRIP001ACT001YFT21021
TRIP001ACT001SKJ241100
TRIP001ACT001FAL001
TRIP001ACT002YFT201800
TRIP001ACT002SKJ15950
TRIP002ACT006YFT121220
TRIP002ACT006SKJ1887.50

Field descriptions at catch level

Field NameTypeFormatDescriptionMandatory
trip_idStringAlphanumeric - refer to Trip level identifierUnique identifier for the fishing tripYes
activity_idStringAlphanumeric - refer to Activity level identifierUnique identifier for the fishing activityYes
sp_codeStringFAO 3-letter code for the target speciesFAO 3-letter code for the target speciesYes
sp_nNumberNumber of individuals caughtNumber of individuals caughtYes
sp_kgNumberWeight of the catch in kilogramsWeight of the catch in kilogramsNo
is_discardedNumberdiscarded (1) or retained (0)Indicator of whether the catch was discarded (1) or retained (0)No

References

Reference Table 1: Activity Type identifiers

activity_type_idDescriptionCorresponding Activity Code on SPC/FFA Longline regional logsheet
1Fishing Set1
2Searching
3Transit3
4No fishing - Breakdown/other issues2
5No fishing - Bad weather2
6In port4

Reference Table 2: Example Bait species table

Bait species short list based on FAO 3 letters Code.

FAO CodeTaxa/species categories
CLPHERRINGS, SARDINES, NEI
DPTDECAPTHURUS SP. - MUROAJI
MAXMACKERELS NEI
MILMILKFISH
MSDMACKEREL SCAD
PILEUROPEAN PILCHARD (=SARDINE)
SAPPACIFIC SAURY
SQUVARIOUS SQUIDS NEI
TUNTUNAS NEI
OTHComment on bait type

Reference Table 3: List of Fleets

country_codefleet_codegear_codeis_activeocean_codesdescription
AUAFS1WX,SP,SX,WPAustralia purse seine, inside the Australian Fishing Zone
AUAUL1WX,SP,SX,WPAustralia domestic and chartered longline
AUEXS1WX,SP,SX,WPAustralia distant-water purse seine
AUJVL0WX,SP,SX,WPAustralian joint-venture Longline
CNDWL1SP,NP,NX,SXChina distant-water longline
IDDWS1WX,WPIndonesia distant-water purse seine
IDIDS1WX,WPIndonesia domestic purse seine
JPCSL1WX,NP,NX,WPJapan coastal fleet longline
JPCSP1WX,NP,NX,WPJapan coastal fleet pole-and-line
JPCSS1WX,NP,NX,WPJapan coastal fleet purse seine
JPDWP1WX,SP,NP,NX,WPJapan offshore and distant water pole-and-line
JPDWS1WX,SP,NP,NX,WPJapan offshore and distant-water purse seine
JPJPL1WX,SP,NP,SX,NX,WPJapan offshore and distant water longline
PHDWS1WX,WPPhilippines distant-water purse seine
PHPHS1WX,NX,WPPhilippines domestic purse seine
TWDWL1WX,SP,NP,SX,NX,WPChinese Taipei distant-water longline
TWODL0NP,NXChinese Taipei offshore domestic longline (REDUNDANT -STLL)
TWOSL1WX,SP,NP,SX,NX,WPChinese Taipei small-scale Longline (STLL)
USASL1WX,SP,NP,SX,NX,WPAmerican Samoa longline
USAST1WX,SP,SX,NX,WPAmerican Samoa (US) Troll
USGUL1WX,NP,NX,WPGuam (US) Longline
USGUT1WX,SP,SX,NX,WPGuam (US) Troll
USHWH1WX,NP,NX,WPHawaii (US) Handline
USHWL1WX,SP,NP,NX,WPUnited States of America longline (Hawaii)
USHWP1SP,NP,NX,WPHawaii pole-and-line
USHWT1WX,NP,SX,NX,WPHawaii (US) Troll
USHWT1SP,NX,SX,WPHawaii (US) Troll and Handline
USMPL1WX,NP,NX,WPNorthern Marianas Islands (US) Longline
USMPT1WX,SP,SX,NX,WPNorthern Mariana Islands (US) troll
USUSL1WX,SP,NP,NX,WPUnited States of America longline