Dr. Nedzad Mehic, Tom Ross, Dr. Mansoor Al-A'ali and Dr. Ghulum Bakiri

A GIS FOR BAHRAIN FISHERIES MANAGEMENT

ABSTRACT

This paper presents a GIS designed to aid the fisheries management at the Fisheries Directorate in Bahrain. The main purpose of the system is to provide rational management, fisheries statistics, fishing vessels utilization, economical forecasts, information on the location of threatened and endangered species, and fast access and easy generation of different status reports for decision makers in the fisheries management process. The system is based on ArcView Version 2.1 as it provides analytical tools to create spatial data and define spatial data relations, in addition to standard database manipulation capabilities. The available information was analyzed and a pilot system was developed for the calculation of profitability and utilization of the Bahrain shrimp fleet. The GIS developed contains the cartographic features (islands, reefs, fishing grounds and fishing block boundaries) of the coast of Bahrain, statistical attributes, and latitude and longitude grid. The system allows the user to organize, update and display data according to a dynamically set criteria and provides flexible query and analysis functions on the database and visual representation of summarized tabular data.


INTRODUCTION

Fish and especially shrimp is a very important natural resource in Bahrain. In the 1980's royal decree, the Amir of Bahrain defined strict regulations governing the fisheries industry including fishing net mesh size and location of fishing grounds. In 1985/86 shrimping season, the Directorate of Fisheries of the Ministry Works and Agriculture introduced a reporting scheme for collecting shrimp logbook information to cover both traditional and industrial shrimp fleets. In 1994 the same Directorate introduced computerized processing of these logbooks. In 1995, technical cooperation between Japan International Cooperation Agency (JICA) and the Directorate. This cooperation resulted in the design of an information processing system called Shrimp Fisheries Information System [Abdul-96]. As fishing stocks have been observed to be diminishing, the government of Bahrain has been studying a variety of measures to monitor these fishing stocks and place the necessary controls as well as give the best advice on the seasons for fishing for every species, the best areas for fishing, the types of fishing techniques etc. In order to make educated decisions having the required impact, the Directorate of Fisheries considered the development of a GIS to achieve their objectives. Collaboration between the Directorate and researchers in the Computer Science Department of the University of Bahrain has resulted in an overall system based on GIS technology aimed at preserving this vital food resource for future generations. With this system the catch in different fishing areas can be monitored and analyzed so that steps can be taken to protect breeding stocks.

This paper describes features and capabilities of the Fisheries GIS.

SYSTEM FUNCTIONS

The main functions of the system are catch and effort estimation, effort standardization, and fishing boat economics. The system has three main modules: Database module, Processing module, and Analysis and Reporting module.

The database module handles the normal file maintenance functions of the various tables used as part of the database used by the system. The processing module is employed to perform necessary calculations to produce monthly fisheries statistics, standard effort and fishing vessel economics. The Analysis and Reporting module includes display and query tools to view the data, perform analysis and prepare various reports. The system is designed to be expandable and caters for the daily, monthly and seasonal working procedures of the Directorate through user friendly tools and interfaces. The system is developed for the PC platform and can be configured for a LAN environment.

SYSTEM DEVELOPMENT

The Fisheries GIS is based on an integrated database from which data is retrieved and used to present the monthly and seasonal geographical change in the distribution of catch and fishing effort. The first task in the development process was the definition of database tables necessary for the system. A total of 11 database tables were implemented as shown as shown in Table 1.

Table 1. Data Tables

  1. Boat Registration
  2. Fishing boat price
  3. Fishing Logbook
  4. Engine price
  5. Species Codes
  6. Winch price
  7. Fishing Areas Names/Positions
  8. Fish price
  9. Fishing Areas/Fishing Blocks
  10. Fishing cost
  11. Shrimp Size
The fishing statistics derived from this data included standardized values such as catch and effort estimation, effort standardization, and fishing boat economy. Parameters for these calculations include an estimation of the total number of working boats in the set of active boats, the total catch for a boat of class (i) for each fishing area (j), the total effort spent by boat of class (i) for each fishing area (j), the catch per unit of effort for boat of class (i) for each fishing area (j), the total catch and total effort, and the catch per unit effort rate U, as shown in Table 2.

