Skip to content

Commit f1606d0

Browse files
Merge branch 'release/2.18.1'
2 parents 8271e29 + 3ff266b commit f1606d0

File tree

35 files changed

+1626
-88
lines changed

35 files changed

+1626
-88
lines changed

.github/workflows/docker-publish.yml

+6-10
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ jobs:
3939
# https://github.com/sigstore/cosign-installer
4040
- name: Install cosign
4141
if: github.event_name != 'pull_request'
42-
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
43-
with:
44-
cosign-release: 'v1.13.1'
45-
42+
uses: sigstore/cosign-installer@v3.1.1
4643

4744
# Workaround: https://github.com/docker/build-push-action/issues/461
4845
- name: Setup Docker buildx
@@ -68,9 +65,9 @@ jobs:
6865

6966
# Build and push Docker image with Buildx (don't push on PR)
7067
# https://github.com/docker/build-push-action
71-
- name: Build and push Docker image
68+
- name: Build and Push container images
69+
uses: docker/build-push-action@v4.0.0
7270
id: build-and-push
73-
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
7471
with:
7572
context: .
7673
push: ${{ github.event_name != 'pull_request' }}
@@ -88,7 +85,6 @@ jobs:
8885
- name: Sign the published Docker image
8986
if: ${{ github.event_name != 'pull_request' }}
9087
env:
91-
COSIGN_EXPERIMENTAL: "true"
92-
# This step uses the identity token to provision an ephemeral certificate
93-
# against the sigstore community Fulcio instance.
94-
run: echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign {}@${{ steps.build-and-push.outputs.digest }}
88+
DIGEST: ${{ steps.build-and-push.outputs.digest }}
89+
TAGS: ${{ steps.docker_meta.outputs.tags }}
90+
run: cosign sign --yes "${TAGS}@${DIGEST}"

CHANGELOG.md

