Skip to content

Commit

Permalink
initial (dummy) commit for doors data overview
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioF committed Sep 11, 2024
1 parent 836a6fe commit 4d6c3ef
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
24 changes: 24 additions & 0 deletions doors_data/catalog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"stac_version": "1.0.0",
"id": "doors-data-catalog",
"title": "DOORS Data Catalog",
"description": "A catalog providing an overview about all DOORS Data Sets",
"links": [
{
"rel": "self",
"href": "catalog.json",
"type": "application/json"
},
{
"rel": "root",
"href": "catalog.json",
"type": "application/json"
},
{
"rel": "child",
"href": "deltares_river_discharge.json",
"type": "application/json",
"title": "Deltares River Discharge"
}
]
}
27 changes: 27 additions & 0 deletions doors_data/deltares_river_discharge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"stac_version": "1.0.0",
"id": "deltares_river_discharge",
"title": "Deltares River Discharge",
"description": "",
"providers": [
{
"name": "Deltares",
"roles": [
"producer"
]
}
],
"links": [
{
"rel": "self",
"href": "deltares_river_discharge.json",
"type": "application/json"
},
{
"rel": "parent",
"href": "catalog.json",
"type": "application/json"
}
]
}
}

0 comments on commit 4d6c3ef

Please sign in to comment.