| trip_code |
Must be equal to a trip code as listed in the t_trip table. |
| station_no |
Must be a unique number within a single trip. |
| area |
Area code must be a valid code as listed in the area_codes table in the rdb database. |
| course |
Course must be within the range of 0 – 359 degrees. |
| date_s |
The date at the start of a station must be a legitimate date. |
| time_s |
Start time of the station must be a valid 24-hour time and fall within the range of 0 – 2359 hours. |
fix_s } fix_f } |
The method of position fix code must be valid code as listed in Appendix 1. |
| lat_s |
Must be a valid latitude |
| NorS_s |
Northern or Southern Hemisphere at station start, must be equal to either “N” or “S”. |
| long_s |
Must be a valid longitude. |
| EorW_s |
Longitude east or west at station start, must be equal to either “E” or “W”. |
| bot_gs |
Depth of sea bottom must not be less than depth of gear |
| date_f |
The date at the finish of a station must be a legitimate date. Multiple column checks on finish date: The date must fall within the range of the range of the trip start and finish dates. |
| time_f |
Finish time of the station must be a valid 24-hour time and fall within the range of 0 – 2359.
Multiple columns checks on date and time: The start date must not be later than the finish date and within a reasonable time period. |
| lat_f |
Must be a valid latitude |
| NorS_f |
Northern or Southern Hemisphere at station finish, must be equalto either “N” or “S”. |
| long_f |
Must be a valid longitude. |
| EorW_f |
Longitude east or west at station finish, must be equal to either “E” or “W”.
Multiple columns checks on position: The finish position should be within a reasonable distance from the start position. |
| bot_gf |
Depth of sea bottom must not be less than depth of gear |
| min_gdepth |
Minimum gear depth must be less than or equal to the depth of gear at the start and finish of the station. |
| max_gdepth |
Maximum gear depth must be greater than or equal to the minimum gear depth and the depth of gear at the start and finish of the station |
| gear_meth |
Gear method code must be a valid code as listed in the meth_codes table in the rdb database. |
| gear_code |
Must within the range 1 – 3 to relate to gear1, gear2, and gear3 respectively in the t_trip table. |
| gear_perf |
The gear performance code must be valid code as listed in Appendix 1. |
| path |
The path code must be valid code as listed in Appendix 1. |
| speed |
The vessel’s recorded speed during the station should be within the range 0 – 5 knots and be reasonable for the gear method. |
| distance |
The distance traveled during the station should be reasonable for the type of gear method. |
|
Multiple columns check on: distance; start and finish positions; and speed and start/finish times: The distance traveled during a station as calculated by (1) the difference between start and finish positions; (2) speed * elapsed time; and (3) recorded distance should be in approximate agreement. |
| head_code |
Headline height code must be a valid code as listed in the t_headline_codes table in the rdb database. |
| distwing_code |
Distance between trawl wings code must be a valid code as listed in the t_wing_dist_codes table in the rdb database. |
| distdoor_code |
Distance between trawl doors code must be a valid code as listed in the t_door_dist_codes table in the rdb database. |
| wind_dir |
Wind direction must fall within the range of 0-359, 999. |
| wind_force |
Wind force must fall within the range of 0 – 12. |
| air_temp |
Air temperature should fall within the reasonable range of 5 – 30. |
| air_press |
Air pressure should fall within the reasonable range of 960 to 1040. |
| cloud_cov |
Cloud cover must fall within the range of 0-8. |
| sea_cond |
The sea condition code must be valid code as listed in Appendix 1. |
| sea_col |
The sea colour code must be valid code as listed in Appendix 1. |
| swell_ht |
The swell height code must be valid code as listed in Appendix 1. |
| swell_dir |
Wind direction must fall within the range of 0-359, or equal 999. |
| bot_type |
The bottom type code must be valid code as listed in Appendix 1. |
| bot_cont |
The bottom contour code must be valid code as listed in Appendix 1. |
| surf_temp |
Sea surface temperature should fall within the reasonable range of 5 – 28. |
| bot_temp |
Sea bottom temperature should fall within the reasonable range of 3 – 25. |
| wind_spd |
Wind speed should fall within the reasonable range of 0 - 30. |
| secchi |
Secchi disc distance should fall within the reasonable range of 0 – 40. |
| moon |
Moon phase must fall within the range of 1 - 4. |