Skip to content
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
095f4dc
self link is not requied, but strongly recommended.
m-mohr Oct 15, 2019
369d627
Fixed link to SFS example
m-mohr Oct 15, 2019
cf394c9
Improvements and fixes for the Item schema
m-mohr Oct 15, 2019
8ddbfd7
Updated OAFeat 1.0.0-draf2 to 1.0.0 final and replaced WFS with OAFeat
m-mohr Oct 16, 2019
299ed18
Replace object with Map<string, *>
m-mohr Oct 25, 2019
beceee4
Merge pull request #612 from radiantearth/wfs3-final
matthewhanson Oct 25, 2019
79d5867
Merge branch 'dev' into m-mohr-patch-4
matthewhanson Oct 25, 2019
ecf3529
Merge pull request #609 from radiantearth/m-mohr-patch-4
matthewhanson Oct 25, 2019
c655df1
Merge branch 'dev' into m-mohr-patch-5
matthewhanson Oct 25, 2019
66b9567
Merge branch 'dev' into item-schema-fixes
matthewhanson Oct 25, 2019
91d6478
Merge pull request #611 from radiantearth/item-schema-fixes
matthewhanson Oct 25, 2019
1a78009
Thumbnails are not meant to be in links
m-mohr Oct 28, 2019
7554c7a
Fixed several issues in the examples and texts.
m-mohr Oct 28, 2019
564915f
Fixing alignment issues with OGC API - Features and STAC API. #616
m-mohr Oct 28, 2019
d144c7a
Added changelog entry, removed license from collection summaries exam…
m-mohr Oct 28, 2019
3f3b7e2
Merge branch 'dev' into stac-api-fixes
m-mohr Oct 28, 2019
96bf7be
Fixed JSON schemas for extensions: `$id` field matches file name. #618
m-mohr Oct 28, 2019
896a39f
Merge branch 'dev' into m-mohr-patch-1
cholmes Oct 28, 2019
a5c3529
Merge branch 'dev' into m-mohr-patch-5
cholmes Oct 28, 2019
bae9fb9
Merge pull request #617 from radiantearth/m-mohr-patch-1
cholmes Oct 28, 2019
42787d2
Merge branch 'dev' into m-mohr-patch-5
m-mohr Oct 28, 2019
ee3dafb
Merge branch 'dev' into m-mohr-patch-2
cholmes Oct 28, 2019
2ddba52
Merge branch 'dev' into fix-schema-ids
cholmes Oct 28, 2019
1f31c21
Merge pull request #620 from radiantearth/m-mohr-patch-2
cholmes Oct 28, 2019
f4fda88
Merge branch 'dev' into fix-schema-ids
cholmes Oct 28, 2019
e88c837
Merge pull request #622 from radiantearth/fix-schema-ids
cholmes Oct 28, 2019
97c1cb6
Merge branch 'dev' into m-mohr-patch-5
cholmes Oct 28, 2019
bff5463
Merge pull request #610 from radiantearth/m-mohr-patch-5
cholmes Oct 28, 2019
a405f61
Merge branch 'dev' into stac-api-fixes
m-mohr Oct 28, 2019
d9d0f6f
Fixed typo
m-mohr Oct 29, 2019
4028ca1
Fix links
vmx Oct 31, 2019
7e4c830
Fix links in how-to-help
vmx Oct 31, 2019
70dff4d
Point Landsat8 examples to collection-spec directory
vmx Oct 31, 2019
b41cf33
Merge pull request #626 from vmx/fix-links-20191031
cholmes Oct 31, 2019
51dbdc3
Merge branch 'dev' into stac-api-fixes
matthewhanson Oct 31, 2019
21a94ae
Merge pull request #621 from radiantearth/stac-api-fixes
matthewhanson Oct 31, 2019
22d3e35
update versions to 0.8.1 and prep for release
matthewhanson Nov 1, 2019
e72dad8
Merge pull request #627 from radiantearth/release-0.8.1
m-mohr Nov 1, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Numerous typos, clarifications and fixes for documentation and examples.
- Fixed STAC API definition to include STAC-related fields and examples in *OGC API - Features*-derived endpoints.
- Fixed JSON schemas for extensions: `$id` field matches file name.

## [v0.8.0] - 2019-10-11

