Skip to content
Snippets Groups Projects

Resolve "Synthesis name is SNT + NOBS and SOD/SMOD have all the same name"

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -82,9 +82,9 @@ def compute_snow_synthesis(config, output_dir, h2_chain_version=None, product_co
logging.info("Load densification products.")
load_densification_products(config.date_margin, config.date_start, config.date_stop,
config.densification_products_list, tmp_dir, product_dict, config.ram)
synthesis_name = "LIS_S2L8-SNOW-SNT_" + synthesis_name + ".tif"
synthesis_name = "LIS_S2L8-SNOW-{}_" + synthesis_name + ".tif"
else:
synthesis_name = "LIS_S2-SNOW-SNT_" + synthesis_name + ".tif"
synthesis_name = "LIS_S2-SNOW-{}_" + synthesis_name + ".tif"
# ----------------------------------------------------------------------------------------
# Sort products by acquisition date, retrieve input and output dates
Loading