Opened 6 years ago
Closed 6 years ago
#2001 closed defect (fixed)
sentinel2 doesn't work (MultiImporter)
Reported by: | Dimitar Misev | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | critical | Milestone: | 9.8 |
Component: | wcst_import | Version: | 9.7 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
The sentinel2 recipe seems broken:
An error has occured in the execution of the program. Error Message: MultiImporter instance has no attribute 'coverage' Stack Trace: Traceback (most recent call last): File "/home/dimitar/rasdaman/enterprise/src/applications/wcst_import/wcst_import.py", line 167, in main reg.run_recipe(session) File "/home/dimitar/rasdaman/enterprise/src/applications/wcst_import/master/recipe/recipe_registry.py", line 193, in run_recipe super(recipe.__class__, recipe).describe() File "/home/dimitar/rasdaman/enterprise/src/applications/wcst_import/recipes/general_coverage/recipe.py", line 170, in describe slices = importer.get_slices_for_description() File "/home/dimitar/rasdaman/enterprise/src/applications/wcst_import/master/importer/importer.py", line 142, in get_slices_for_description self.coverage.slices) else len(self.coverage.slices) AttributeError: MultiImporter instance has no attribute 'coverage'
Change History (2)
comment:1 by , 6 years ago
Component: | petascope → wcst_import |
---|
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.