The Bahrain shrimping fleet consists of vessels of different size with different fishing power. Hence it is difficult to compare fishing efforts of these vessels directly. Instead the fishing effort is standardized and expressed in standard units [Chakr-66] such as the total standard effort spent by boat of class (i) class, the catch per standard unit of effort in (j) fishing area or the standard effort and the catch per unit of standard effort, Table 2.

Table 2 Parameters for calculations

<
Item DescriptionCalculations
NicwTotal number of working boats in the set of active boats Nicw = ( nicw / nic ) x Ni
Cij Total catch for a boat of class (i) for each fishing area (j) Cij = (SUM( cijw / nicw )) x Niw
FijTotal effort spent by boat class of class (i) for each fishing area (j)Fij = (SUM (fijw / nicw )) x Niw
Uij Catch per unit of effort for boat of class (i) for each fishing area (j) Uij = Cij / Fij
CTotal catchC = SUM Cij
FTotal effortF = SUM Fij
UCatch per unit effortU = C / F
FSijTotal standard effort spent by boat of class (i) for each fishing area (j) FSij = ((SUM (fijw * p)) / nicw )) x Niw
USijCatch per standard unit of effort in fishing area (j) USij = Cij / FSij
FSStandard effortFS = SUM FSij
USCatch per unit of standard effort US = Cij / FS

Definitions:

This processing requires the following database tables: Fishing Logbook, Boat Registration, Species Code, Fishing Areas, Fishing Blocks and Shrimp Size. The Fishing Logbook table includes boat number, vessel size, working status (Working/Not working), quality of the submitted report (Correct/Not correct), date of fishing, fishing area/block code, number of hauls, haul average duration, shrimp and other fish catch. Fishermen are required to keep daily logbook records and submit them to the Directorate each month.

The Boat Registration table provides information on fishing boat licenses and it is updated once every year. It includes information on the boat number, owner, engine details, winch information, vessel size class (A to F), and type.

The Species Codes table provides unique codes for most species fished commercially in Bahrain. The species are identified by species code, scientific name, family or group name and local name.

. Figure 1: Base map with fishing area

After defining the structure of databases and methodology for necessary calculations, the next task was conversion of existing paper maps and GPS coordinates into GIS coverages. The Directorate of Fisheries compiled a list of the various names of each of 47 traditional fishing areas. They used a GPS with an accuracy of +- 50 m to determine the vertices (beacons) of each fishing area and entered this information in a data file. This data file was used to generate AutoCAD scripts to draw polygons of the fishing areas. Other data files containing longitude and latitude coordinates for points along the coastlines of the major islands in the study area were used to generate polygons for the islands. Various problems which arose about the accuracy of some of the GPS records were resolved in AutoCad before exporting it to ArcView. In ArcView they were converted into shape files with accompanying attribute tables . This display was enhanced with polyline representations of the coral reefs in the study area which were taken from Esri Digital Chart of the World CD-ROMs.

The attribute table for the fishing areas was modified to include the following fields as shown in Table 3. The Area field with a numeric code of 1 to 47 is the primary key for this table. An Avenue script was used to calculate the area in square km for each fishing ground. As the fishing areas vary greatly in size, we used the catch per square km instead of the total catch for analysis and comparisons.

Table 3 Additional fields for the attribute file

<<
FieldType Description
Area Numeric Code 1-47 for the fishing area
Name Character Most common names for the area
SQ_Units<.td> Numeric Area of the fishing ground in square km
Perimeter Numeric Perimeter of the area in km

The next task was to create data tables containing summary statistics extracted from the database. These tables contained the fields shown in Table 4.

Table 4 The fields for summary statistics