Expand Down
2 changes: 1 addition & 1 deletion api-spec/extensions/search/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-search-extension.json#",
"$id": "schema.json#",
"title": "Search Extension",
"type": "object",
"description": "STAC Search Extension",
Expand Down
2 changes: 1 addition & 1 deletion collection-spec/collection-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Implementations are encouraged, however, as good effort will be made to not chan
| license | string | **REQUIRED.** Collection's license(s) as a SPDX [License identifier](https://spdx.org/licenses/) or [expression](https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60). Alternatively, use `proprietary` if the license is not on the SPDX license list or `various` if multiple licenses apply. In these two cases links to the license texts SHOULD be added, see the `license` link relation type. |
| providers | [[Provider Object](#provider-object) | A list of providers, which may include all organizations capturing or processing the data or the hosting provider. Providers should be listed in chronological order with the most recent provider being the last element of the list. |
| extent | [Extent Object](#extent-object) | **REQUIRED.** Spatial and temporal extents. |
| properties | object | Common fields across referenced items. |
| properties | Map<string, *> | Common fields across referenced items. |
| summaries | Map<string, [*]\|[Stats Object](#stats-object)> | A map of property summaries, either a set of values or statistics such as a range. |
| links | [[Link Object](#link-object)] | **REQUIRED.** A list of references to other documents. |

Expand Down
1 change: 0 additions & 1 deletion collection-spec/examples/sentinel2.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"min": "2015-06-23T00:00:00Z",
"max": "2019-07-10T13:44:56Z"
},
"license": ["proprietary"],
"sci:citation": ["Copernicus Sentinel data [Year]"],
"eo:gsd": [10,30,60],
"eo:platform": ["sentinel-2a","sentinel-2b"],
Expand Down
2 changes: 1 addition & 1 deletion extensions/asset/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-extension-asset.json#",
"$id": "schema.json#",
"title": "Asset Definition Extension Specification",
"description": "STAC Asset Definition Extension to a STAC Collection",
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/checksum/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-extension-checksum.json#",
"$id": "schema.json#",
"title": "Checksum Extension Specification",
"description": "STAC Checksum Extension to a STAC Item",
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/datacube/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-extension-datacube.json#",
"$id": "schema.json#",
"title": "Data Cube Extension",
"description": "STAC Data Cube Extension to a STAC Item",
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/datetime-range/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-extension-datetime-range.json#",
"$id": "schema.json#",
"title": "Datetime Range Extension",
"description": "STAC Datetime Range Extension Extension to a STAC Item.",
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/eo/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-extension-eo.json#",
"$id": "schema.json#",
"title": "EO Extension",
"description": "STAC EO Extension to a STAC Item.",
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/sar/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-extension-sar.json#",
"$id": "schema.json#",
"title": "SAR Extension",
"description": "STAC SAR Extension to a STAC Item",
"allOf": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/scientific/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "stac-extension-scientific.json#",
"$id": "schema.json#",
"title": "Scientific Extension",
"description": "STAC Scientific Extension to STAC Items or STAC Collections.",
"oneOf": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/single-file-stac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ An extension to provide a set of Collections and Items as a single file catalog.

The Items in the single file catalog should not be merged with the Collection properties (i.e., common properties). The Collections are all included in the file as well, so there is no need to duplicate the common properties for every Item in the catalog.

- [Example](examples/example.json)
- [Example](examples/example-search.json)
- [JSON Schema](json-schema/schema.json)

## Catalog fields
Expand Down
2 changes: 1 addition & 1 deletion extensions/single-file-stac/json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "extension-single-file-stac.json#",
"$id": "schema.json#",
"title": "Single File STAC Extension",
"description": "Single File STAC Extension to combine Collections and Items in single file catalog",
"allOf": [
Expand Down
3 changes: 1 addition & 2 deletions item-spec/examples/itemcollection-sample-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
"assets": {
"analytic": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/analytic.tif",
"title": "4-Band Analytic",
"product": "http://cool-sat.com/catalog/products/analytic.json"
"title": "4-Band Analytic"
},
"thumbnail": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/thumbnail.png",
Expand Down
13 changes: 4 additions & 9 deletions item-spec/examples/sample-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"collection": "CS3",
"links": [
{"rel": "self", "href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/CS3-20160503_132130_04.json"},
{"rel": "thumbnail", "href":"thumbnail.png"},
{"rel": "root", "href": "http://cool-sat.com/catalog/catalog.json"},
{"rel": "parent", "href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/catalog.json"},
{"rel": "collection", "href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/catalog.json"},
Expand All @@ -59,27 +58,23 @@
"assets": {
"analytic": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/analytic.tif",
"title": "4-Band Analytic",
"product": "http://cool-sat.com/catalog/products/analytic.json"
"title": "4-Band Analytic"
},
"thumbnail": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/thumbnail.png",
"title": "Thumbnail"
},
"udm": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/UDM.tif",
"title": "Unusable Data Mask",
"product": "http://cool-sat.com/catalog/products/udm.json"
"title": "Unusable Data Mask"
},
"json-metadata": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/extended-metadata.json",
"title": "Extended Metadata",
"product": "http://cool-sat.com/catalog/products/extended-metadata.json"
"title": "Extended Metadata"
},
"ephemeris": {
"href": "http://cool-sat.com/catalog/CS3-20160503_132130_04/S3-20160503_132130_04.EPH",
"title": "Satellite Ephemeris Metadata",
"product": "http://cool-sat.com/catalog/products/satellite-ephemeris.json"
"title": "Satellite Ephemeris Metadata"
}
}

Expand Down
2 changes: 1 addition & 1 deletion process.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ with no changes to the spec - just updating the version numbers.

### Governance

The goal of STAC is to to have a Project Steering Committee of core contributors, representing diverse organizations and
The goal of STAC is to have a Project Steering Committee of core contributors, representing diverse organizations and
implementations. To bootstrap Chris Holmes is the Benevolent Dictator for
Life or until a PSC is formed, so we don't get stuck waiting for votes when there is not enough activity.

Expand Down