Opened 2 years ago

Closed 2 years ago

#2571 closed defect (fixed)

wcst_import object has no attribute evaluator_slice

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: critical Milestone: 10.0
Component: wcst_import Version: 9.8
Keywords: Cc:
Complexity: Medium

Description

An error has occured in the execution of the program. Error Message: 'GdalToCoverageConverter' object has no attribute 'evaluator_slice'
Stack Trace: Traceback (most recent call last):
  File "/opt/rasdaman/share/rasdaman/wcst_import/wcst_import.py", line 205, in main
    reg.run_recipe(session)
  File "/opt/rasdaman/share/rasdaman/wcst_import/master/recipe/recipe_registry.py", line 272, in run_recipe
    self.__run_recipe(session, recipe)
  File "/opt/rasdaman/share/rasdaman/wcst_import/master/recipe/recipe_registry.py", line 218, in __run_recipe
    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/general_coverage/recipe.py", line 810, in _get_importer
    coverages = self._get_coverages()
  File "/opt/rasdaman/share/rasdaman/wcst_import/recipes/general_coverage/recipe.py", line 671, in _get_coverages
    coverages = self._get_gdal_coverages(recipe_type)
  File "/opt/rasdaman/share/rasdaman/wcst_import/recipes/general_coverage/recipe.py", line 695, in _get_gdal_coverages
    coverages = GdalToCoverageConverter(self.resumer, self.session.default_null_values,
  File "/opt/rasdaman/share/rasdaman/wcst_import/recipes/general_coverage/abstract_to_coverage_converter.py", line 565, in to_coverages
    self._evaluate_swe_bands_metadata(self.files[0], self.bands)
  File "/opt/rasdaman/share/rasdaman/wcst_import/recipes/general_coverage/abstract_to_coverage_converter.py", line 447, in _evaluate_swe_bands_metadata
    evaluated_value = self.sentence_evaluator.evaluate(value, self.evaluator_slice)
AttributeError: 'GdalToCoverageConverter' object has no attribute 'evaluator_slice'


Failed importing ingredients /home/eouser/workdir_import/s2-l2a/ingredients/2018/05/25/S2_L2A_32634_B03_20m.json

Change History (1)

comment:1 by Dimitar Misev, 2 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.