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
+22-10Lines changed: 22 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## Unreleased
8
8
9
-
## [v0.8.0-RC1] - 2019-08-23
9
+
## [v0.8.0] - 2019-10-11
10
10
11
11
### Changed
12
12
- Updated specification to base on WFS3 draft 2 (OGC API - Features - Part 1: Core, v1.0.0-draft.2). This leads to many changes in the API and one change in STAC collections, notably:
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
24
24
- Allow `various` for the `license` fields.
25
25
- Clarified meaning of SAR and EO platform, constellation, and instrument
26
26
- Numerous typos, clarification and general word-smithing
27
+
- Changed GeoTIFF media type from `image/vnd.stac.geotiff` to `image/tiff; application=geotiff`, changed Cloud-optimized GeoTiff media type from `image/vnd.stac.geotiff; cloud-optimized=true` to `image/tiff; application=geotiff; profile=cloud-optimized`.
27
28
28
29
### Added
29
30
-**stac_version**: Each Item must specify the STAC version.
@@ -40,6 +41,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
40
41
- New bands added to the [common band names](extensions/eo/README.md#common-band-names) for the EO extension: yellow, rededge, and 2 narrow NIR bands
41
42
-[Scientific extension](extensions/scientific/README.md) can be used in Collections.
42
43
44
+
### Fixed
45
+
- Updated language, fixed typos and examples.
46
+
- Renamed `pc:schema` to `pc:schemas` in the Point Cloud extension.
47
+
48
+
### Changes since 0.8.0rc1
49
+
-[Label extension](extensions/label/README.md):
50
+
- moved label:classes to be a list of Class Objects from a single Class Object in spec markdown and json schema (matching previous example JSON).
51
+
- moved label:overview to be a list of Overview Objects from a single Overview Object in spec markdown and json schema (matching previous example JSON).
52
+
- Renamed fields to use plural forms (`label:property` -> `label:properties`, `label:task` -> `label:tasks`, `label:method` -> `label:methods` and `label:overview` -> `label:overviews`)
53
+
43
54
44
55
## [v0.7.0] - 2019-05-06
45
56
@@ -132,25 +143,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
132
143
133
144
## [v0.5.2] - 2018-07-12
134
145
135
-
Minor bug fixes on 0.5.1 for the schema files. Thanks @francbartoli
146
+
Minor bug fixes on 0.5.1 for the schema files. Thanks @francbartoli
136
147
137
148
138
149
## [v0.5.1] - 2018-07-06
139
150
140
151
Minor bug fixes from 0.5.1 release
141
152
142
153
*[Update openapi / swagger specs for new 'links'](https://github.com/radiantearth/stac-spec/commit/480d4fb02b4a7e880c7ca01320fe2773260ba595)
143
-
*[minor fixes on collection extension](https://github.com/radiantearth/stac-spec/pull/124) - thanks @m-mohr
144
-
*[minor cbers example updates](https://github.com/radiantearth/stac-spec/pull/123) - thanks @fredliporace
154
+
*[minor fixes on collection extension](https://github.com/radiantearth/stac-spec/pull/124) - thanks @m-mohr
155
+
*[minor cbers example updates](https://github.com/radiantearth/stac-spec/pull/123) - thanks @fredliporace
145
156
146
157
147
158
## [v0.5.0] - 2018-07-01
148
159
149
160
The 0.5.0 release of the STAC spec is an iteration forward on the spec, with a number of core improvements. Highlights include:
150
161
151
-
***Links is now a dictionary** - This is the most core change done. It aligns the structure with the 'asset' change in 0.5.0, making it easier for clients to look up the link that they want more easily. The schema is updated to this (and actually checks assets better now, thanks @mojodna )
162
+
***Links is now a dictionary** - This is the most core change done. It aligns the structure with the 'asset' change in 0.5.0, making it easier for clients to look up the link that they want more easily. The schema is updated to this (and actually checks assets better now, thanks @mojodna )
152
163
153
-
***Transactions Extension** - There is now a transaction extension for the STAC API, thanks to @hgs-msmith and @hgs-trutherford
164
+
***Transactions Extension** - There is now a transaction extension for the STAC API, thanks to @hgs-msmith and @hgs-trutherford
154
165
155
166
***Collections iterations**@matthewhanson has evolved the collections extension, adding in some namespace type hints on it, and explaining it more clearly.
156
167
@@ -163,9 +174,9 @@ Full list of issues and pull requests at https://github.com/radiantearth/stac-sp
163
174
164
175
A few minor improvements on the release. ([issues](https://github.com/radiantearth/stac-spec/issues?utf8=%E2%9C%93&q=milestone%3A0.4.1+))
165
176
166
-
*@hgs-msmith got a swagger version of the spec, and made some minor improvements to the openapi version #103 and #102
177
+
*@hgs-msmith got a swagger version of the spec, and made some minor improvements to the openapi version #103 and #102
167
178
*@francbartoli and @m-mohr pointed out some inconsistencies with landsat, so got the openapi updated #106
168
-
*@m-mohr pointed out some issues with landsat example, so updated those #105
179
+
*@m-mohr pointed out some issues with landsat example, so updated those #105
169
180
*@hgs-trutherford pointed out that the planet example was a bit confusing, so updated it to the EO profile.
170
181
171
182
@@ -174,7 +185,7 @@ A few minor improvements on the release. ([issues](https://github.com/radiantear
174
185
The 0.4.0 is the first 'official' release of the SpatioTemporal Asset Catalog (STAC) specification!
175
186
176
187
It is the result of the [ft. collins sprint](https://github.com/radiantearth/community-sprints/tree/master/03072018-ft-collins-co), the second in person meeting of the STAC community. But it also includes
177
-
a number of improvements from remote contributors.
188
+
a number of improvements from remote contributors.
178
189
179
190
Highlights include:
180
191
@@ -188,12 +199,13 @@ Highlights include:
188
199
189
200
* Numerous small improvements and bug fixes.
190
201
191
-
See the [milestone 0.4.0 in the issue tracker](https://github.com/radiantearth/stac-spec/milestone/3) for the complete lists of improvements.
202
+
See the [milestone 0.4.0 in the issue tracker](https://github.com/radiantearth/stac-spec/milestone/3) for the complete lists of improvements.
192
203
193
204
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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The minimal amount is specified right now, but best practices should emerge with
29
29
## Current version and branches
30
30
31
31
The [master branch](https://github.com/radiantearth/stac-spec/tree/master) is the 'stable' version of the spec. It is currently version
32
-
**0.8.0-RC1** of the specification. The
32
+
**0.8.0** of the specification. The
33
33
[dev](https://github.com/radiantearth/stac-spec/tree/dev) branch is where active development takes place, and may have inconsistent examples.
34
34
Whenever dev stabilizes a release is cut and we merge dev in to master. So master should be stable at any given time.
35
35
It is possible that there may be small releases in quick succession, especially if they are nice improvements that do
@@ -71,7 +71,7 @@ just the Items a user requests in their query. The API is specified as a couple
71
71
**Extensions:** The *[extensions/](extensions/)* folder is where extensions live. Extensions can extend the
72
72
functionality of the core spec or add fields for specific domains.
73
73
74
-
**Additional documents**include the current [roadmap](roadmap.md) and a complementary [how to help](how-to-help.md)
74
+
**Additional documents**A complementary [how to help](how-to-help.md)
75
75
document, a [list of implementations](implementations.md),
76
76
and a discussion of the collaboration [principles](principles.md) and specification approach.
0 commit comments