-
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.
- Loading branch information
Showing
39 changed files
with
5,295 additions
and
40 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,43 @@ | ||
{ | ||
"id": "examples", | ||
"type": "Catalog", | ||
"title": "Example Catalog", | ||
"stac_version": "1.0.0", | ||
"description": "This catalog is a simple demonstration of an example catalog that is used to organize a hierarchy of collections and their items.", | ||
"links": [ | ||
{ | ||
"rel": "root", | ||
"href": "./catalog.json", | ||
"type": "application/json" | ||
}, | ||
{ | ||
"rel": "child", | ||
"href": "./extensions-collection/collection.json", | ||
"type": "application/json", | ||
"title": "Collection Demonstrating STAC Extensions" | ||
}, | ||
{ | ||
"rel": "child", | ||
"href": "./collection-only/collection.json", | ||
"type": "application/json", | ||
"title": "Collection with no items (standalone)" | ||
}, | ||
{ | ||
"rel": "child", | ||
"href": "./collection-only/collection-with-schemas.json", | ||
"type": "application/json", | ||
"title": "Collection with no items (standalone with JSON Schemas)" | ||
}, | ||
{ | ||
"rel": "item", | ||
"href": "./collectionless-item.json", | ||
"type": "application/json", | ||
"title": "Collection with no items (standalone)" | ||
}, | ||
{ | ||
"rel": "self", | ||
"href": "https://raw.githubusercontent.com/radiantearth/stac-spec/v1.0.0/examples/catalog.json", | ||
"type": "application/json" | ||
} | ||
] | ||
} |
Oops, something went wrong.