File tree Expand file tree Collapse file tree
components/shared/scene-metadata Expand file tree Collapse file tree Original file line number Diff line number Diff line change 408408 {{ scene.metadata.stackSize }}
409409 </ li >
410410 }
411- @if (hasValue(scene.metadata.pgeVersion)) {
411+ @if (hasValue(scene.metadata.pgeVersion) && dataset?.id !== 'NISAR' ) {
412412 < li class ="detail-item-margin ">
413413 < b > {{ 'PGE_VERSION' | translate }} </ b > •
414414 {{ scene.metadata.pgeVersion }}
415415 </ li >
416416 }
417+ @if (hasValue(scene.metadata.nisar?.crid)) {
418+ < li class ="detail-item-margin ">
419+ < b > {{ 'CRID' | translate }} </ b > •
420+ {{ scene.metadata.nisar?.crid }}
421+ </ li >
422+ }
417423 @if (
418424 !!scene.metadata.opera && scene.metadata.productType !== 'TROPO-ZENITH'
419425 ) {
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ export interface NISARMetadata {
110110 jointObservation : string ;
111111 sideBandPolarization : string ;
112112 mainBandPolarization : string ;
113+ crid : string | null ;
113114 rangeBandwidth : string ;
114115 sizeMB ?: Record < string , { bytes : number ; format : string } > ;
115116}
You can’t perform that action at this time.
0 commit comments