FieldType Description
Query Character Record selection criteria (year, month, boat etc.)
Area Numeric Fishing area code.
Visits Numeric Number of visits made to the area
Hauls Numeric Number of hauls made in that area
Hours NumericNumber of hours spent making hauls.
Catch_Tot Numeric Total Catch in Kg
Catch_UnitNumeric Catch per Sq. Km
Catch_VisiNumeric Catch per fishing boat per trip
Catch_HaulNumeric Catch per haul
Catch_HourNumeric Catch per hour

These tables were populated by summaries of statistics extracted from the database. A summary table can be generated for any combination of year/ month and boat in the study period. A summary table can then be joined to the fishing areas attribute table in ArcView to generate thematic maps. Figure 2 shows a query based on Catch_Unit.Figure 2: Catch per Sq Km

A customized interface was then developed to allow the fisheries staff to select a query and see a map display. When the user chooses a selection criteria (a year, month or boat) the appropriate summary file is joined to the attribute table. The user then has a choice which statistic (total catch, catch per haul, etc.) to use to generate the map display. When that choice is made, the script will set the field for the legend and load a legend format which has the colors and labels for that display. Once the user has chosen a criteria and a legend he also has the option of printing a map using predefined layouts.

SYSTEM FEATURES

This system provides a facility for generating monthly, seasonal and trend analysis reports [Abdul-96]. These reports include thematic maps, charts and summarized tabular data. The monthly reports contain preliminary estimates of the current statistics. The seasonal reports provide the statistics for a complete season for the fishing fleet broken down by boat size, engine horse power, boat make and other parameters. Trend analysis reports provide the management of the Directorate of Fisheries with information to help refine their fisheries management strategies.

The system provides the following information:

This system provides several benefits to the Directorate of Fisheries including:

CONCLUSION

The paper demonstrates the use of desktop GIS as an integrating technology for the whole process of fishing management in Bahrain. This technology provides powerful visualization and analysis tools offering horizontal and vertical integration of data for planning and assisting the decision making process. This makes GIS an ideal tool for governmental agencies responsible for collecting, storage, maintenance and dissemination of large volumes of data including public records, and documents [Dan-89]. It provides tools to integrate otherwise unrelated data through spatial relations.

To further improve the system, the positional reporting by the fishermen must be more accurate. Some of the traditional fishing areas are very large and should be subdivided into smaller units for analysis. This would involve teaching the fishermen to recognize subdivisions of the traditional fishing areas or to introduce simple GPS technology for indicating the fishing location. Also, we hope that more historical data will be entered as well as data for future years to analyze temporal changes in the catch in specific locations and to identify events like pollution and dredging that are damaging the shrimp and other fish stocks. The database should be further expanded to include more detailed information on other species of fish not currently covered. A comprehensive database will provide valuable information for further ecological and economic analysis.

REFERENCES

[Abdul-95] Abdulqader, Ebrahim, Fujiwara Shunji, Bahrain Shrimp Fisheries Information System, Ministry of Commerce and Agriculture, Directorate of Fisheries, 1987.

[Abdul-96] Abdulqader, Ebrahim, Fujiwara Shunji, Development of Shrimp Fisheries Information System, Ministry of Commerce and Agriculture, Directorate of Fisheries, 1996.

[Chakr-66] Chakraborty D., Banerji S.K., On the Relative Fishing Power of Trawlers Operated Off Cochin, Indian Journal of Fish., 13 (1&2): 380-390.

[Dan-89] Dangermond Jack, The Organizational Impact of GIS Technology, Esri, 1989.

[Omar-93] Omar Adel , Implementation of a Port Planner Tools, 13th Esri User Conference, Palm Springs, California, 1993.

[Shear-94] Shearer, John G. SNOAA Relies on Tracing Technology to Speed Ocean Mapping, Geoinfo Systems, February, 1994.


Authors:

Dr. Nedzad Mehic,
Tom Ross ( tross@navtech.com)
Dr. Mansoor Al-A'ali
Dr. Ghulum Bakiri ( microcen@batelco.com.bh)


Department of Computer Science
University of Bahrain
P.O. Box 32038
Bahrain