Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit ccf87b8

Browse files
committed
v0.2.0
1 parent a89cee1 commit ccf87b8

15 files changed

+35
-35
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sentinel-3 Extension Specification
22

33
- **Title:** Sentinel-3
4-
- **Identifier:** <https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json>
4+
- **Identifier:** <https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json>
55
- **Field Name Prefix:** s3
66
- **Scope:** Item
77
- **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal
@@ -33,23 +33,23 @@ The fields in the table below can be used in these parts of STAC documents:
3333
- [ ] Assets (for both Collections and Items, incl. Item Asset Definitions in Collections)
3434
- [ ] Links
3535

36-
| Field Name | Type | Description |
37-
| --------------------- | ------ | ----------- |
38-
| s3:bright | number | |
39-
| s3:closed_sea | number | |
40-
| s3:coastal | number | |
41-
| s3:continental_ice | number | |
42-
| s3:cosmetic | number | |
43-
| s3:dubious_samples | number | |
44-
| s3:duplicated | number | |
45-
| s3:fresh_inland_water | number | |
46-
| s3:invalid | number | |
47-
| s3:land | number | |
48-
| s3:open_ocean | number | |
49-
| s3:out_of_range | number | |
50-
| s3:saline_water | number | |
51-
| s3:saturated | number | |
52-
| s3:tidal_region | number | |
36+
| Field Name | Type | Description |
37+
| --------------------- | ------ | ------------------------------------------------------------ |
38+
| s3:bright | number | Percentage of bright pixels (0-100) |
39+
| s3:closed_sea | number | Percentage of pixels classified as closed sea (0-100) |
40+
| s3:coastal | number | Percentage of pixels classified as coastal (0-100) |
41+
| s3:continental_ice | number | Percentage of pixels classified as continental ice (0-100) |
42+
| s3:cosmetic | number | Percentage of cosmetic pixels (0-100) |
43+
| s3:dubious_samples | number | Percentage of dubious pixels (0-100) |
44+
| s3:duplicated | number | Percentage of duplicated pixels (0-100) |
45+
| s3:fresh_inland_water | number | Percentage of pixels classified as fresh inland water (0-100) |
46+
| s3:invalid | number | Percentage of invalid pixels (0-100) |
47+
| s3:land | number | Percentage of pixels classified as land (0-100) |
48+
| s3:open_ocean | number | Percentage of pixels classified as open ocean (0-100) |
49+
| s3:out_of_range | number | Percentage of out-of-range pixels (0-100) |
50+
| s3:saline_water | number | Percentage of pixels classified as saline water (0-100) |
51+
| s3:saturated | number | Percentage of saturated pixels (0-100) |
52+
| s3:tidal_region | number | Percentage of pixels classified as tidal regions (0-100) |
5353

5454
> \[!NOTE]
5555
> Various fields and objects in this extensions have been deprecated.

examples/S3A_OL_2_WFR_20240323T114640_20240323T114940_0180_110_237_2160.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@
12781278
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
12791279
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
12801280
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
1281-
"https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json",
1281+
"https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json",
12821282
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
12831283
"https://stac-extensions.github.io/product/v0.1.0/schema.json"
12841284
],

examples/S3A_SL_2_WST_20240323T040126_20240323T054225_6059_110_232.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@
12131213
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
12141214
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
12151215
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
1216-
"https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json",
1216+
"https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json",
12171217
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
12181218
"https://stac-extensions.github.io/product/v0.1.0/schema.json"
12191219
],

examples/S3A_SR_2_LAN_20230625T054418_20230625T063446_3028_100_205.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@
954954
"stac_extensions": [
955955
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
956956
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
957-
"https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json",
957+
"https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json",
958958
"https://stac-extensions.github.io/product/v0.1.0/schema.json"
959959
],
960960
"stac_version": "1.0.0"

examples/S3A_SR_2_WAT_20240206T012229_20240206T020636_2647_108_345.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@
886886
"stac_extensions": [
887887
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
888888
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
889-
"https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json",
889+
"https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json",
890890
"https://stac-extensions.github.io/product/v0.1.0/schema.json"
891891
],
892892
"stac_version": "1.0.0"