+38-4
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [2.18.0](https://github.com/Terradue/Stars/compare/2.17.0...2.18.0)
10+
## [2.18.1](https://github.com/Terradue/Stars/compare/2.18.0...2.18.1)
1111

12-
Complex Search Support for ISupplier
12+
Improved SAOCOM-1 metadata extraction
13+
14+
### Merged
15+
16+
- Improved SAOCOM-1 metadata extraction [`#41`](https://github.com/Terradue/Stars/pull/41)
17+
- Minor correction for BKA (title/mission etc.) [`#40`](https://github.com/Terradue/Stars/pull/40)
18+
19+
### Commits
20+
21+
- Added buggy newsat test case [`09377da`](https://github.com/Terradue/Stars/commit/09377da6621bad44f74b537efaced665fdc5a376)
22+
- Fixed (unrelated) NewSat extractor bug [`59f00de`](https://github.com/Terradue/Stars/commit/59f00de7aa4f8e40f8d9f56cffebb4af46daf64a)
23+
- Changes for correct extraction of nested SAOCOM zip files [`a3c1d19`](https://github.com/Terradue/Stars/commit/a3c1d194abd85ae0fd3b507c599b314d06de086a)
24+
25+
## [2.18.0](https://github.com/Terradue/Stars/compare/2.17.2...2.18.0) - 2023-11-06
1326

1427
### Merged
1528

1629
- Complex Search Support for ISupplier [`#37`](https://github.com/Terradue/Stars/pull/37)
30+
31+
### Commits
32+
33+
- SUPERVISOR-72: Search expression for Opensearchable [`03fff35`](https://github.com/Terradue/Stars/commit/03fff353dfbea341c016667d596675d45e8b36dc)
34+
- SUPERVISOR-72: more tests [`9b08066`](https://github.com/Terradue/Stars/commit/9b08066fd08fbb68996e99cfcbaa38b26e6207ce)
35+
- SUPERVISOR-72: tests ok [`8dc4bb2`](https://github.com/Terradue/Stars/commit/8dc4bb268e00338f1238cd77e4ac19173bf1da3d)
36+
37+
## [2.17.2](https://github.com/Terradue/Stars/compare/2.17.1...2.17.2) - 2023-12-07
38+
39+
### Commits
40+
41+
- Fixed (unrelated) NewSat extractor bug [`259fcc9`](https://github.com/Terradue/Stars/commit/259fcc9c5c1279cb7e44538c0c2416966174d0da)
42+
- Minor correction for BKA (title/mission etc.) [`c6574c6`](https://github.com/Terradue/Stars/commit/c6574c61b52bd59885a1359f14b1b4859c25e092)
43+
- Disabled S3 testcase (SciHub shutdown and quicklook unavailability) [`510c9e6`](https://github.com/Terradue/Stars/commit/510c9e62970e43c099166b18c49b6e8f652b0ed3)
44+
45+
## [2.17.1](https://github.com/Terradue/Stars/compare/2.17.0...2.17.1) - 2023-12-04
46+
47+
Metadata extraction for BKA (National Acedemy of Science Belarus)
48+
49+
### Merged
50+
1751
- Metadata extraction for BKA (National Acedemy of Science Belarus) [`#38`](https://github.com/Terradue/Stars/pull/38)
1852
- Fix for cloud coverage filter on Copernicus Data Space OData [`#39`](https://github.com/Terradue/Stars/pull/39)
1953

@@ -1474,7 +1508,7 @@ resolves #DATAAUTHOR-226
14741508
### Commits
14751509

14761510
- many fixes + dotnetstac 1.0.0-rc.3 [`feaa2d4`](https://github.com/Terradue/Stars/commit/feaa2d4be6a34ca55d25952816c5d8ab500f7016)
1477-
- src/Stars.Console/Terradue.Stars.Console.csproj [`69ca416`](https://github.com/Terradue/Stars/commit/69ca416a97d6cb1d1823a474c2b35b1f5fdf1f01)
1511+
- src/Stars.Console/Terradue.Stars.Console.csproj [`69ca416`](https://github.com/Terradue/Stars/commit/69ca416a97d6cb1d1823a474c2b35b1f5fdf1f01)
14781512
- .net5.0 unique exe [`043600b`](https://github.com/Terradue/Stars/commit/043600b6826a0b9061c84de4f63de6719732984a)
14791513

14801514
## [0.8.4](https://github.com/Terradue/Stars/compare/0.8.3...0.8.4) - 2021-05-27
@@ -1995,7 +2029,7 @@ resolves #DATAAUTHOR-226
19952029
### Commits
19962030

19972031
- cleaning [`e46b9a6`](https://github.com/Terradue/Stars/commit/e46b9a6f83bd4248a31e950afc097fd1fdbcc850)
1998-
- + ":${mType}${env.VERSION_TOOL}" [`2450858`](https://github.com/Terradue/Stars/commit/245085810e0390bcce4ede09fa3fff2bf517c582)
2032+
- + ":${mType}${env.VERSION_TOOL}" [`2450858`](https://github.com/Terradue/Stars/commit/245085810e0390bcce4ede09fa3fff2bf517c582)
19992033

20002034
## [0.1.5](https://github.com/Terradue/Stars/compare/0.1.3...0.1.5) - 2020-09-28
20012035

src/Stars.Console/Terradue.Stars.Console.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFrameworks>net6.0</TargetFrameworks>
5-
<Version>2.18.0</Version>
5+
<Version>2.18.1</Version>
66
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
77
<Description>Stars is a CLI for working with Spatio Temporal Catalog such as STAC but not only</Description>
88
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>

src/Stars.Data.Tests/Resources/BKA/L1B/MetadataExtractorsTests_4077631-0220-MUL-B-1-1-1100761-150924T044238-ID.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"properties": {
4141
"datetime": "2015-09-24T04:43:01.0000000Z",
4242
"created": "2021-06-11T15:35:42.0000000Z",
43-
"platform": "bka/kanopus-v",
43+
"platform": "bka",
4444
"constellation": "bka",
45-
"mission": "bka",
45+
"mission": "bka/kanopus-v",
4646
"instruments": [
4747
"mss"
4848
],
@@ -56,7 +56,7 @@
5656
],
5757
"view:azimuth": 84.08,
5858
"processing:level": "L1B",
59-
"title": "BKA/KANOPUS-V MSS L1B 2015-09-24 04:43:01",
59+
"title": "BKA MSS L1B 2015-09-24 04:43:01",
6060
"providers": [
6161
{
6262
"name": "NAS",

src/Stars.Data.Tests/Resources/BKA/L1B/MetadataExtractorsTests_4077631-0220-PAN-B-1-1-1100761-150924T044238-ID.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"properties": {
3939
"datetime": "2015-09-24T04:43:02.0000000Z",
4040
"created": "2021-06-11T15:35:50.0000000Z",
41-
"platform": "bka/kanopus-v",
41+
"platform": "bka",
4242
"constellation": "bka",
43-
"mission": "bka",
43+
"mission": "bka/kanopus-v",
4444
"instruments": [
4545
"mss"
4646
],
@@ -54,7 +54,7 @@
5454
],
5555
"view:azimuth": 84.08,
5656
"processing:level": "L1B",
57-
"title": "BKA/KANOPUS-V MSS L1B 2015-09-24 04:43:02",
57+
"title": "BKA MSS L1B 2015-09-24 04:43:02",
5858
"providers": [
5959
{
6060
"name": "NAS",

src/Stars.Data.Tests/Resources/BKA/L1C/MetadataExtractorsTests_4077631-0220-MUL-C-1-1-1100761-150924T044238-ID.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"properties": {
4141
"datetime": "2015-09-24T04:43:01.0000000Z",
4242
"created": "2021-06-11T16:38:46.0000000Z",
43-
"platform": "bka/kanopus-v",
43+
"platform": "bka",
4444
"constellation": "bka",
45-
"mission": "bka",
45+
"mission": "bka/kanopus-v",
4646
"instruments": [
4747
"mss"
4848
],
@@ -56,7 +56,7 @@
5656
],
5757
"view:azimuth": 84.08,
5858
"processing:level": "L1C",
59-
"title": "BKA/KANOPUS-V MSS L1C 2015-09-24 04:43:01",
59+
"title": "BKA MSS L1C 2015-09-24 04:43:01",
6060
"providers": [
6161
{
6262
"name": "NAS",

src/Stars.Data.Tests/Resources/BKA/L1C/MetadataExtractorsTests_4077631-0220-PAN-C-1-1-1100761-150924T044238-ID.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"properties": {
3939
"datetime": "2015-09-24T04:43:02.0000000Z",
4040
"created": "2021-06-11T16:38:54.0000000Z",
41-
"platform": "bka/kanopus-v",
41+
"platform": "bka",
4242
"constellation": "bka",
43-
"mission": "bka",
43+
"mission": "bka/kanopus-v",
4444
"instruments": [
4545
"mss"
4646
],
@@ -54,7 +54,7 @@
5454
],
5555
"view:azimuth": 84.08,
5656
"processing:level": "L1C",
57-
"title": "BKA/KANOPUS-V MSS L1C 2015-09-24 04:43:02",
57+
"title": "BKA MSS L1C 2015-09-24 04:43:02",
5858
"providers": [
5959
{
6060
"name": "NAS",

src/Stars.Data.Tests/Resources/CONAE/SAOCOM-1/L1A/MetadataExtractorsTests_S1A_OPER_SAR_EOSSP__CORE_L1A_OLF_20211117T174240.json

+9-7
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
},
3939
"properties": {
4040
"sat:orbit_state": "ascending",
41+
"saocom:path": 149,
42+
"saocom:row": 447,
4143
"proj:epsg": null,
4244
"proj:shape": [
4345
6419,
@@ -105,16 +107,16 @@
105107
"roles": [
106108
"metadata"
107109
],
108-
"href": "S1A_OPER_SAR_EOSSP__CORE_L1A_OLF_20211117T174240/Data/slc-acqId0000588416-a-sm5-2111181029-s5dp-hh.xml",
109-
"filename": "Data/slc-acqId0000588416-a-sm5-2111181029-s5dp-hh.xml"
110+
"href": "data/286806-EOL1ASARSAO1A3111864/Data/slc-acqId0000588416-a-sm5-2111181029-s5dp-hh.xml",
111+
"filename": "Data/slc-acqId0000588416-a-sm5-2111181029-s5dp-hh.xml",
110112
},
111113
"amplitude-hh": {
112114
"type": "image/tiff; application=geotiff",
113115
"roles": [
114116
"amplitude",
115117
"data"
116118
],
117-
"href": "S1A_OPER_SAR_EOSSP__CORE_L1A_OLF_20211117T174240/Data/slc-acqId0000588416-a-sm5-2111181029-s5dp-hh",
119+
"href": "data/286806-EOL1ASARSAO1A3111864/Data/slc-acqId0000588416-a-sm5-2111181029-s5dp-hh",
118120
"filename": "Data/slc-acqId0000588416-a-sm5-2111181029-s5dp-hh",
119121
"sar:polarizations": [
120122
"HH"
@@ -125,21 +127,21 @@
125127
"roles": [
126128
"metadata"
127129
],
128-
"href": "S1A_OPER_SAR_EOSSP__CORE_L1A_OLF_20211117T174240/Data/slc-acqId0000588416-a-sm5-2111181029-s5dp-hv.xml",
129-
"filename": "Data/slc-acqId0000588416-a-sm5-2111181029-s5dp-hv.xml"
130+
"href": "data/286806-EOL1ASARSAO1A3111864/Data/slc-acqId0000588416-a-sm5-2111181029-s5dp-hv.xml",
131+
"filename": "Data/slc-acqId0000588416-a-sm5-2111181029-s5dp-hv.xml",
130132
},
131133
"amplitude-hv": {
132134
"type": "image/tiff; application=geotiff",
133135
"roles": [
134136
"amplitude",
135137
"data"
136138
],
137-
"href": "S1A_OPER_SAR_EOSSP__CORE_L1A_OLF_20211117T174240/Data/slc-acqId0000588416-a-sm5-2111181029-s5dp-hv",
139+
"href": "data/286806-EOL1ASARSAO1A3111864/Data/slc-acqId0000588416-a-sm5-2111181029-s5dp-hv",
138140
"filename": "Data/slc-acqId0000588416-a-sm5-2111181029-s5dp-hv",
139141
"sar:polarizations": [
140142
"HV"
141143
]
142144
}
143145
},
144146
"links": []
145-
}
147+
}

src/Stars.Data.Tests/Resources/CONAE/SAOCOM-1/L1C/MetadataExtractorsTests_S1A_OPER_SAR_EOSSP__CORE_L1C_OLF_20200304T225242.json

+12-10
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,9 @@
3737
]
3838
},
3939
"properties": {
40-
"datetime": "2019-11-08T09:50:27.048Z",
41-
"created": "2020-03-04T23:12:48Z",
42-
"platform": "saocom-1a",
43-
"mission": "saocom-1",
44-
"instruments": [
45-
"sao1a"
46-
],
47-
"sensor_type": "radar",
48-
"gsd": 10.0,
49-
"title": "SAOCOM-1A SAO1A GEC VV/VH/HH/HV 2019-11-08 09:50:27",
5040
"sat:orbit_state": "descending",
41+
"saocom:path": 34,
42+
"saocom:row": 151,
5143
"proj:epsg": null,
5244
"proj:shape": [
5345
4463,
@@ -71,6 +63,16 @@
7163
"sar:resolution_range": 10.0,
7264
"sar:resolution_azimuth": 10.0,
7365
"processing:level": "L1C",
66+
"datetime": "2019-11-08T09:50:27.048Z",
67+
"created": "2020-03-04T23:12:48Z",
68+
"platform": "saocom-1a",
69+
"mission": "saocom-1",
70+
"instruments": [
71+
"sao1a"
72+
],
73+
"sensor_type": "radar",
74+
"gsd": 10.0,
75+
"title": "SAOCOM-1A SAO1A GEC VV/VH/HH/HV 2019-11-08 09:50:27",
7476
"providers": [
7577
{
7678
"name": "CONAE",

src/Stars.Data.Tests/Resources/CONAE/SAOCOM-1/L1D/MetadataExtractorsTests_S1A_OPER_SAR_EOSSP__CORE_L1D_OLVF_20200819T231514.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,9 @@
3737
]
3838
},
3939
"properties": {
40-
"datetime": "2020-08-19T21:17:26.613Z",
41-
"created": "2020-08-20T01:29:31Z",
42-
"platform": "saocom-1a",
43-
"mission": "saocom-1",
44-
"instruments": [
45-
"sao1a"
46-
],
47-
"sensor_type": "radar",
48-
"title": "SAOCOM-1A SAO1A GTC VV/VH 2020-08-19 21:17:26",
4940
"sat:orbit_state": "ascending",
41+
"saocom:row": 529,
42+
"saocom:path": 137,
5043
"proj:epsg": null,
5144
"proj:shape": [
5245
9848,
@@ -68,6 +61,15 @@
6861
"sar:resolution_range": 50.0,
6962
"sar:resolution_azimuth": 50.0,
7063
"processing:level": "L1D",
64+
"datetime": "2020-08-19T21:17:26.613Z",
65+
"created": "2020-08-20T01:29:31Z",
66+
"platform": "saocom-1a",
67+
"mission": "saocom-1",
68+
"instruments": [
69+
"sao1a"
70+
],
71+
"sensor_type": "radar",
72+
"title": "SAOCOM-1A SAO1A GTC VV/VH 2020-08-19 21:17:26",
7173
"providers": [
7274
{
7375
"name": "CONAE",

src/Stars.Data.Tests/Resources/CONAE/SAOCOM-1/L1D/MetadataExtractorsTests_S1A_OPER_SAR_EOSSP__CORE_L1D_OLVF_20210204T093006.json

+11-9
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,9 @@
3737
]
3838
},
3939
"properties": {
40-
"datetime": "2021-02-04T04:14:38.399Z",
41-
"created": "2021-02-04T10:43:10Z",
42-
"platform": "saocom-1a",
43-
"mission": "saocom-1",
44-
"instruments": [
45-
"sao1a"
46-
],
47-
"sensor_type": "radar",
48-
"title": "SAOCOM-1A SAO1A GTC VV/VH/HH/HV 2021-02-04 04:14:38",
4940
"sat:orbit_state": "ascending",
41+
"saocom:row": 406,
42+
"saocom:path": 209,
5043
"proj:epsg": null,
5144
"proj:shape": [
5245
4817,
@@ -70,6 +63,15 @@
7063
"sar:resolution_range": 50.0,
7164
"sar:resolution_azimuth": 50.0,
7265
"processing:level": "L1D",
66+
"datetime": "2021-02-04T04:14:38.399Z",
67+
"created": "2021-02-04T10:43:10Z",
68+
"platform": "saocom-1a",
69+
"mission": "saocom-1",
70+
"instruments": [
71+
"sao1a"
72+
],
73+
"sensor_type": "radar",
74+
"title": "SAOCOM-1A SAO1A GTC VV/VH/HH/HV 2021-02-04 04:14:38",
7375
"providers": [
7476
{
7577
"name": "CONAE",

0 commit comments

Comments
 (0)