We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a041518 commit 6acee4bCopy full SHA for 6acee4b
src/eopf_stac/sentinel3/stac.py
@@ -129,9 +129,8 @@ def create_item(
129
item.common_metadata.providers = SENTINEL3_METADATA["providers"]
130
item.common_metadata.constellation = SENTINEL3_METADATA["constellation"]
131
132
- # CPM workaround: instruments property which is not an array
133
if properties.get("instruments"):
134
- item.common_metadata.instruments = [properties.get("instruments")]
+ item.common_metadata.instruments = properties.get("instruments")
135
136
if properties.get("platform"):
137
item.common_metadata.platform = properties.get("platform")
0 commit comments