-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch OpenAPI building blocks file and example. Update all instances of
"catalogue" to "catalog".
- Loading branch information
Showing
52 changed files
with
1,718 additions
and
640 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"id": "sentinel1cat", | ||
"itemType": "record", | ||
"title": "Sentinel-1 Catalogue", | ||
"description": "A sample catalogue of Sentinel-1 products stored in S3 on AWS.", | ||
"title": "Sentinel-1 Catalog", | ||
"description": "A sample catalog of Sentinel-1 products stored in S3 on AWS.", | ||
"links": [ | ||
{ | ||
"href": "http://www.pvretano.com/cubewerx/cubeserv/default/ogcapi/catalogues/collections/sentinel1cat/items", | ||
"href": "http://www.pvretano.com/cubewerx/cubeserv/default/ogcapi/catalogs/collections/sentinel1cat/items", | ||
"rel": "items", | ||
"title": "Catalogue records describing SENTINEL-1 products." | ||
"title": "Catalog records describing SENTINEL-1 products." | ||
} | ||
] | ||
} |
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
File renamed without changes.
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 @@ | ||
TODO: Need to add a crawlable catalog example for datasets (e.g. a set of SHAPE files or GeoPackages, etc.). |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion
1
core/examples/json/crawlable_catalogue/dataset_example/README.md
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"id": "sentinel1cat", | ||
"itemType": "record", | ||
"title": "Sentinel-1 Catalogue", | ||
"description": "A sample catalogue of Sentinel-1 products stored in S3 on AWS.", | ||
"title": "Sentinel-1 Catalog", | ||
"description": "A sample catalog of Sentinel-1 products stored in S3 on AWS.", | ||
"defaultSortOrder": [ "-updated", "-area"], | ||
"links": [ | ||
{ | ||
"href": "http://www.pvretano.com/cubewerx/cubeserv/default/ogcapi/catalogues/collections/sentinel1cat/items", | ||
"href": "http://www.pvretano.com/cubewerx/cubeserv/default/ogcapi/catalogs/collections/sentinel1cat/items", | ||
"rel": "items", | ||
"title": "Catalogue records describing SENTINEL-1 products." | ||
"title": "Catalog records describing SENTINEL-1 products." | ||
} | ||
] | ||
} |
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
Oops, something went wrong.