group_water_mask.add_argument("-water_mask_path",type=str,help="Path to a raster or a shapefile")
group_water_mask.add_argument("-water_mask_raster_value",type=int,action='append',help="If the input water_mask_path is a raster, you can specify all the values corresponding "+ \
...
...
@@ -325,7 +325,7 @@ def main():
outputPath=os.path.abspath(args.outputPath)
sentinel2Acronyms=['S2','SENTINEL2','S2A','S2B']
# Test if it is a MAJA output products (generated with MAJA processor version XX)
# FIXME: This detection based on directory substring detection is very week and error prone
# FIXME: use a factory and detect by using xml metadata