UMCES Raw Pot Survey Data Schema¶
LinkML schema for marine species survey data shared via Google Drive: https://docs.google.com/spreadsheets/d/1yY2hdD4Hoh3hbieIyu9Lsm_nq7sKyC08
Data Dictionary¶
| Field | Type | Description |
|---|---|---|
| Barotrauma | string |
Barotrauma observation |
| Catch | string |
Catch count. Accepts integer values or "NA" (pot was empty). |
| cloud_cover_10th | string |
Cloud cover percentage estimated to the nearest 10%. |
| cruise_id | string |
Cruise identifier |
| Date | datetime |
Date of animal measurements |
| datetime | datetime |
Date for station visit |
| depth | float |
Depth measurement in feet. |
| hobo_id | string |
HOBO data logger identifier |
| lat_end | float |
End latitude coordinate |
| lat_start | float |
Start latitude coordinate |
| lon_end | float |
End longitude coordinate |
| lon_start | float |
Start longitude coordinate |
| Near_Far | string |
Position relative to reference point (near/far). If station begins with C then i |
| notes | string |
Notes or remarks |
| old_station | string |
Legacy station identifier. Multiple naming conventions used: - MOB turbine sites |
| participants | participantEnum |
Participants. Crew members present during sampling (comma-separated). |
| Pot_ID | integer |
Pot/trap identifier |
| Pot_position | integer |
Pot position in string (1-15) |
| Recover_date | datetime |
Date (recovery of Pot?) |
| Retained | RetainedEnum |
Whether specimen was retained |
| ropeless_id | string |
Ropeless gear identifier |
| scale_tare_g | integer |
Tare weight for scale |
| Sex | SexEnum |
Sex of organism |
| Species | TaxonEnum |
Species common name |
| station | string |
Station identifier for ocean sampling locations. Format evolved over time: - Pre |
| surf_temp_f | float |
Surface temperature in Fahrenheit |
| TL_mm | integer |
Total length in millimeters. The tip of the snout in a straight line to the post |
| type | DeploymentType |
Event type (deploy or recover) |
| wave_height | string |
Estimated wave height in feet, measured from trough to crest. |
| wind_dir | CardinalDirection |
Wind direction |
| wind_speed | string |
Estimated wind speed in knots. |
| Wt_g | string |
Weight measurement (calculated). NA if not recorded. |
| Wt_g_recorded | string |
Weight measurement (recorded). NA if not recorded. |