sat-utils / sat-stac-sentinel

Creation of a Sentinel Spatio-Temporal Asset Catalog (STAC) from inventory of the Sentinel public dataset on AWS
MIT License
21 stars 4 forks source link

Data coverage in sentinel-2 properties #28

Open lesimppa opened 4 years ago

lesimppa commented 4 years ago

Hello,

Thank you for the great and useful work with the sat-utils tools. We are exploring the capabilities of the sat-search tool and noticed that there is no data coverage property for sentinel-2 items. After further investigation it seems that this property is not yet parsed from the metadata.

Here is an excerpt of the tileInfo.json

"dataCoveragePercentage" : 14.96,
"cloudyPixelPercentage" : 13.94,
"productName" : "S2A_MSIL1C_20200513T023551_N0209_R089_T50RNQ_20200513T042651",
"productPath" : 
"products/2020/5/13/S2A_MSIL1C_20200513T023551_N0209_R089_T50RNQ_20200513T04265"

I'm thinking of something like eo:data_coverage for s2 l1c and l2a products. Where there already plans to implement this? If not I could have a look at it.

Best, Simon

lesimppa commented 4 years ago

Sorry I didn't see this radiantearth/stac-spec#803. Is there any constructive way I could contribute?