Skip to content
Merged
Changes from 3 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
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