ps_station_id |
STRING |
true |
Unique station ID (ps_site_id_rig ), e.g., PNG_2024_pbruv_001_r201 |
ps_site_id |
STRING |
true |
Foreign key to pbruv.sites |
exp_id |
STRING |
true |
Expedition ID (ISO3_YEAR ) - denormalized for performance |
region |
STRING |
true |
Region name - from pbruv.sites |
subregion |
STRING |
true |
Subregion name - from pbruv.sites |
locality |
STRING |
false |
Locality name - from pbruv.sites |
habitat |
STRING |
true |
Habitat type - from pbruv.sites |
rig_id |
STRING |
true |
Physical rig identifier (e.g., 201 , 322 , 415 ) |
start_latitude |
FLOAT |
true |
Rig deployment start latitude (decimal degrees, WGS84) |
start_longitude |
FLOAT |
true |
Rig deployment start longitude (decimal degrees, WGS84) |
end_latitude |
FLOAT |
false |
Rig recovery end latitude (decimal degrees, WGS84) |
end_longitude |
FLOAT |
false |
Rig recovery end longitude (decimal degrees, WGS84) |
distance_shore_km |
FLOAT |
false |
Distance from nearest shore for this rig (km) - calculated |
left_cam |
STRING |
true |
Model or serial number of the left camera |
right_cam |
STRING |
true |
Model or serial number of the right camera |
bait_type |
STRING |
true |
Type of bait used (e.g., sardines , skipjack , local_fish ) |
uwa_opcode |
STRING |
false |
UWA operation code for this specific rig (e.g., PNGP24_001 ) |
date |
DATE |
true |
Date of deployment - denormalized for temporal queries |
time_in |
TIME |
true |
Time when rig entered water |
time_out |
TIME |
false |
Time when rig was recovered |
video_quality |
STRING |
false |
Assessment of video quality (excellent , good , poor , unusable ) |
drift_m |
FLOAT |
false |
Total drift distance during deployment (meters) - calculated |
drift_hrs |
FLOAT |
false |
Duration of drift (hours) - calculated |
notes |
STRING |
false |
Rig-specific comments or observations |