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
* feat: Require 'linz:asset_summaries' root property
* feat: Require asset summary 'created' propert
* feat: require asset summary created 'minimum' property
* feat: require asset summary created minimum property be a string
* feat: require asset summary created minimum property be a datetime
* feat: require asset summary created minimum property be a UTC datetime
* refactor: Pull out UTC datetime definition
* docs: Set asset/metadata summary created/updated titles
* feat: require asset summary created 'maximum' property
* feat: require asset summary created maximum property be a UTC datetime
* feat: require asset summary 'updated' property
* feat: require asset summary updated 'minimum' property
* feat: require asset summary updated minimum property be a UTC datetime
* feat: require asset summary updated 'maximum' property
* feat: require asset summary updated maximum property be a UTC datetime
* docs: Move asset summary documentation to right property
| title | string |**REQUIRED**. Collection title. |
69
-
| linz:geospatial_type| string |**REQUIRED**. A general description of the type of content that can be found in the dataset. See the [list of accepted geospatial types](#geospatial-types). |
70
-
| linz:history| string |**REQUIRED**. A descriptive statement about the lineage/history of a dataset |
71
-
| linz:lifecycle| string |**REQUIRED**. Lifecycle Status of Collection. Must be one of `under development`, `preview`, `ongoing`, `completed`, `deprecated`. |
72
-
| linz:providers| LINZ Provider Object |**REQUIRED**. The object provides information about a provider with additional roles defined by Toitū Te Whenua LINZ. A provider is any of the organizations that captures or processes the content of the assets and therefore influences the data offered by the STAC implementation. See [LINZ Provider Object](#linz-provider-object). |
73
-
| providers | Provider Object |**REQUIRED**. The object provides information about a provider. A provider is any of the organizations that captures or processes the content of the assets and therefore influences the data offered by the STAC implementation. See [Provider Object](#provider-object). |
74
-
| linz:security_classification| string |**REQUIRED**. New Zealand Government [Security Classification](https://www.digital.govt.nz/standards-and-guidance/governance/managing-online-channels/security-and-privacy-for-websites/foundations/classify-information/). Must be one of `unclassified`, `in-confidence`, `sensitive`, `restricted`, `confidential`, `secret` or `top-secret`. |
75
-
| linz:update_frequency| string | Recommended. Indicates how frequently an updated dataset may be distributed to the publication platform. Must follow the format for durations as defined in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#appendix-A). For example, `P3D` expresses a duration of 3 days. |
76
-
| processing:software| Map<string, string> | Recommended. The software and versions which were used to generate the dataset. See [reference](https://github.com/stac-extensions/processing). |
| linz:geospatial_type| string |**REQUIRED**. A general description of the type of content that can be found in the dataset. See the [list of accepted geospatial types](#geospatial-types). |
71
+
| linz:history| string |**REQUIRED**. A descriptive statement about the lineage/history of a dataset |
72
+
| linz:lifecycle| string |**REQUIRED**. Lifecycle Status of Collection. Must be one of `under development`, `preview`, `ongoing`, `completed`, `deprecated`. |
73
+
| linz:providers| LINZ Provider Object |**REQUIRED**. The object provides information about a provider with additional roles defined by Toitū Te Whenua LINZ. A provider is any of the organizations that captures or processes the content of the assets and therefore influences the data offered by the STAC implementation. See [LINZ Provider Object](#linz-provider-object). |
74
+
| providers | Provider Object |**REQUIRED**. The object provides information about a provider. A provider is any of the organizations that captures or processes the content of the assets and therefore influences the data offered by the STAC implementation. See [Provider Object](#provider-object). |
75
+
| linz:security_classification| string |**REQUIRED**. New Zealand Government [Security Classification](https://www.digital.govt.nz/standards-and-guidance/governance/managing-online-channels/security-and-privacy-for-websites/foundations/classify-information/). Must be one of `unclassified`, `in-confidence`, `sensitive`, `restricted`, `confidential`, `secret` or `top-secret`. |
76
+
| linz:update_frequency| string | Recommended. Indicates how frequently an updated dataset may be distributed to the publication platform. Must follow the format for durations as defined in [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339#appendix-A). For example, `P3D` expresses a duration of 3 days. |
77
+
| processing:software| Map<string, string> | Recommended. The software and versions which were used to generate the dataset. See [reference](https://github.com/stac-extensions/processing). |
| title | string |**REQUIRED**. Collection title. |
93
+
88
94
### LINZ Provider Object Fields
89
95
90
96
This expands on the [provider object in the STAC spec](https://github.com/radiantearth/stac-spec/blob/v1.0.0/item-spec/common-metadata.md#provider-object). Only differences from that definition are mentioned here.
0 commit comments