-
Notifications
You must be signed in to change notification settings - Fork 4
Update GIPP handling #70
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
aburie-cs
opened on Feb 4, 2026
Issue body actions
- Verify extraction of TGZ if gipp_auto_selection = false
- Update errors message and behavior for the following cases
| auto_gipp_selection | GIPPs | Format GIPPs | Status |
|---|---|---|---|
| True | Same than L1B MTD | TGZ (Sen2VM automatic extraction ) | OK |
| False | Same than L1B MTD | TGZ (Sen2VM automatic extraction ) | Not OK but we would expect for it to be done Get through GIPP folder: /workspace/DATA/GIPPs/S2A Exception in thread "main" esa.sen2vm.exception.Sen2VMException: The directory must be contains keyword:.GIP_BLINDP. at esa.sen2vm.input.gipp.GIPPFileManager.findGippFile(GIPPFileManager.java:263) at esa.sen2vm.input.gipp.GIPPFileManager.(GIPPFileManager.java:370) at esa.sen2vm.input.gipp.GIPPManager.(GIPPManager.java:119) at esa.sen2vm.Sen2VM.main(Sen2VM.java:163) |
| True | different SPAMOD | TGZ (Sen2VM automatic extraction ) | Not working, ok normal, but error log could be clearer at esa.sen2vm.input.gipp.GIPPFileManager.findGippFile(GIPPFileManager.java:263) at esa.sen2vm.input.gipp.GIPPFileManager.(GIPPFileManager.java:373) at esa.sen2vm.input.gipp.GIPPManager.(GIPPManager.java:119) at esa.sen2vm.Sen2VM.main(Sen2VM.java:163) |
| False | different SPAMOD | TGZ (Sen2VM automatic extraction ) | Not working but we would expected that it would at esa.sen2vm.input.gipp.GIPPFileManager.findGippFile(GIPPFileManager.java:263) at esa.sen2vm.input.gipp.GIPPFileManager.(GIPPFileManager.java:373) at esa.sen2vm.input.gipp.GIPPManager.(GIPPManager.java:119) at esa.sen2vm.Sen2VM.main(Sen2VM.java:163) |
| True | Same than L1B MTD | DBL directly available | OK |
| False | Same than L1B MTD | DBL directly available | OK |
| True | different SPAMOD | DBL directly available | Not working but OK, it is expected but error log could be clearer at esa.sen2vm.input.gipp.GIPPFileManager.findGippFile(GIPPFileManager.java:263) at esa.sen2vm.input.gipp.GIPPFileManager.(GIPPFileManager.java:373) at esa.sen2vm.input.gipp.GIPPManager.(GIPPManager.java:119) at esa.sen2vm.Sen2VM.main(Sen2VM.java:163) |
| False | different SPAMOD | DBL directly available | OK |
- remove all refernce to gipp_check in documentation and configuration files as was replaced by gipp_auto_selection (https://github.com/sen2vm/sen2vm-core/blob/main/documentation/Input/input_description.md#1-configuration)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for Bug.