You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,6 @@ and therefore are shared across all items, it is recommended adding the fields t
24
24
25
25
## Item Properties and Collection Provider Fields
26
26
27
-
- For Items, the fields are placed in the properties. Additionally, STAC allows all Item properties to be used in the Asset Object.
28
-
- For Collections, the fields are placed in the [Provider Objects](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#provider-object)
29
-
for the `providers` that have the role `producer` or `processor` assigned.
| processing:expression|[Expression Object](#expression-object)| An expression or processing chain that describes how the data has been processed. Alternatively, you can also link to a processing chain with the relation type `processing-expression` (see below). |
@@ -36,7 +32,19 @@ for the `providers` that have the role `producer` or `processor` assigned.
36
32
| processing:facility| string | The name of the facility that produced the data. For example, `Copernicus S1 Core Ground Segment - DPA` for product of Sentinel-1 satellites. |
37
33
| processing:software| Map<string, string> | A dictionary with name/version for key/value describing one or more softwares that produced the data. For example, `"Sentinel-1 IPF":"002.71"` for the software that produces Sentinel-1 satellites data. |
38
34
39
-
*At least one of the fields must be specified.*
35
+
These fields can be used in a variety of places:
36
+
37
+
For Items:
38
+
- The fields are placed in the properties.
39
+
- Additionally, STAC allows all fields to be used in the Asset Object.
40
+
41
+
For Collections:
42
+
- The fields are usually placed in the [Provider Objects](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#provider-object)
43
+
for the `providers` that have the role `producer` or `processor` assigned. They don't need to be provided for all providers of the respective role.
44
+
- The fields can also be used in summaries, assets or Item asset definitions.
45
+
46
+
If the extension is given in the `stac_extensions` list, at least one of the fields must be specified in any of the given places listed above.
47
+
Please note that the JSON Schema might not be able to validate this requirement in all cases due to limitations in JSON Schema.
0 commit comments