FAQ | This is a LIVE service | Changelog

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

chore: Neater file path template for Advisory

parent 352eac0c
No related branches found
No related tags found
No related merge requests found
......@@ -200,36 +200,36 @@
"DataPathTemplate" : "${WorkspacePath}/ENVIRONMENT_2.0_${dateString}/plotting/${SubRegionNameLower}/input_csvs/",
"PlotPathTemplate" : "${WorkspacePath}/ENVIRONMENT_2.0_${dateString}/plotting/${SubRegionNameLower}/images/Weekly/",
"PlotFilenameTemplates" : {
"stripe" : "${envPlotPath}/suitability_${SubRegionNameSpacedLower}_stripe_rust_total_${dateString}0000_${EnvEndString}0000_map.png",
"stem" : "${envPlotPath}/suitability_${SubRegionNameSpacedLower}_stem_rust_total_${dateString}0000_${EnvEndString}0000_map.png",
"leaf" : "${envPlotPath}/suitability_${SubRegionNameSpacedLower}_leaf_rust_total_${dateString}0000_${EnvEndString}0000_map.png"
"stripe" : "${envPlotPath}/suitability_${SubRegionNameLower}_stripe_rust_total_${dateString}0000_${EnvEndString}0000_map.png",
"stem" : "${envPlotPath}/suitability_${SubRegionNameLower}_stem_rust_total_${dateString}0000_${EnvEndString}0000_map.png",
"leaf" : "${envPlotPath}/suitability_${SubRegionNameLower}_leaf_rust_total_${dateString}0000_${EnvEndString}0000_map.png"
},
"Aggregation" : {
"raster_path_template" : "${envDataPath}/suitability_${SubRegionNameSpacedLower}_${disease_name_snakecase}_total.csv",
"raster_path_template" : "${envDataPath}/suitability_${SubRegionNameLower}_${disease_name_snakecase}_total.csv",
"raster_name_template" : "RIE_${disease_name_camelcase}",
"shape_fn_entry" : "ShapeFilenameAdmin1",
"shape_coln" : "ZONENAME",
"func" : "mean",
"save_path_template" : "${jobPath}/images/suitability_${SubRegionNameSpacedLower}_${disease_name_snakecase}_mean_per_zone"
"save_path_template" : "${jobPath}/images/suitability_${SubRegionNameLower}_${disease_name_snakecase}_mean_per_zone"
}
},
"Deposition" : {
"SuccessFileTemplate" : "${WorkspacePath}DEPOSITION_${StartString}/STATUS_SUCCESS",
"PlotPathTemplate" : "${WorkspacePath}/DEPOSITION_${dateString}/plotting/${SubRegionNameLower}/images/Weekly/",
"PlotFilenameTemplates" : {
"stripe": "${depPlotPath}/deposition_${SubRegionNameSpacedLower}_stripe_rust_total_${dateString}0000_${weekAheadString}0000_map.png",
"stem": "${depPlotPath}/deposition_${SubRegionNameSpacedLower}_stem_rust_total_${dateString}0000_${weekAheadString}0000_map.png",
"leaf": "${depPlotPath}/deposition_${SubRegionNameSpacedLower}_leaf_rust_total_${dateString}0000_${weekAheadString}0000_map.png"
"stripe": "${depPlotPath}/deposition_${SubRegionNameLower}_stripe_rust_total_${dateString}0000_${weekAheadString}0000_map.png",
"stem": "${depPlotPath}/deposition_${SubRegionNameLower}_stem_rust_total_${dateString}0000_${weekAheadString}0000_map.png",
"leaf": "${depPlotPath}/deposition_${SubRegionNameLower}_leaf_rust_total_${dateString}0000_${weekAheadString}0000_map.png"
},
"Aggregation" : {
"raster_path_template" : "${depPlotPath}/../../input_csvs/deposition_${SubRegionNameSpacedLowerShort}_${disease_name_snakecase}_total.csv",
"raster_path_template" : "${depPlotPath}/../../input_csvs/deposition_${SubRegionNameLowerShort}_${disease_name_snakecase}_total.csv",
"raster_name_template" : "spores_per_m2_per_week_${disease_name_camelcase}",
"shape_fn_entry" : "ShapeFilenameAdmin1",
"shape_coln" : "ADM1_EN",
"show_columns" : ["ADM0_EN","REGIONNAME"],
"separate_rows_for_coln":"ADM0_EN",
"func" : "mean",
"save_path_template" : "${jobPath}/images/deposition_${SubRegionNameSpacedLower}_${disease_name_snakecase}_mean_per_zone"
"save_path_template" : "${jobPath}/images/deposition_${SubRegionNameLower}_${disease_name_snakecase}_mean_per_zone"
}
},
"Surveys" : {
......
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