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
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ The fields in the table below can be used in these parts of STAC documents:
36
36
| product:type| string | The product type. |
37
37
| product:timeliness| string | The average expected timeliness of the product as an [ISO 8601 Duration](https://en.wikipedia.org/wiki/ISO_8601#Durations). |
38
38
| product:timeliness_category| string | A proprietary category identifier for the timeliness of the product. |
39
+
| product:acquisition_type| string | The acquisition type of the product. |
39
40
40
41
> \[!IMPORTANT]
41
42
> `product:timeliness` is REQUIRED if `product:timeliness_category` is provided.
@@ -49,6 +50,28 @@ Some extensions may specify more specific rules for this field.
49
50
50
51
This field superceedes the `sar:product_type` field.
51
52
53
+
#### product:acquisition_type
54
+
55
+
The product acquisition type describes the purpose of the acquisition.
56
+
It is similar to the `acquisitionType` field from the
0 commit comments