Skip to content

Commit b8bc5d8

Browse files
committed
Merge branch 'release/2.22.7'
2 parents 87c45c6 + 44e718d commit b8bc5d8

File tree

123 files changed

+6485
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+6485
-15
lines changed

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.22.6</Version>
5+
<Version>2.22.7</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>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
{
2+
"stac_version": "1.0.0",
3+
"stac_extensions": [
4+
"https://stac-extensions.github.io/processing/v1.0.0/schema.json",
5+
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
6+
"https://stac-extensions.github.io/sar/v1.0.0/schema.json",
7+
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
8+
"https://stac-extensions.github.io/view/v1.0.0/schema.json"
9+
],
10+
"type": "Feature",
11+
"id": "S1A_OPER_SAR_EOSSP__CORE_L1D_OLVF_20230312T050117",
12+
"geometry": {
13+
"type": "Polygon",
14+
"coordinates": [
15+
[
16+
[
17+
43.1992527068778,
18+
-22.7031446553536
19+
],
20+
[
21+
43.1850852033387,
22+
-23.7548748462209
23+
],
24+
[
25+
43.9330034351116,
26+
-23.7618514367155
27+
],
28+
[
29+
43.9413361787041,
30+
-22.7097778159655
31+
],
32+
[
33+
43.1992527068778,
34+
-22.7031446553536
35+
]
36+
]
37+
]
38+
},
39+
"properties": {
40+
"sat:orbit_state": "ascending",
41+
"saocom:path": 203,
42+
"proj:epsg": null,
43+
"proj:shape": [
44+
8337,
45+
12886
46+
],
47+
"view:off_nadir": 32.0,
48+
"sar:instrument_mode": "SM",
49+
"sar:frequency_band": "L",
50+
"sar:polarizations": [
51+
"HH",
52+
"HV"
53+
],
54+
"sar:product_type": "GTC",
55+
"sar:observation_direction": "right",
56+
"sar:center_frequency": 12.75,
57+
"sar:pixel_spacing_range": 9.03987930490642,
58+
"sar:pixel_spacing_azimuth": 9.14447914243438,
59+
"sar:looks_equivalent_number": 3.0,
60+
"sar:resolution_range": 10.0,
61+
"sar:resolution_azimuth": 10.0,
62+
"processing:level": "L1D",
63+
"datetime": "2023-03-12T03:39:31.647Z",
64+
"created": "2023-03-12T06:46:42Z",
65+
"platform": "saocom-1a",
66+
"mission": "saocom-1",
67+
"instruments": [
68+
"sao1a"
69+
],
70+
"sensor_type": "radar",
71+
"gsd": 10.0,
72+
"title": "SAOCOM-1A SAO1A GTC HH/HV 2023-03-12 03:39:31",
73+
"providers": [
74+
{
75+
"name": "CONAE",
76+
"description": "The SAOCOM satellite series represents Argentina's approved polarimetric L-band SAR (Synthetic Aperture Radar) constellation of two spacecraft. The SAOCOM-1 mission is composed of two satellites (SAOCOM-1A and -1B) launched consecutively. The overall objective of SAOCOM is to provide an effective Earth observation and disaster monitoring capability.",
77+
"roles": [
78+
"producer",
79+
"processor",
80+
"licensor"
81+
],
82+
"url": "http://saocom.invap.com.ar"
83+
}
84+
]
85+
},
86+
"bbox": [
87+
43.1850852033387,
88+
-23.7618514367155,
89+
43.9413361787041,
90+
-22.7031446553536
91+
],
92+
"assets": {
93+
"metadata-hh": {
94+
"type": "application/xml",
95+
"roles": [
96+
"metadata"
97+
],
98+
"href": "data/Call932_EOL1DSARSAO1A6612997/Data/gtc-acqId0001535768-a-sm7-2303120651-hh-h.xml",
99+
"filename": "Data/gtc-acqId0001535768-a-sm7-2303120651-hh-h.xml",
100+
"file:size": 17916
101+
},
102+
"amplitude-hh": {
103+
"type": "image/tiff; application=geotiff",
104+
"roles": [
105+
"amplitude",
106+
"data"
107+
],
108+
"href": "data/Call932_EOL1DSARSAO1A6612997/Data/gtc-acqId0001535768-a-sm7-2303120651-hh-h",
109+
"filename": "Data/gtc-acqId0001535768-a-sm7-2303120651-hh-h",
110+
"file:size": 0,
111+
"sar:polarizations": [
112+
"HH"
113+
]
114+
},
115+
"metadata-hv": {
116+
"type": "application/xml",
117+
"roles": [
118+
"metadata"
119+
],
120+
"href": "data/Call932_EOL1DSARSAO1A6612997/Data/gtc-acqId0001535768-a-sm7-2303120651-hv-h.xml",
121+
"filename": "Data/gtc-acqId0001535768-a-sm7-2303120651-hv-h.xml",
122+
"file:size": 17917
123+
},
124+
"amplitude-hv": {
125+
"type": "image/tiff; application=geotiff",
126+
"roles": [
127+
"amplitude",
128+
"data"
129+
],
130+
"href": "data/Call932_EOL1DSARSAO1A6612997/Data/gtc-acqId0001535768-a-sm7-2303120651-hv-h",
131+
"filename": "Data/gtc-acqId0001535768-a-sm7-2303120651-hv-h",
132+
"file:size": 0,
133+
"sar:polarizations": [
134+
"HV"
135+
]
136+
},
137+
"overview": {
138+
"type": "image/png",
139+
"roles": [
140+
"overview"
141+
],
142+
"href": "data/Call932_EOL1DSARSAO1A6612997/Images/gtc-acqId0001535768-a-sm7-2303120651-h.png",
143+
"filename": "Images/gtc-acqId0001535768-a-sm7-2303120651-h.png",
144+
"file:size": 2271455
145+
}
146+
},
147+
"links": []
148+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
{
2+
"stac_version": "1.0.0",
3+
"stac_extensions": [
4+
"https://stac-extensions.github.io/processing/v1.0.0/schema.json",
5+
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
6+
"https://stac-extensions.github.io/sar/v1.0.0/schema.json",
7+
"https://stac-extensions.github.io/sat/v1.0.0/schema.json",
8+
"https://stac-extensions.github.io/view/v1.0.0/schema.json"
9+
],
10+
"type": "Feature",
11+
"id": "S1B_OPER_SAR_EOSSP__CORE_L1D_OLVF_20240320T055121",
12+
"geometry": {
13+
"type": "Polygon",
14+
"coordinates": [
15+
[
16+
[
17+
106.313184635296,
18+
48.8072524924538
19+
],
20+
[
21+
106.290090595131,
22+
47.9007341649435
23+
],
24+
[
25+
107.30513957326,
26+
47.884838391943
27+
],
28+
[
29+
107.346372702731,
30+
48.7908457067088
31+
],
32+
[
33+
106.313184635296,
34+
48.8072524924538
35+
]
36+
]
37+
]
38+
},
39+
"properties": {
40+
"sat:orbit_state": "ascending",
41+
"saocom:path": 149,
42+
"proj:epsg": null,
43+
"proj:shape": [
44+
8149,
45+
10986
46+
],
47+
"view:off_nadir": 32.0,
48+
"sar:instrument_mode": "SM",
49+
"sar:frequency_band": "L",
50+
"sar:polarizations": [
51+
"HH",
52+
"HV"
53+
],
54+
"sar:product_type": "GTC",
55+
"sar:observation_direction": "right",
56+
"sar:center_frequency": 12.75,
57+
"sar:pixel_spacing_range": 9.17422344240508,
58+
"sar:pixel_spacing_azimuth": 9.31551766752336,
59+
"sar:looks_equivalent_number": 3.0,
60+
"sar:resolution_range": 10.0,
61+
"sar:resolution_azimuth": 10.0,
62+
"processing:level": "L1D",
63+
"datetime": "2024-03-19T22:27:14.882Z",
64+
"created": "2024-03-20T06:27:44Z",
65+
"platform": "saocom-1b",
66+
"mission": "saocom-1",
67+
"instruments": [
68+
"sao1b"
69+
],
70+
"sensor_type": "radar",
71+
"gsd": 10.0,
72+
"title": "SAOCOM-1B SAO1B GTC HH/HV 2024-03-19 22:27:14",
73+
"providers": [
74+
{
75+
"name": "CONAE",
76+
"description": "The SAOCOM satellite series represents Argentina's approved polarimetric L-band SAR (Synthetic Aperture Radar) constellation of two spacecraft. The SAOCOM-1 mission is composed of two satellites (SAOCOM-1A and -1B) launched consecutively. The overall objective of SAOCOM is to provide an effective Earth observation and disaster monitoring capability.",
77+
"roles": [
78+
"producer",
79+
"processor",
80+
"licensor"
81+
],
82+
"url": "http://saocom.invap.com.ar"
83+
}
84+
]
85+
},
86+
"bbox": [
87+
106.290090595131,
88+
47.884838391943,
89+
107.346372702731,
90+
48.8072524924538
91+
],
92+
"assets": {
93+
"metadata-hh": {
94+
"type": "application/xml",
95+
"roles": [
96+
"metadata"
97+
],
98+
"href": "data/Call997_EOL1DSARSAO1B9141738/Data/gtc-acqId0000200734-b-sm2-2403200632-hh-h.xml",
99+
"filename": "Data/gtc-acqId0000200734-b-sm2-2403200632-hh-h.xml",
100+
"file:size": 13446
101+
},
102+
"amplitude-hh": {
103+
"type": "image/tiff; application=geotiff",
104+
"roles": [
105+
"amplitude",
106+
"data"
107+
],
108+
"href": "data/Call997_EOL1DSARSAO1B9141738/Data/gtc-acqId0000200734-b-sm2-2403200632-hh-h",
109+
"filename": "Data/gtc-acqId0000200734-b-sm2-2403200632-hh-h",
110+
"file:size": 0,
111+
"sar:polarizations": [
112+
"HH"
113+
]
114+
},
115+
"metadata-hv": {
116+
"type": "application/xml",
117+
"roles": [
118+
"metadata"
119+
],
120+
"href": "data/Call997_EOL1DSARSAO1B9141738/Data/gtc-acqId0000200734-b-sm2-2403200632-hv-h.xml",
121+
"filename": "Data/gtc-acqId0000200734-b-sm2-2403200632-hv-h.xml",
122+
"file:size": 13447
123+
},
124+
"amplitude-hv": {
125+
"type": "image/tiff; application=geotiff",
126+
"roles": [
127+
"amplitude",
128+
"data"
129+
],
130+
"href": "data/Call997_EOL1DSARSAO1B9141738/Data/gtc-acqId0000200734-b-sm2-2403200632-hv-h",
131+
"filename": "Data/gtc-acqId0000200734-b-sm2-2403200632-hv-h",
132+
"file:size": 0,
133+
"sar:polarizations": [
134+
"HV"
135+
]
136+
},
137+
"overview": {
138+
"type": "image/png",
139+
"roles": [
140+
"overview"
141+
],
142+
"href": "data/Call997_EOL1DSARSAO1B9141738/Images/gtc-acqId0000200734-b-sm2-2403200632-h.png",
143+
"filename": "Images/gtc-acqId0000200734-b-sm2-2403200632-h.png",
144+
"file:size": 3252586
145+
}
146+
},
147+
"links": []
148+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<AresysXmlDoc xmlns:at="aresysTypes">
3+
<NumberOfChannels>1</NumberOfChannels>
4+
<VersionNumber>2.1</VersionNumber>
5+
<Description>Aresys XML metadata file</Description>
6+
<Channel Number="1" Total="1">
7+
<RasterInfo>
8+
<FileName>ANT_DS7_AZ_0001</FileName>
9+
<Lines>401</Lines>
10+
<Samples>1</Samples>
11+
<HeaderOffsetBytes>0</HeaderOffsetBytes>
12+
<RowPrefixBytes>0</RowPrefixBytes>
13+
<ByteOrder>LITTLEENDIAN</ByteOrder>
14+
<CellType>FLOAT32</CellType>
15+
<LinesStep unit="deg">0.1</LinesStep>
16+
<SamplesStep unit="deg">0.000000</SamplesStep>
17+
<LinesStart unit="deg">-2.000000E+01</LinesStart>
18+
<SamplesStart unit="deg">1.050000E+01</SamplesStart>
19+
</RasterInfo>
20+
<AntennaInfo>
21+
<SensorName>SAOCOM-1A</SensorName>
22+
<AcquisitionMode>STRIPMAP</AcquisitionMode>
23+
<BeamName>DS7</BeamName>
24+
<Polarization>H/H</Polarization>
25+
</AntennaInfo>
26+
</Channel>
27+
</AresysXmlDoc>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<AresysXmlDoc xmlns:at="aresysTypes">
3+
<NumberOfChannels>1</NumberOfChannels>
4+
<VersionNumber>2.1</VersionNumber>
5+
<Description>Aresys XML metadata file</Description>
6+
<Channel Number="1" Total="1">
7+
<RasterInfo>
8+
<FileName>ANT_DS7_AZ_0002</FileName>
9+
<Lines>401</Lines>
10+
<Samples>1</Samples>
11+
<HeaderOffsetBytes>0</HeaderOffsetBytes>
12+
<RowPrefixBytes>0</RowPrefixBytes>
13+
<ByteOrder>LITTLEENDIAN</ByteOrder>
14+
<CellType>FLOAT32</CellType>
15+
<LinesStep unit="deg">0.1</LinesStep>
16+
<SamplesStep unit="deg">0.000000</SamplesStep>
17+
<LinesStart unit="deg">-2.000000E+01</LinesStart>
18+
<SamplesStart unit="deg">1.050000E+01</SamplesStart>
19+
</RasterInfo>
20+
<AntennaInfo>
21+
<SensorName>SAOCOM-1A</SensorName>
22+
<AcquisitionMode>STRIPMAP</AcquisitionMode>
23+
<BeamName>DS7</BeamName>
24+
<Polarization>H/V</Polarization>
25+
</AntennaInfo>
26+
</Channel>
27+
</AresysXmlDoc>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<AresysXmlDoc xmlns:at="aresysTypes">
3+
<NumberOfChannels>1</NumberOfChannels>
4+
<VersionNumber>2.1</VersionNumber>
5+
<Description>Aresys XML metadata file</Description>
6+
<Channel Number="1" Total="1">
7+
<RasterInfo>
8+
<FileName>ANT_DS7_AZ_0003</FileName>
9+
<Lines>401</Lines>
10+
<Samples>1</Samples>
11+
<HeaderOffsetBytes>0</HeaderOffsetBytes>
12+
<RowPrefixBytes>0</RowPrefixBytes>
13+
<ByteOrder>LITTLEENDIAN</ByteOrder>
14+
<CellType>FLOAT32</CellType>
15+
<LinesStep unit="deg">0.1</LinesStep>
16+
<SamplesStep unit="deg">0.000000</SamplesStep>
17+
<LinesStart unit="deg">-2.000000E+01</LinesStart>
18+
<SamplesStart unit="deg">1.050000E+01</SamplesStart>
19+
</RasterInfo>
20+
<AntennaInfo>
21+
<SensorName>SAOCOM-1A</SensorName>
22+
<AcquisitionMode>STRIPMAP</AcquisitionMode>
23+
<BeamName>DS7</BeamName>
24+
<Polarization>V/H</Polarization>
25+
</AntennaInfo>
26+
</Channel>
27+
</AresysXmlDoc>

0 commit comments

Comments
 (0)