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
When generating Items from XML files, eo:cloud_cover values are (supposed to be) drawn from two locations: The QAPERCENTNOTPRODUCEDCLOUD value in the PSAs element and the QAPercentCloudCover value(s) in the MeasuredParameter element. QAPERCENTNOTPRODUCEDCLOUD is assigned to the Item properties and the parameter/band QAPercentCloudCover values to the appropriate Item Asset.
There are a few bugs, though, that prevent the Asset eo values from ever being stored.
Not stored because qa_percent_cloud_cover will always be empty/false:
When generating Items from XML files,
eo:cloud_cover
values are (supposed to be) drawn from two locations: TheQAPERCENTNOTPRODUCEDCLOUD
value in thePSAs
element and theQAPercentCloudCover
value(s) in theMeasuredParameter
element.QAPERCENTNOTPRODUCEDCLOUD
is assigned to the Item properties and the parameter/bandQAPercentCloudCover
values to the appropriate Item Asset.There are a few bugs, though, that prevent the Asset eo values from ever being stored.
qa_percent_cloud_cover
will always be empty/false:modis/src/stactools/modis/metadata.py
Lines 151 to 163 in 2c15f8f
key
does not exist):modis/src/stactools/modis/builder.py
Lines 292 to 293 in 2c15f8f
The text was updated successfully, but these errors were encountered: