-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not detect L1C product in the folder #72
Comments
Hi, I have had this issue too ! In MAJA 4.2 (and not in MAJA 3.x) the L1C products should be stored, in your case, in : Hope it solves your problem. |
Hi, thank you for your support. Actually, I tested both:
Is it the code error or something with the python library? I used the prepacked binary, extracted and installed MAJA using the file ".RUN". Version of MAJA is 4.2.1. Regards, |
Hi Thang, You should not rename the L1C folder. Instead, you should follow this file structure:
If you have that structure, you need to set inside the folders.txt the parameter Kind regards, |
Hi Peter, Many thanks for the solution that worked. The MAJA can detect L1C Sentinel 2 now. And I think the section Prepare folder and input files should be updated for the path to L1C and L2A. For new comer like me, I did not know how to set the name of the folder.
should change to
or something like that which then enable MAJA detect L1C. |
Hi, I've a similar issue. This is my command: ./bin/startmaja -f folders.txt -t 33TWF -s 33TWF -d 20200601 -e 20200630 and this is my folders.txt file: [Maja_Inputs] [DTM_Creation] I've many images in the L1C folder, like But I receive the error: 2020-11-29 03:46:58,220 [INFO ] =============This is Start_Maja v4.2.0============== It seems strange because with the previous version of Maja I didn't get the error. Kind regards, |
Hi there, If you used: ./bin/startmaja -f folders.txt -t 33TWF -s 33TWFA -d 20200601 -e 20200630 Your folder should be: /media/alex/DATI/L1C/33TWFA /33TWF/S2A_MSIL1C_20200601T095041_N0209_R079_T33TWF_20200601T110247.SAFE/ I added "A" after 33TWF to make a difference between the two names. Kind regards |
I start MAJA with the basic command:
./startmaja -f /home/metal/Downloads/maja/build-pkg/MAJA-4.2.1/folder/folder.txt -t 60HVD -d 20200405
but the following errors appear:
Error 1:
ValueError: Cannot find ^T?60HVD$ in /home/metal/Downloads/maja/build-pkg/MAJA-4.2.1/folder/repL1
if name of L1C file as: S2A_MSIL1C_20200405T221601_N0209_R129_T60HVD_20200405T233012.SAFE
Error 2:
OSError: No L1C products detected for tile 60HVD in /home/metal/Downloads/maja/build-pkg/MAJA-4.2.1/folder/repL1/60HVD
if I rename L1C file as 60HVD.
What would be wrong in this case? Is it just the name of L1C file?
Many thanks,
Thang
The text was updated successfully, but these errors were encountered: