Skip to content

Commit

Permalink
Merge pull request #500 from GeoscienceAustralia/fix-nrt
Browse files Browse the repository at this point in the history
Fix nrt
  • Loading branch information
pindge authored Jan 30, 2020
2 parents 2ebd771 + dbc3408 commit a092fa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev/services/wms/ows/ows_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -5965,7 +5965,7 @@ def swap_scale(new_scale : list, style : dict):
For service status information, see https://status.dea.ga.gov.au
""",
"product_name": "s2a_nrt_granule",
"product_name": "s2b_nrt_granule",
"bands": bands_sentinel2,
"resource_limits": reslim_s2,
"dynamic": True,
Expand Down Expand Up @@ -6010,7 +6010,7 @@ def swap_scale(new_scale : list, style : dict):
For service status information, see https://status.dea.ga.gov.au
""",
"product_name": "s2b_nrt_granule",
"product_name": "s2a_nrt_granule",
"bands": bands_sentinel2,
"resource_limits": reslim_s2,
"dynamic": True,
Expand Down
4 changes: 2 additions & 2 deletions prod/services/wms/ows/ows_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -5655,7 +5655,7 @@ def swap_scale(new_scale : list, style : dict):
For service status information, see https://status.dea.ga.gov.au
""",
"product_name": "s2a_nrt_granule",
"product_name": "s2b_nrt_granule",
"bands": bands_sentinel2,
"resource_limits": reslim_s2,
"image_processing": {
Expand Down Expand Up @@ -5700,7 +5700,7 @@ def swap_scale(new_scale : list, style : dict):
For service status information, see https://status.dea.ga.gov.au
""",
"product_name": "s2b_nrt_granule",
"product_name": "s2a_nrt_granule",
"bands": bands_sentinel2,
"resource_limits": reslim_s2,
"image_processing": {
Expand Down

0 comments on commit a092fa3

Please sign in to comment.