-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from stacchain/verify-tree
Verify tree
- Loading branch information
Showing
16 changed files
with
555 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"stac_version": "1.0.0", | ||
"type": "Catalog", | ||
"id": "Catalogue", | ||
"description": "Catalogue of data available in the platform", | ||
"conformsTo": [ | ||
"https://api.stacspec.org/v1.0.0/core", | ||
"https://api.stacspec.org/v1.0.0/collections", | ||
"https://api.stacspec.org/v1.0.0/ogcapi-features", | ||
"https://api.stacspec.org/v1.0.0/item-search", | ||
"https://www.opengis.net/spec/ogcapi-features-1/1.0/conf/core", | ||
"https://www.opengis.net/spec/ogcapi-features-1/1.0/conf/geojson" | ||
], | ||
"links": [ | ||
{ | ||
"href": "https://catalogue.dataspace.copernicus.eu/stac", | ||
"rel": "root", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "https://catalogue.dataspace.copernicus.eu/stac", | ||
"rel": "self", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "https://catalogue.dataspace.copernicus.eu/stac/api", | ||
"rel": "service-desc", | ||
"type": "application/vnd.oai.openapi" | ||
}, | ||
{ | ||
"href": "https://catalogue.dataspace.copernicus.eu/stac/conformance", | ||
"rel": "conformance", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "https://catalogue.dataspace.copernicus.eu/stac/collections", | ||
"rel": "data", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"href": "https://catalogue.dataspace.copernicus.eu/stac/search", | ||
"title": "STAC search", | ||
"rel": "search", | ||
"type": "application/json", | ||
"method": "GET" | ||
}, | ||
{ | ||
"href": "https://catalogue.dataspace.copernicus.eu/stac/search", | ||
"title": "STAC search", | ||
"rel": "search", | ||
"type": "application/json", | ||
"method": "POST" | ||
} | ||
], | ||
"stac_extensions": [ | ||
"https://stacchain.github.io/merkle-tree/v1.0.0/schema.json" | ||
], | ||
"merkle:object_hash": "b14fd102417c1d673f481bc053d19946aefdc27d84c584989b23c676c897bd5a", | ||
"merkle:root": "f0ed08b316b917a98c085e699c090af1cea964b697dd0bc44491ebced4d0006c", | ||
"merkle:hash_method": { | ||
"function": "sha256", | ||
"fields": [ | ||
"*" | ||
], | ||
"ordering": "ascending", | ||
"description": "Computed by including the merkle:root of collections and the catalogs own merkle:object_hash." | ||
} | ||
} |
Oops, something went wrong.