digitalearthpacific / dep-tools

Processing tools for Digital Earth Pacific
MIT License
1 stars 0 forks source link

Add version to stac items #37

Open jessjaco opened 8 months ago

jessjaco commented 8 months ago

And maybe collections too (x-post to dep-stac)? Could be part of set_stac_properties I guess

alexgleith commented 8 months ago

In DE Australia, we add a range of odc:thing parameters. Here's an example: https://data.dea.ga.gov.au/derivative/ga_ls_wo_3/1-6-0/088/080/2023/11/26/ga_ls_wo_3_088080_2023-11-26_final.stac-item.json

Example parameters are:

"odc:collection_number": 3,
"odc:dataset_version": "1.6.0",
"odc:file_format": "GeoTIFF",
"odc:naming_conventions": "dea_c3",
"created": "2023-12-08T21:50:20.790310Z",
"odc:producer": "ga.gov.au",
"odc:product_family": "wo",
"odc:region_code": "088080",
"proj:epsg": 32656,
"odc:product": "ga_ls_wo_3",

We can look through the extensions to see if theres something standard. But maybe just using those fields like ODC does, maybe without the odc:?