Skip to content
Snippets Groups Projects

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

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -84,7 +84,7 @@ def compute_snow_synthesis(config, output_dir, h2_chain_version=None, product_co
config.densification_products_list, tmp_dir, product_dict, config.ram)
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