CNES / MAJA

Level-2A processor used for atmospheric correction and cloud-detection. The active repository is the one below, this one is kept to leave access to the older issues.
https://gitlab.orfeo-toolbox.org/maja/maja
Apache License 2.0
137 stars 25 forks source link

Cannot find SWBD files #62

Closed sac3g15 closed 4 years ago

sac3g15 commented 4 years ago

I am attempting to download DTM for study area via DTMCreation-tool using the Sentinel2 tiling grid kml

Command python DTMCreation.py -k S2A_OPER_GIP_TILPAR_MPC__20151209T095117_V20150622T000000_21000101T000000_B00.kml -g 16QDE -s /noc/users/stcarp/Downloads/MAJA-3.3.5_TM/STRM/ -w /noc/users/stcarp/Downloads/MAJA-3.3.5_TM/SWBD/ -o /noc/users/stcarp/Downloads/MAJA-3.3.5_TM/DTM

Error Found SRTM zip-archives... Found Water zip-archives... Processing with GranuleID .... /tmp/16QDE4y6ecjrn liste_fic_mnt ['srtm_40_30.tif'] Traceback (most recent call last): File "DTMCreation.py", line 326, in creator.run(args.out, args.tempout) File "DTMCreation.py", line 286, in run water_zipped = self.WaterZipped) File "/noc/users/stcarp/Downloads/MAJA-3.3.5_TM/prepare_dtm/../prepare_dtm/tuilage_mnt_eau_S2.py", line 203, in run calcul_masque_eau_mnt, working_dir=working_dir) File "/noc/users/stcarp/Downloads/MAJA-3.3.5_TM/prepare_dtm/../prepare_dtm/lib_mnt.py", line 447, in fusion_mnt raise ValueError("Cannot find SWBD files!") ValueError: Cannot find SWBD files!

Image of downloaded .zip from Earth Explorer Capture

Any ideas?

sac3g15 commented 4 years ago

Required change in gdal..

olivierhagolle commented 4 years ago

Thanks for letting us know ! Olivier