Previous Page Table of Contents Next Page


6. DATABASES AND DATA MANAGEMENT (Contd.)

Table 6.10.3 Example of tables with data of FDDB.

INTERVIEWS

ID_IntvieWID_ProvinceID_VesselEffortDate of Sampling
2XXXX_A_01904-Sep-97
3XXXX_A_02905-Sep-97
4XXXX_A_03806-Sep-97
5XXXX_B_01507-Sep-97
6XXXX_B_02808-Sep-97
7XXXX_B_03609-Sep-97
8XXXX_C_01910-Sep-97
9XXXX_C_02911-Sep-97
10YYYY_A_01412-Sep-97
11YYYY_A_02613-Sep-97
12YYYY_A_03714-Sep-97
13YYYY_B_01815-Sep-97
14YYYY_B_02616-Sep-97
15YYYY_B_03317-Sep-97
16YYYY_C_01418-Sep-97
17YYYY_C_02819-Sep-97
18ZZZZ_A_01620-Sep-97
19ZZZZ_A_02521-Sep-97
20ZZZZ_A_03822-Sep-97
21ZZZZ_B_01923-Sep-97
22ZZZZ_B_02624-Sep-97
23ZZZZ_B_03625-Sep-97
24ZZZZ_C_01626-Sep-97
25ZZZZ_C_02727-Sep-97
26ZZZZ_C_021205-Sep-97
27ZZZZ_B_031204-Sep-97

EXERCISE

The exercise is to raise the samples to total country, (or division of country) as explained in the manual. The raising is for all three types of data:

  1. Catch by commercial category

  2. Catch by species.

  3. Length frequencies.

What you should do is take the tables from FDDB, and send them to EXCEL (the spread sheet module of Microsoft Office), and then do the raising in EXCEL. This could also be done in ACCESS, but that is a job for experts.

One of the problems you will have to deal with is "how to calculate mean values of CPUE (Catch Per Unit of Effort)?

Effort= Fishing days
CPUE= Catch per days

We want to calculate the mean CPUE for a fleet (similar boats). We observe the number of days per trip and the total catch of the trip. Which method to use, A or B?

Method AEffortCatchCPUE
Vessel 11100100.00
Vessel 2520040.00
Vessel 31050050.00
 Mean CPUE 63.33

Method BEffortCatchMean
Vessel 11100CPUE
Vessel 25200 
Vessel 310500 
Total1680050.00

If the number of fishing days per trip remains constant, the two methods give the same results.

Method AEffortCatchCPUE
Vessel 1515030.00
Vessel 2520040.00
Vessel 3525050.00
 Mean CPUE 40.00

Method BEffortCatchMean
Vessel 15150CPUE
Vessel 25200 
Vessel 35250 
Total1560040.00

Table 6.10.4 Example of tables with data of FDDB.

ID_ComGr_WgtID_IntvieWID_Comm GroupWeight CommGrSpecComp SampSample Weight
22CG_X_A_01142TRUE18.9
32CG_X_A_02188FALSE0
42CG_X_A_03108FALSE0
53CG_X_A_01180TRUE12.8
63CG_X_A_02106FALSE0
73CG_X_A_03166FALSE0
84CG_X_A_01135FALSE0
94CG_X_A_02110FALSE0
104CG_X_A_03139TRUE15.2
115CG_X_B_01121TRUE14.2
125CG_X_B_02132TRUE16.8
136CG_X_B_01183FALSE0
146CG_X_B_02139FALSE0
157CG_X_B_01188FALSE0
167CG_X_B_02122TRUE10.1
178CG_X_C_01127TRUE15.2
188CG_X_C_02191FALSE0
199CG_X_C_01111FALSE0
209CG_X_C_02134FALSE0
2110CG_Y_A_01142FALSE0
2210CG_Y_A_02161FALSE0
2310CG_Y_A_03129FALSE0
2411CG_Y_A_01104FALSE0
2511CG_Y_A_02150TRUE16
2611CG_Y_A_03135FALSE0
2712CG_Y_A_01132TRUE16.8
2812CG_Y_A_02190FALSE0
2912CG_Y_A_03107TRUE12.6
3013CG_Y_B_01174FALSE0
3113CG_Y_B_02144FALSE0
3214CG_Y_B_01107FALSE0
3314CG_Y_B_02122TRUE10.1
3415CG_Y_B_01156FALSE0
3515CG_Y_B_02102TRUE10.8
3616CG_Y_C_01108FALSE0
3716CG_Y_C_02147FALSE0
3817CG_Y_C_01108FALSE0
3917CG_Y_C_02114FALSE0
4018CG_Z_A_01150FALSE0
4118CG_Z_A_02142TRUE16.8
4218CG_Z_A_03145FALSE0
4319CG_Z_A_01175FALSE0
4419CG_Z_A_02169FALSE0
4519CG_Z_A_03158FALSE0
4620CG_Z_A_01163FALSE0
4720CG_Z_A_02128FALSE0
4820CG_Z_A_03159FALSE0
4921CG_Z_B_01162TRUE16.6
5021CG_Z_B_02129FALSE0
5122CG_Z_B_01102TRUE7.2
5222CG_Z_B_02174TRUE9.3
5323CG_Z_B_01143FALSE0
5423CG_Z_B_02179FALSE0
5524CG_Z_C_01125FALSE0
5624CG_Z_C_02128FALSE0
5725CG_Z_C_01131TRUE14.2
5825CG_Z_C_02133TRUE14
5926CG_X_A_02120FALSE0
6027CG_Z_B_01130TRUE25


Previous Page Top of Page Next Page