-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
legacy formatBugs related to (very) old formatsBugs related to (very) old formats
Description
With this product X:\BASES_DE_DONNEES\ALSACE_LORRAINE\Images_satellites\RapidEye\MassifVosgien\tuiles_ortho_GEOSUD\RE_France_2011-niveau_3GSIGNMS-RE2011_DALLE_1000_6780
I get this error:
WARNING:eoreader:UDM mask not found. This product won't be cleaned and won't have any cloud band.
WARNING:eoreader:UDM mask not found. This product won't be cleaned and won't have any cloud band.
Traceback (most recent call last):
File "e:\JTeulade\repositories\stac\scripts\test_single_product.py", line 46, in <module>
func()
File "C:\Users\jteulade\AppData\Local\anaconda3\envs\stac_env\lib\site-packages\sertit\s3.py", line 169, in s3_env_wrapper
return function(*_args, **_kwargs)
File "e:\JTeulade\repositories\stac\scripts\test_single_product.py", line 34, in func
prod = Reader().open(product_path)
File "E:\JTeulade\repositories\eoreader\eoreader\reader.py", line
609, in open
prod = self._open_path(
File "E:\JTeulade\repositories\eoreader\eoreader\reader.py", line
777, in _open_path
prod = create_product(
File "E:\JTeulade\repositories\eoreader\eoreader\reader.py", line
1041, in create_product
prod = class_(
File "E:\JTeulade\repositories\eoreader\eoreader\products\optical\planet_product.py", line 149, in __init__
super().__init__(product_path, archive_path, output_path, remove_tmp, **kwargs)
File "E:\JTeulade\repositories\eoreader\eoreader\products\optical\optical_product.py", line 116, in __init__
super().__init__(product_path, archive_path, output_path, remove_tmp, **kwargs)
File "E:\JTeulade\repositories\eoreader\eoreader\products\product.py", line 318, in __init__
self._post_init(**kwargs)
File "E:\JTeulade\repositories\eoreader\eoreader\products\optical\re_product.py", line 125, in _post_init
super()._post_init(**kwargs)
File "E:\JTeulade\repositories\eoreader\eoreader\products\optical\planet_product.py", line 224, in _post_init
super()._post_init(**kwargs)
File "E:\JTeulade\repositories\eoreader\eoreader\products\optical\optical_product.py", line 136, in _post_init
self._set_product_type()
File "E:\JTeulade\repositories\eoreader\eoreader\products\optical\re_product.py", line 198, in _set_product_type
self.product_type = getattr(ReProductType, prod_type)
File "C:\Users\jteulade\AppData\Local\anaconda3\envs\stac_env\lib\enum.py", line 437, in __getattr__
raise AttributeError(name) from None
AttributeError: GEOSUD_orthoIGN
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
legacy formatBugs related to (very) old formatsBugs related to (very) old formats