olivierhagolle / Start_maja

To process a Sentinel-2 time series with MAJA cloud detection and atmospheric correction processor
Other
51 stars 15 forks source link

Missing slash in file path #18

Open fraunos opened 5 years ago

fraunos commented 5 years ago

https://github.com/olivierhagolle/Start_maja/blob/d43d65c2a91b99aefc4cb08271f578f604667ea2/prepare_mnt/lib_mnt.py#L388

I don't know if I'm alone or not - but I've had problems and had to change this line of code. image As you can see in the image, the path has missing /, so it couldn't pick a file in a directory. I just added this slash in the command in the script and then it ran.

 commande = commande + " " + rep_mnt + "/" + fic_mnt + " " 
fraunos commented 5 years ago

By the way, I'm using this prepare_mnt from this repo http://tully.ups-tlse.fr/olivier/prepare_mnt/tree/master