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
While looking for sample data for opendatacube/datacube-explorer#487 , I noticed that some ga_ls_wo_3 data indexed in the Production AWS data is missing thumbnail information.
This dataset was indexed from STAC, but does not include the accessory file information
Investigation
We've seen similar issues previously when metadata was regenerated to S3 but not reindexed. However, checking the object time on S3:
Against the indexed time in the database (via Explorer):
Shows that the data was indexed after the S3 metadata was written. So that is not the error in this case.
Comparing a WO dataset that was created and indexed in 2022, shows what things should look like:
Resolution
What I actually think is going on, is that an old version of odc-tools was used to index the STAC document, and it didn't handle all the accessory file information stored in the metadata documents.
Fix
We need to re-index all the C3 WO data from S3.
We need to check for similar problems in our other datasets.
The text was updated successfully, but these errors were encountered:
@omad@jmettes Does this also apply to our C3 Landsat data as well? For example, I noticed that products like these don't render thumbnails on the map like other products:
The issue is with an older version of odc-tools, which did a poor job of indexing from STAC. It was fixed somewhere mid 2021, so any datasets indexed from STAC before then will be missing thumbnail information.
The Problem
While looking for sample data for opendatacube/datacube-explorer#487 , I noticed that some
ga_ls_wo_3
data indexed in the Production AWS data is missing thumbnail information.This dataset was indexed from STAC, but does not include the accessory file information
Investigation
We've seen similar issues previously when metadata was regenerated to S3 but not reindexed. However, checking the object time on S3:
Against the indexed time in the database (via Explorer):
Shows that the data was indexed after the S3 metadata was written. So that is not the error in this case.
Comparing a WO dataset that was created and indexed in 2022, shows what things should look like:
Resolution
What I actually think is going on, is that an old version of odc-tools was used to index the STAC document, and it didn't handle all the accessory file information stored in the metadata documents.
Fix
The text was updated successfully, but these errors were encountered: