Skip to content

Commit

Permalink
#158 and #159 plug GFCM task II.1 and II.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abennici committed Mar 6, 2023
1 parent 4c2d11f commit 1112028
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions shiny/shiny-calipseo/data/country/LBN/statistical_indicators.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,36 @@
"data_landing": "data:accessLandingDataByFleetSegment"
}
}
},
{
"id": "gfcm_task_II_1",
"label": "GFCM - Task II.1 reporting",
"compute_by": {
"period": "year",
"available_periods": "process:artfish_estimates_by_fleet_segment"
},
"compute_with": {
"script": "assets/country/LBN/compute_gfcm_task_II_1.R",
"fun" : "compute_gfcm_task_II_1",
"fun_args": {
"data" : "process:artfish_estimates_by_fleet_segment"
}
}
},
{
"id": "gfcm_task_II_2",
"label": "GFCM - Task II.2 reporting",
"compute_by": {
"period": "year",
"available_periods": "process:artfish_estimates_by_fleet_segment"
},
"compute_with": {
"script": "assets/country/LBN/compute_gfcm_task_II_2.R",
"fun" : "compute_gfcm_task_II_2",
"fun_args": {
"ref_species" : "data:accessRefSpecies",
"data" : "process:artfish_estimates_by_fleet_segment"
}
}
}
]

0 comments on commit 1112028

Please sign in to comment.