Skip to content

Commit a0fec58

Browse files
Update plasticparcels/scripts/create_release_maps.py
Co-authored-by: Erik van Sebille <e.vansebille@uu.nl>
1 parent b8d33e5 commit a0fec58

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plasticparcels/scripts/create_release_maps.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ def create_fisheries_gfwv2_release_map(fisheries_filepath, mask_land_filepath):
390390

391391
# Create a data set where longitude and latitude are from the model
392392
model_agg_data_fisheries_info = model_agg_data_fisheries_info.groupby(['ModelLongitude', 'ModelLatitude', 'Flag', 'Geartype', 'Month', 'Continent', 'Region', 'Subregion', 'Country'])['fishing_hours'].agg('sum').reset_index()
393-
394393
# Return both raw and model datasets
395394
return agg_data_fisheries_info, model_agg_data_fisheries_info
396395

0 commit comments

Comments
 (0)