Opened 3 years ago
Closed 3 years ago
#2498 closed enhancement (fixed)
wcst_import - s1 recipe error when the first VRT containing unreadable tiff file
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | wcst_import | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
Analyzing file (1/1): /home/ubuntu/ingestion/s1-grd/01-filepaths-from-2020-q3-to-2021-q2/2020-q3/s1a-iw-grd-hv-20200807t095148-20200807t095217-033799-03eb25-002_warp.vrt ... WARNING: input file '/home/ubuntu/ingestion/s1-grd/01-filepaths-from-2020-q3-to-2021-q2/2020-q3/s1a-iw-grd-hv-20200807t095148-20200807t095217-033799-03eb25-002_warp.vrt' cannot be processed, wcst_import will ignore this file as "skip" is set to true in the ingredient file. Reason: `/vsis3/s1-l1-grd-2020-q3/2020/08/07/IW/DH/S1A_IW_GRDH_1SDH_20200807T095148_20200807T095217_033799_03EB25_DB8C/measurement/s1a-iw-grd-hv-20200807t095148-20200807t095217-033799-03eb25-002.tiff' does not exist in the file system, and is not recognized as a supported dataset name. Elapsed time: 0.033 s. An error has occured in the execution of the program. Error Message: list index out of range Stack Trace: Traceback (most recent call last): File "/opt/rasdaman/share/rasdaman/wcst_import/wcst_import.py", line 201, in main reg.run_recipe(session) File "/opt/rasdaman/share/rasdaman/wcst_import/master/recipe/recipe_registry.py", line 224, in run_recipe super(recipe.__class__, recipe).describe() File "/opt/rasdaman/share/rasdaman/wcst_import/recipes/general_coverage/recipe.py", line 151, in describe importer = self._get_importer() File "/opt/rasdaman/share/rasdaman/wcst_import/recipes_custom/sentinel1/recipe.py", line 254, in _get_importer self.importer = MultiImporter(self._get_importers()) File "/opt/rasdaman/share/rasdaman/wcst_import/recipes_custom/sentinel1/recipe.py", line 259, in _get_importers convertors = self._get_convertors() File "/opt/rasdaman/share/rasdaman/wcst_import/recipes_custom/sentinel1/recipe.py", line 352, in _get_convertors first_slice = conv.coverage_slices["base"][0] IndexError: list index out of range
Note:
See TracTickets
for help on using tickets.