File tree Expand file tree Collapse file tree 6 files changed +13
-16
lines changed Expand file tree Collapse file tree 6 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
7
7
- ## [ Unreleased]
8
-
9
- ### Added
8
+ ## [ v2.0.0]
10
9
11
10
### Changed
12
11
13
12
- Summaries for values must be non-empty
14
13
15
- ### Deprecated
16
-
17
14
### Removed
18
15
19
16
- ` file:bits_per_sample ` : now in ` raster:bands.bits_per_sample `
@@ -29,5 +26,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
26
30
27
- Initial release
31
28
32
- [ Unreleased ] : < https://github.com/stac-extensions/template/compare/v1 .0.0...HEAD >
29
+ [ v2.0.0 ] : < https://github.com/stac-extensions/tree/v2 .0.0 >
33
30
[ v1.0.0 ] : < https://github.com/stac-extensions/tree/v1.0.0 >
Original file line number Diff line number Diff line change 1
1
# File Info Extension Specification
2
2
3
3
- ** Title:** File Info
4
- - ** Identifier:** < https://stac-extensions.github.io/file/v1 .0.0/schema.json >
4
+ - ** Identifier:** < https://stac-extensions.github.io/file/v2 .0.0/schema.json >
5
5
- ** Field Name Prefix:** file
6
6
- ** Scope:** Item, Collection
7
7
- ** Extension [ Maturity Classification] ( https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity ) :** Proposal
Original file line number Diff line number Diff line change 1
1
{
2
- "stac_version" : " 1.0.0-rc.4 " ,
2
+ "stac_version" : " 1.0.0" ,
3
3
"stac_extensions" : [
4
- " https://stac-extensions.github.io/file/v1 .0.0/schema.json"
4
+ " https://stac-extensions.github.io/file/v2 .0.0/schema.json"
5
5
],
6
6
"id" : " example" ,
7
7
"type" : " Collection" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " S1A_EW_GRDM_1SSH_20181103T235855_20181103T235955_024430_02AD5D_5616" ,
3
3
"type" : " Feature" ,
4
- "stac_version" : " 1.0.0-rc.4 " ,
4
+ "stac_version" : " 1.0.0" ,
5
5
"stac_extensions" : [
6
- " https://stac-extensions.github.io/file/v1 .0.0/schema.json"
6
+ " https://stac-extensions.github.io/file/v2 .0.0/schema.json"
7
7
],
8
8
"bbox" : [
9
9
-70.275032 ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " http://json-schema.org/draft-07/schema#" ,
3
- "$id" : " https://stac-extensions.github.io/file/v1 .0.0/schema.json#" ,
3
+ "$id" : " https://stac-extensions.github.io/file/v2 .0.0/schema.json#" ,
4
4
"title" : " File Info Extension" ,
5
5
"description" : " STAC File Info Extension for STAC Items and STAC Collections." ,
6
6
"oneOf" : [
72
72
"stac_extensions" : {
73
73
"type" : " array" ,
74
74
"contains" : {
75
- "const" : " https://stac-extensions.github.io/file/v1 .0.0/schema.json"
75
+ "const" : " https://stac-extensions.github.io/file/v2 .0.0/schema.json"
76
76
}
77
77
}
78
78
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stac-extensions" ,
3
- "version" : " 1 .0.0" ,
3
+ "version" : " 2 .0.0" ,
4
4
"scripts" : {
5
5
"test" : " npm run check-markdown && npm run check-examples" ,
6
6
"check-markdown" : " remark . -f -r .github/remark.yaml" ,
7
- "check-examples" : " stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/file/v1 .0.0/schema.json=./json-schema/schema.json" ,
8
- "format-examples" : " stac-node-validator . --format --schemaMap https://stac-extensions.github.io/file/v1 .0.0/schema.json=./json-schema/schema.json"
7
+ "check-examples" : " stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/file/v2 .0.0/schema.json=./json-schema/schema.json" ,
8
+ "format-examples" : " stac-node-validator . --format --schemaMap https://stac-extensions.github.io/file/v2 .0.0/schema.json=./json-schema/schema.json"
9
9
},
10
10
"dependencies" : {
11
11
"remark-cli" : " ^8.0.0" ,
You can’t perform that action at this time.
0 commit comments