You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this product s3://sertit-projects-archives/projects/2024/Incendies_HP/2016_2017_Incendies_HautesPyrenees/02IMAGES/POST/RAW/S3/S3A_SL_1_RBT____20161230T221009_20161230T221309_20181003T232307_0179_012_329______LR1_R_NT_003.zip
I get this error:
Traceback (most recent call last):
File "E:\JTeulade\repositories\stac\scripts\add_items.py", line 35, in <module>
main()
File "E:\JTeulade\repositories\stac\libs\sertit-utils\sertit\s3.py", line 99, in s3_env_wrapper
return function(*_args, **_kwargs)
File "E:\JTeulade\repositories\stac\scripts\add_items.py", line 22, in main
add_items(valid_path_products, S3_TARGET_PATH, utils.get_ids())
File "E:\JTeulade\repositories\stac\stac\stac.py", line 294, in add_items
path_products = create_items(valid_path_products, catalog, s3_target_path)
File "E:\JTeulade\repositories\stac\stac\stac.py", line 205, in create_items
create_item(
File "E:\JTeulade\repositories\stac\stac\stac.py", line 132, in create_item
prod.stac.create_item()
File "C:\Users\jteulade\AppData\Local\anaconda3\envs\arcgispro-eo\lib\site-packages\methodtools.py", line 72, in __call__
return self.__call__(*args, **kwargs)
File "e:\jteulade\repositories\eoreader\eoreader\__init__.py", line 34, in wrapper
return func(*args, **kwargs)
File "e:\jteulade\repositories\eoreader\eoreader\stac\stac_item.py", line 164, in create_item
item.validate()
File "C:\Users\jteulade\AppData\Local\anaconda3\envs\arcgispro-eo\lib\site-packages\pystac\stac_object.py", line 76, in validate
return pystac.validation.validate(self)
File "C:\Users\jteulade\AppData\Local\anaconda3\envs\arcgispro-eo\lib\site-packages\pystac\validation\__init__.py", line 36, in validate
return validate_dict(
File "C:\Users\jteulade\AppData\Local\anaconda3\envs\arcgispro-eo\lib\site-packages\pystac\validation\__init__.py", line 107, in validate_dict
return RegisteredValidator.get_validator().validate(
File "C:\Users\jteulade\AppData\Local\anaconda3\envs\arcgispro-eo\lib\site-packages\pystac\validation\stac_validator.py", line 123, in validate
ext_result = self.validate_extension(
File "C:\Users\jteulade\AppData\Local\anaconda3\envs\arcgispro-eo\lib\site-packages\pystac\validation\stac_validator.py", line 303, in validate_extension
self._validate_from_uri(stac_dict, stac_object_type, schema_uri, href)
File "C:\Users\jteulade\AppData\Local\anaconda3\envs\arcgispro-eo\lib\site-packages\pystac\validation\stac_validator.py", line 225, in _validate_from_uri
raise STACValidationError(msg, source=errors) from best
pystac.errors.STACValidationError: Validation failed for Feature with ID 20161230T221009_S3_SLSTR_RBT against schema at https://stac-extensions.github.io/view/v1.0.0/schema.json
146.06927490234375 is greater than the maximum of 90
Failed validating 'maximum' in schema[0]['allOf'][0]['properties']['properties']['allOf'][1]['properties']['view:sun_elevation']:
{'maximum': 90,
'minimum': -90,
'title': 'Sun Elevation',
'type': 'number'}
On instance['properties']['view:sun_elevation']:
146.06927490234375
I think there is a problem in the function to compute the sun elevation.
The text was updated successfully, but these errors were encountered:
For this product
s3://sertit-projects-archives/projects/2024/Incendies_HP/2016_2017_Incendies_HautesPyrenees/02IMAGES/POST/RAW/S3/S3A_SL_1_RBT____20161230T221009_20161230T221309_20181003T232307_0179_012_329______LR1_R_NT_003.zip
I get this error:
I think there is a problem in the function to compute the sun elevation.
The text was updated successfully, but these errors were encountered: