Skip to content

Commit

Permalink
first version of geodb catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioF committed Jul 11, 2024
1 parent 7d00ea3 commit 3dccc96
Show file tree
Hide file tree
Showing 3 changed files with 2,526 additions and 0 deletions.
30 changes: 30 additions & 0 deletions geodb/catalog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"stac_version": "1.0.0",
"id": "doors-geodb-catalog",
"title": "DOORS GeoDB Catalog",
"description": "A catalog providing an overview about the DOORS GeoDB Data",
"links": [
{
"rel": "self",
"href": "catalog.json",
"type": "application/json"
},
{
"rel": "root",
"href": "catalog.json",
"type": "application/json"
},
{
"rel": "child",
"href": "galata_platform(version_3_seaprism_processing).json",
"type": "application/json",
"title": "Galata platform(Version 3 SEAPRISM Processing)"
},
{
"rel": "child",
"href": "gloria_platform_(version_3_seaprism_processing).json",
"type": "application/json",
"title": "Gloria platform (Version 3 SEAPRISM Processing)"
}
]
}
Loading

0 comments on commit 3dccc96

Please sign in to comment.