FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit d5ff771c authored by J.W. Smith's avatar J.W. Smith
Browse files

test: Align with ews-advisory commit b504717

parent cbe871e5
No related branches found
No related tags found
No related merge requests found
......@@ -284,6 +284,28 @@
"max_entries" : 20
}
},
"Epidemiology" : {
"SuccessFileTemplate" : "${WorkspacePath}EPI_${StartString}/STATUS_SUCCESS",
"DataPathTemplate" : "${WorkspacePath}/EPI_${dateString}/plotting/input_csvs/",
"PlotPathTemplate" : "${WorkspacePath}/EPI_${dateString}/plotting/images/",
"PlotFilenameTemplates" : {
"stem": "${depPlotPath}/infection_${SubRegionNameLower}_stem_seasonincforecast_*0300_*0000_map.png"
},
"Aggregation" : {
"raster_path_template" : "${depDataPath}/${SubRegionNameLower}_${disease_name_snakecase}_masked.csv",
"raster_name_template" : "predicted_infected_area_${disease_name_camelcase}",
"shape_fn_entry" : "ShapeFilenameAdmin2",
"shape_coln" : "ADM2_EN",
"show_columns" : ["ADM0_EN","ADM1_EN"],
"separate_rows_for_coln":"ADM0_EN",
"func" : "mean",
"multiply_by" : 1,
"float_format" : ".1e",
"display_format" : ".0f",
"save_path_template" : "${jobPath}/images/infection_${SubRegionNameLower}_${disease_name_snakecase}_mean_per_zone",
"max_entries" : 20
}
},
"Surveys" : {
"variety_names_tidy_fn" : "../../test_data/test_deployment/regions/EastAfrica/resources/advisory_builder/configs/config_EastAfrica_variety_names_tidy.json",
"CountryColumnName" : "surveyor_infromation-country",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment