Skip to content

Commit

Permalink
Add stac_dist/test_item_dont_merge/test_item_dont_merge.json for pull…
Browse files Browse the repository at this point in the history
… request submission
  • Loading branch information
baloola committed Nov 25, 2024
1 parent a0c2401 commit 9373552
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions stac_dist/test_item_dont_merge/test_item_dont_merge.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@
"type": "application/json",
"title": "data-access catalog"
},
{
"example:container": true,
"title": "overview_1",
"description": "Link to the data visualization interactive web map.",
"href": "https://vis.fairicube.eu/=data?https://www.x.com",
"rel": "example"
},
{
"example:container": false,
"example:language": "Python",
Expand All @@ -117,7 +124,20 @@
"title": "Link to the item's license."
}
],
"assets": {},
"assets": {
"overview_1": {
"href": "https://www.x.com",
"roles": [
"overview"
]
},
"metadata": {
"href": "https://raw.githubusercontent.com/FAIRiCUBE/Processes/refs/heads/main/ERA5_monthly_averaged_data/script.py",
"roles": [
"metadata"
]
}
},
"bbox": [
-180,
0,
Expand All @@ -126,6 +146,7 @@
],
"stac_extensions": [
"https://stac-extensions.github.io/raster/v1.1.0/schema.json",
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json"
"https://stac-extensions.github.io/datacube/v2.0.0/schema.json",
"https://stac-extensions.github.io/example-links/v0.0.1/schema.json"
]
}

0 comments on commit 9373552

Please sign in to comment.