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: CHANGELOG.md
+14
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
9
9
## [Unreleased]
10
10
11
+
## [v1.1.0] - 2024-09-10
12
+
13
+
### Added
14
+
15
+
- Add to best-practices mime types for COPC, Geoparquet, 3dTiles, pmtiles ([#1321](https://github.com/radiantearth/stac-spec/issues/1321))
16
+
17
+
### Fixed
18
+
19
+
-`item_assets` is not required
20
+
- Better describe the Statistics Object ([#1318](https://github.com/radiantearth/stac-spec/issues/1318))
21
+
- bands as entity in UML model
22
+
- Editorial edits
23
+
11
24
## [v1.1.0-beta.1] - 2024-08-08
12
25
13
26
### Added
@@ -504,6 +517,7 @@ See the [milestone 0.4.0 in the issue tracker](https://github.com/radiantearth/s
504
517
Thanks @hgs-msmith, @matthewhanson, @hgs-trutherford, @rouault, @joshfix, @alkamin, @hemphillda, @jeffnaus and @fredliporace for contributing to the spec directly, and to [everyone](https://github.com/opengeospatial/wfs3hackathon/blob/master/notes/introductions.md#participants) who participated in the [Ft Collins sprint](https://github.com/radiantearth/community-sprints/tree/master/03072018-ft-collins-co) and brought great ideas.
Copy file name to clipboardExpand all lines: collection-spec/collection-spec.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ specified in [*OGC API - Features*](https://ogcapi.ogc.org/features/), but they
61
61
| summaries | Map<string, \[\*]\|[Range Object](#range-object)\|[JSON Schema Object](#json-schema-object)> | STRONGLY RECOMMENDED. A map of property summaries, either a set of values, a range of values or a [JSON Schema](https://json-schema.org). |
62
62
| links |\[[Link Object](#links)]|**REQUIRED.** A list of references to other documents. |
63
63
| assets | Map<string, [Asset Object](#assets)> | Dictionary of asset objects that can be downloaded, each with a unique key. |
64
-
| item_assets | Map<string, [Item Asset Definition Object](#item-asset-definition-object)> |**REQUIRED.**A dictionary of assets that can be found in member Items. |
64
+
| item_assets | Map<string, [Item Asset Definition Object](#item-asset-definition-object)> | A dictionary of assets that can be found in member Items.|
| minimum | number | minimum value of the values in the band. If not present, the minimum value of the given data type or negative infinity can be assumed. |
0 commit comments