Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #1824

Merged
merged 5 commits into from
Nov 10, 2023
Merged

Release #1824

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export class SceneFilesComponent implements OnInit, OnDestroy, AfterContentInit
processinglevel : scene.metadata.productType + '-STATIC',
start: scene.metadata.stopDate === null ? '' : moment.utc( scene.metadata.stopDate ).format(),
operaburstid: scene.metadata?.opera?.operaBurstID,
collections: models.opera_s1.apiValue.collections,
dataset: models.opera_s1.apiValue.dataset,
};
return this.asfApiService.query<any[]>(queryParams).pipe(
map(products => products.length > 0 ? this.productService.fromResponse(products).slice(0, 1) : [])
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/datasets/airsar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const airsar = {
Props.MISSION_NAME,
Props.FARADAY_ROTATION,
],
apiValue: { platform: 'AIRSAR' },
apiValue: { dataset: 'AIRSAR' },
date: {
start: new Date('1990/03/02 00:00:00 UTC'),
end: new Date('2004/12/03 23:59:59 UTC')
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/datasets/alos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const alos = {
Props.STACK_SIZE,
Props.BASELINE_TOOL,
],
apiValue: { platform: 'ALOS', instrument: 'PALSAR' },
apiValue: { dataset: 'ALOS PALSAR' },
date: {
start: new Date('2006/05/16 03:36:51 UTC'),
end: new Date('2011/04/21 20:23:36 UTC')
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/datasets/avnir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const avnir = {
Props.ABSOLUTE_ORBIT,
Props.POINTING_ANGLE,
],
apiValue: { platform: 'ALOS', instrument: 'AVNIR-2' },
apiValue: { dataset: 'ALOS AVNIR-2' },
date: {
start: new Date('2006/05/16 03:36:51 UTC'),
end: new Date('2011/04/21 20:23:36 UTC')
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/datasets/beta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const beta = {
Props.MISSION_NAME,
Props.ABSOLUTE_ORBIT,
],
apiValue: { asfplatform: 'SENTINEL-1 INTERFEROGRAM (BETA)' },
apiValue: { dataset: 'ARIA S1 GUNW' },
date: { start: new Date(2014, 3, 25) },
infoUrl: 'https://asf.alaska.edu/data-sets/derived-data-sets/sentinel-1-interferograms/',
citationUrl: 'https://asf.alaska.edu/data-sets/derived-data-sets/sentinel-1-interferograms/#citation',
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/datasets/ers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const ers = {
Props.BASELINE_TOOL,
Props.SUBTYPE,
],
apiValue: { platform: 'ERS' },
apiValue: { dataset: 'ERS' },
date: {
start: new Date('1991/08/08 03:18:11 UTC'),
end: new Date('2011/07/03 00:23:48 UTC')
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/datasets/jers_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const jers_1 = {
Props.ABSOLUTE_ORBIT,
Props.BASELINE_TOOL,
],
apiValue: { platform: 'JERS-1' },
apiValue: { dataset: 'JERS-1' },
date: {
start: new Date('1992/05/20 18:16:38 UTC'),
end: new Date('1998/10/10 00:57:08 UTC')
Expand Down
3 changes: 1 addition & 2 deletions src/app/models/datasets/opera_s1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export const opera_s1 = {
Props.ABSOLUTE_ORBIT
],
apiValue: {
collections:
"C1259974840-ASF,C1259976861-ASF,C1259981910-ASF,C1259982010-ASF,C1259975087-ASFDEV,C1259976862-ASFDEV,C1259983643-ASFDEV,C1259983645-ASFDEV,C2777443834-ASF,C2777436413-ASF" },
dataset: 'OPERA-S1' },
date: { start: new Date('2014/06/15 03:44:43 UTC') },
infoUrl: 'https://asf.alaska.edu/datasets/daac/opera/',
citationUrl: 'https://asf.alaska.edu/datasets/daac/opera/',
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/datasets/radarsat_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const radarsat_1 = {
Props.ABSOLUTE_ORBIT,
Props.BASELINE_TOOL,
],
apiValue: { platform: 'RADARSAT-1' },
apiValue: { dataset: 'RADARSAT-1' },
date: {
start: new Date('1996/02/01 03:19:17 UTC'),
end: new Date('2008/05/02 22:05:26 UTC')
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/datasets/seasat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const seasat = {
Props.POLARIZATION,
Props.ABSOLUTE_ORBIT,
],
apiValue: { platform: 'SEASAT' },
apiValue: { dataset: 'SEASAT' },
date: {
start: new Date('1978/07/04 12:06:00 UTC'),
end: new Date('1978/10/10 01:29:10 UTC')
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/datasets/sentinel-1-burst.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const sentinel_1_bursts = {
Props.BASELINE_TOOL,
Props.SUBTYPE,
],
apiValue: { platform: 'SENTINEL-1', instrument: 'C-SAR', processingLevel: 'BURST' },
apiValue: { dataset: 'SLC-BURST' },
date: { start: new Date('2014/06/15 03:44:43 UTC') },
infoUrl: 'https://sentinels.copernicus.eu/web/sentinel/user-guides/sentinel-1-sar/acquisition-modes/interferometric-wide-swath',
citationUrl: 'https://asf.alaska.edu/data-sets/sar-data-sets/sentinel-1/sentinel-1-how-to-cite/',
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/datasets/sentinel-1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const sentinel_1 = {
Props.BASELINE_TOOL,
Props.SUBTYPE,
],
apiValue: { platform: 'SENTINEL-1', instrument: 'C-SAR' },
apiValue: { dataset: 'SENTINEL-1' },
date: { start: new Date('2014/06/15 03:44:43 UTC') },
infoUrl: 'https://www.asf.alaska.edu/sar-data-sets/sentinel-1/',
citationUrl: 'https://asf.alaska.edu/data-sets/sar-data-sets/sentinel-1/sentinel-1-how-to-cite/',
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/datasets/sirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const sirc = {
Props.ABSOLUTE_ORBIT,
Props.SUBTYPE,
],
apiValue: { platform: 'SIR-C' },
apiValue: { dataset: 'SIR-C' },
date: {
start: new Date('1994/04/09 11:05:00 UTC'),
end: new Date('1994/10/11 17:02:09 UTC')
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/datasets/smap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const smap = {
Props.FLIGHT_DIRECTION,
Props.ABSOLUTE_ORBIT,
],
apiValue: { platform: 'SMAP' },
apiValue: { dataset: 'SMAP' },
date: { start: new Date('2015/04/13 17:57:07 UTC') },
infoUrl: 'https://www.asf.alaska.edu/sar-data-sets/soil-moisture-active-passive-smap-mission/',
frequency: 'L-Band',
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/datasets/uavsar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const uavsar = {
Props.POLARIZATION,
Props.MISSION_NAME,
],
apiValue: { platform: 'UAVSAR' },
apiValue: { dataset: 'UAVSAR' },
date: { start: new Date('2008/04/28 21:10:16 UTC') },
infoUrl: 'https://asf.alaska.edu/data-sets/sar-data-sets/uavsar/',
citationUrl: 'https://asf.alaska.edu/data-sets/sar-data-sets/uavsar/#uavsar_cite',
Expand Down