## Description of the data files ## 


#### Industrial files: ####

`mapped_industrial_effort_predictions_1950_2017.csv`: Predicted industrial fishing effort from new spatial modelling method using AIS data.
 - lat:			Latitude of the centre of 1 degree cell in which fishing takes place.
 - lon:			Longitude of the centre of 1 degree cell in which fishing takes place.
 - year: 			The year of the fishing effort (1950-2017).
 - flag_country_iso3c: Fishing country code (in ISO3C format).
 - flag_country_name:		Fishing country name.
 - gear:			Gear used in fishing.
 - length_category:	Length of the fishing vessels (less than 6, 6-12m, 12-24m, 24-50m, over 50m).
 - sector:			Fishing sector (Industrial in this case).
 - eez_sovereign_iso3c: EEZ of where the fishing took place country code (in ISO3C format).
 - eez_sovereign_name: EEZ of where the fishing took place country name.
 - FAO_fishing_id: FAO fishing area code.
 - FAO_major_fishing_area: FAO fishing area name.
 - eff_active_fishing_hours(_days): Modeled effective active fishing effort, in kW x hours at sea or kW x days at sea.
 - nom_active_fishing_hours(_days): Modeled nominal active fishing effort, in kW x hours at sea or kW x days at sea. 
 - nv: Number of active fishing vessels.
 - pixel_area_km2: Area of the pixel in km2.
 - data_type: Was the data modeled from a flag country model or a larger regional fishing model? 


`industrial_effort_predictions_by_flag_eez_fao_gear_length_1950_2017.csv`: This file contains the modeled effort and is grouped by year, flag country, gear, length, country EEZ of location of fishing, and FAO fishing area which the fishing takes place. 
 - year: 			The year of the fishing effort (1950-2017).
 - flag_country_iso3c: Fishing country code (in ISO3C format).
 - flag_country_name:		Fishing country name.
 - gear:			Gear used in fishing.
 - length_category:	Length of the fishing vessels (less than 6, 6-12m, 12-24m, 24-50m, over 50m).	
 - sector:			Fishing sector (Industrial in this case).
 - eez_sovereign_iso3c: EEZ of where the fishing took place country code (in ISO3C format).
 - eez_sovereign_name: EEZ of where the fishing took place country name.
 - FAO_fishing_id: FAO fishing area code.
 - FAO_major_fishing_area: FAO fishing area name.
 - model_type: Was the data modeled from a flag country model or a larger regional fishing model? 
 - eff_active_fishing_hours(_days): Modeled effective active fishing effort, in kW x hours at sea or kW x days at sea.
 - nom_active_fishing_hours(_days): Modeled nominal active fishing effort, in kW x hours at sea or kW x days at sea. 
 - nv: Number of active fishing vessels.


## Folder "mapped_by_flag_country_industrial"
Contains country tables for the gridded (1 degree cell) effort. Years span 1950-2017, as appropriate.
Filenames as follow: model_preds_1950_2017_{flag_country_iso3c}.csv
flag_country_iso3c is the ISO3 Country Code. 
Each row is one fishing effort event (effort by fishing country, vessel length category, gear type, year, and sector)
The effort is in kW x days at sea and kW x hours at sea, and provides a pixel size to calculate per km2 effort. 


#### Artisanal files: ####

`mapped_artisanal_effort_predictions_1950_2017.csv`: Predicted artisanal fishing effort from new spatial modelling method satellite data at 0.5 by 0.5 degrees gridded. 
 - pixel_id: Unique pixel_id to our analysis grid .
 - lat:			Latitude of the centre of 0.5 degree cell in which fishing takes place.
 - lon:			Longitude of the centre of 0.5 degree cell in which fishing takes place.
 - year: 			The year of the fishing effort (1950-2017).
 - flag_country_iso3c: Fishing country code (in ISO3C format).
 - flag_country_name:		Fishing country name.
 - length_category:	Length of the fishing vessels (less than 6, 6-12m, 12-24m, 24-50m, over 50m).
 - sector:			Fishing sector (Artisanal in this case).
 - eez_sovereign_iso3c: EEZ of where the fishing took place country code (in ISO3C format).
 - eez_sovereign_name: EEZ of where the fishing took place country name.
 - FAO_fishing_id: FAO fishing area code.
 - FAO_major_fishing_area: FAO fishing area name.
 - nv: Number of active fishing vessels.
 - eff_active_fishing_hours(_days): Modeled effective active fishing effort, in kW x hours at sea or kW x days at sea.
 - nom_active_fishing_hours(_days): Modeled nominal active fishing effort, in kW x hours at sea or kW x days at sea. 
 - pixel_area_km2(_m2): Area of the pixel in km2 (and m2).
 - ***_active_fishing_***: Nominal (or effective) fishing effort hours (or days) divided by km2 pixel size.
 - nv_km2: Number of vessels divided by km2 pixel size.
 - data_type: Was the data modeled from a flag country model or a larger regional fishing model? 


`artisanal_effort_predictions_by_flag_eez_fao_gear_length_1950_2017.csv`: This file contains the modeled effort and is grouped by year, flag country, gear, length, country EEZ of location of fishing, and FAO fishing area which the fishing takes place. 
 - year: 			The year of the fishing effort (1950-2017).
 - flag_country_iso3c: Fishing country code (in ISO3C format).
 - flag_country_name:		Fishing country name.
 - length_category:	Length of the fishing vessels (less than 6, 6-12m, 12-24m, 24-50m, over 50m).
 - sector:			Fishing sector (Artisanal in this case).
 - eez_sovereign_iso3c: EEZ of where the fishing took place country code (in ISO3C format).
 - eez_sovereign_name: EEZ of where the fishing took place country name.
 - FAO_fishing_id: FAO fishing area code.
 - FAO_major_fishing_area: FAO fishing area name.
 - eff_active_fishing_hours(_days): Modeled effective active fishing effort, in kW x hours at sea or kW x days at sea.
 - nom_active_fishing_hours(_days): Modeled nominal active fishing effort, in kW x hours at sea or kW x days at sea. 
 - nv: Number of active fishing vessels.


## Folder "mapped_by_flag_country_artisanal"
Contains country tables for the gridded (0.5 degree cell) effort. Years span 1950-2017, as appropriate.
Filenames as follow: model_preds_1950_2017_{flag_country_iso3c}.csv
flag_country_iso3c is the ISO3 Country Code. 
Each row is one fishing effort event (effort by fishing country, vessel length category, year, and sector)
The effort is in kW x days at sea and kW x hours at sea, and provides a pixel size to calculate per km2 effort. 


