Skip to content

Commit

Permalink
Merge branch 'release/2.25.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
floeschau committed Jan 10, 2025
2 parents 766ee5b + 257480a commit 198d053
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/Stars.Console/Terradue.Stars.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>
<Version>2.25.5</Version>
<Version>2.25.6</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Description>Stars is a CLI for working with Spatio Temporal Catalog such as STAC but not only</Description>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
6792,
3057
],
"view:incidence_angle": 2.31,
"view:sun_azimuth": 6.84,
"view:sun_elevation": 84.08,
"processing:level": "L1B",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
34087,
17123
],
"view:incidence_angle": 2.31,
"view:sun_azimuth": 6.8,
"view:sun_elevation": 84.08,
"processing:level": "L1B",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
6791,
3052
],
"view:incidence_angle": 2.31,
"view:sun_azimuth": 6.84,
"view:sun_elevation": 84.08,
"processing:level": "L1C",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
34082,
17110
],
"view:incidence_angle": 2.31,
"view:sun_azimuth": 6.8,
"view:sun_elevation": 84.08,
"processing:level": "L1C",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
4441,
2633
],
"view:incidence_angle": 1.65,
"view:sun_azimuth": 2.59,
"view:sun_elevation": 44.38,
"processing:level": "L1C",
Expand Down
2 changes: 1 addition & 1 deletion src/Stars.Data/Model/Metadata/Bka/BkaMetadataExtractor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private void AddProjViewExtension(BkaMetadata[] metadata, StacItem stacItem)
}
}
}
if (viewingAngleCount != 0) view.IncidenceAngle = viewingAngleSum / viewingAngleCount;
//if (viewingAngleCount != 0) view.IncidenceAngle = viewingAngleSum / viewingAngleCount;
if (sunAzimuthCount != 0) view.SunAzimuth = sunAzimuthSum / sunAzimuthCount;
if (sunElevationCount != 0) view.SunElevation = sunElevationSum / sunElevationCount;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Stars.Data/Terradue.Stars.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ProjectName>Terradue.Stars.Data</ProjectName>
<Title>Terradue.Stars.Data</Title>
<Description>Collection of data Plugins for Terradue.Stars</Description>
<Version>2.25.5</Version>
<Version>2.25.6</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<NoWarn>NU1603</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/Stars.Services/Terradue.Stars.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Title>Terradue.Stars</Title>
<Description>Stars is a set of services for working with Spatio Temporal Catalog such as STAC but not only</Description>
<Version>2.25.5</Version>
<Version>2.25.6</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<AssemblyName>Terradue.Stars.Services</AssemblyName>
Expand Down

0 comments on commit 198d053

Please sign in to comment.