examples/S3A_SY_2_AOD_20240323T063414_20240323T071815_2641_110_234.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@
14951495
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
14961496
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
14971497
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
1498-
"https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json",
1498+
"https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json",
14991499
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
15001500
"https://stac-extensions.github.io/product/v0.1.0/schema.json"
15011501
],

examples/S3A_SY_2_SYN_20240323T115840_20240323T120140_0179_110_237_2880.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@
15341534
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
15351535
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
15361536
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
1537-
"https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json",
1537+
"https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json",
15381538
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
15391539
"https://stac-extensions.github.io/product/v0.1.0/schema.json"
15401540
],

examples/S3A_SY_2_V10_20240301T000000_20240310T235959_AFRICA.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@
15531553
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
15541554
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
15551555
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
1556-
"https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json",
1556+
"https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json",
15571557
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
15581558
"https://stac-extensions.github.io/product/v0.1.0/schema.json"
15591559
],

examples/S3A_SY_2_VG1_20240321T000000_20240321T235959_AFRICA.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@
15531553
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
15541554
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
15551555
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
1556-
"https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json",
1556+
"https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json",
15571557
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
15581558
"https://stac-extensions.github.io/product/v0.1.0/schema.json"
15591559
],

examples/S3A_SY_2_VGP_20240316T061625_20240316T070022_2637_110_134.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@
16831683
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
16841684
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
16851685
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
1686-
"https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json",
1686+
"https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json",
16871687
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
16881688
"https://stac-extensions.github.io/product/v0.1.0/schema.json"
16891689
],

examples/S3B_OL_2_LFR_20240324T174025_20240324T174325_0180_091_112_3060.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
523523
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
524524
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
525-
"https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json",
525+
"https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json",
526526
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
527527
"https://stac-extensions.github.io/product/v0.1.0/schema.json"
528528
],

examples/S3B_SL_2_FRP_20240324T111129_20240324T111429_0179_091_108_3960.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@
643643
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
644644
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
645645
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
646-
"https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json",
646+
"https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json",
647647
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
648648
"https://stac-extensions.github.io/product/v0.1.0/schema.json"
649649
],

examples/S3B_SL_2_LST_20240324T101429_20240324T101729_0179_091_108_0540.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
"https://stac-extensions.github.io/file/v2.1.0/schema.json",
604604
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
605605
"https://stac-extensions.github.io/eo/v1.1.0/schema.json",
606-
"https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json",
606+
"https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json",
607607
"https://stac-extensions.github.io/projection/v1.1.0/schema.json",
608608
"https://stac-extensions.github.io/product/v0.1.0/schema.json"
609609
],

json-schema/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json#",
3+
"$id": "https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json#",
44
"title": "Sentinel-3 Extension",
55
"description": "STAC Sentinel-3 Extension for STAC Items and STAC Collection Summaries.",
66
"type": "object",
@@ -11,7 +11,7 @@
1111
"stac_extensions": {
1212
"type": "array",
1313
"contains": {
14-
"const": "https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json"
14+
"const": "https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json"
1515
}
1616
}
1717
},

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "stac-extension-sentinel-3",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"scripts": {
55
"test": "npm run check-markdown && npm run check-examples",
66
"check-markdown": "remark . -f -r .github/remark.yaml",
7-
"check-examples": "stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json=./json-schema/schema.json",
8-
"format-examples": "stac-node-validator . --format --schemaMap https://stac-extensions.github.io/sentinel-3/v0.1.0/schema.json=./json-schema/schema.json"
7+
"check-examples": "stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json=./json-schema/schema.json",
8+
"format-examples": "stac-node-validator . --format --schemaMap https://stac-extensions.github.io/sentinel-3/v0.2.0/schema.json=./json-schema/schema.json"
99
},
1010
"dependencies": {
1111
"remark-cli": "^12.0.0",

0 commit comments

Comments
 (0)