Skip to content

Commit

Permalink
Merge pull request #529 from nasa/harmony-1478
Browse files Browse the repository at this point in the history
HARMONY-1478: Make sure config matches service record metadata
  • Loading branch information
vinnyinverso authored Feb 7, 2024
2 parents 1749942 + 40d5140 commit da3128b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .nsprc
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"1092972": {
"active": true,
"notes": "Ignored since there is no fix",
"expiry": "2024-02-01"
"expiry": "2024-08-01"
},
"1095019": {
"active": true,
"notes": "Will fix in HARMONY-1648",
"expiry": "2024-02-01"
"expiry": "2024-08-01"
},
"1095102": {
"active": true,
"notes": "Will fix in HARMONY-1650",
"expiry": "2024-02-01"
"expiry": "2024-08-01"
}
}
4 changes: 4 additions & 0 deletions config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ https://cmr.earthdata.nasa.gov:
umm_s: S2153799015-POCLOUD
capabilities:
concatenation: true
concatenate_by_default: true
subsetting:
bbox: false
variable: false
Expand Down Expand Up @@ -169,6 +170,7 @@ https://cmr.earthdata.nasa.gov:
umm_s: S2800188133-POCLOUD
capabilities:
concatenation: true
concatenate_by_default: true
subsetting:
temporal: true
bbox: true
Expand Down Expand Up @@ -519,6 +521,7 @@ https://cmr.uat.earthdata.nasa.gov:
umm_s: S1242328818-POCLOUD
capabilities:
concatenation: true
concatenate_by_default: true
subsetting:
bbox: false
variable: false
Expand Down Expand Up @@ -557,6 +560,7 @@ https://cmr.uat.earthdata.nasa.gov:
umm_s: S1261068840-POCLOUD
capabilities:
concatenation: true
concatenate_by_default: true
subsetting:
temporal: true
bbox: true
Expand Down

0 comments on commit da3128b

Please sign in to comment.