Skip to content

Update GIPP handling #70

@aburie-cs

Description

@aburie-cs
  1. Verify extraction of TGZ if gipp_auto_selection = false
  2. 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
  1. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions