Skip to content

Commit

Permalink
Changes to include Sentinel-1C (DATAAUTHOR-275)
Browse files Browse the repository at this point in the history
  • Loading branch information
floeschau committed Jan 31, 2025
1 parent d71d364 commit 73c26ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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 @@ -544,7 +544,7 @@ protected virtual IAsset[] GetMetadataAssets(IAssetsContainer container, IEnumer

protected virtual IAsset GetTopZipAsset(IItem item)
{
IAsset zipAsset = FindFirstAssetFromFileNameRegex(item, @"^(?!.*(S2A_|S2B_)).*\.zip$");
IAsset zipAsset = FindFirstAssetFromFileNameRegex(item, @"^(?!.*S2[ABC]_).*\.zip$");
return zipAsset;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,10 @@ public enum missionIdType {

/// <remarks/>
S1B,


/// <remarks/>
S1C,

/// <remarks/>
ASA,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ public enum missionIdType {
/// <remarks/>
S1B,

/// <remarks/>
S1C,

/// <remarks/>
ASA,
}
Expand Down

0 comments on commit 73c26ef

Please sign in to comment.