Skip to content

Commit

Permalink
Merge pull request #512 from GeoscienceAustralia/odc_query
Browse files Browse the repository at this point in the history
Prod odc_query release prep
  • Loading branch information
mergify[bot] authored Mar 24, 2020
2 parents d1b5892 + c228d65 commit 501dff4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prod/services/wms/ows/ows_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -6344,6 +6344,7 @@ def swap_scale(new_scale : list, style : dict):
For service status information, see https://status.dea.ga.gov.au""",
"product_name": "nidem",
"bands": bands_nidem,
"time_resolution": "year",
"resource_limits": reslim_nidem,
"flags": {
"band": "land",
Expand Down Expand Up @@ -6416,6 +6417,7 @@ def swap_scale(new_scale : list, style : dict):
"product_name": "high_tide_comp_20p",
"bands": bands_ls,
"resource_limits": reslim_landsat,
"time_resolution": "year",
"image_processing": {
"extent_mask_func": "datacube_ows.ogc_utils.mask_by_val",
"always_fetch_bands": [ ],
Expand Down Expand Up @@ -6459,6 +6461,7 @@ def swap_scale(new_scale : list, style : dict):
Observations are filtered to remove poor quality observations including cloud, cloud shadow and band saturation (of any band).
For service status information, see https://status.dea.ga.gov.au""",
"product_name": "low_tide_comp_20p",
"time_resolution": "year",
"bands": bands_ls,
"resource_limits": reslim_landsat,
"image_processing": {
Expand Down Expand Up @@ -6537,6 +6540,7 @@ def swap_scale(new_scale : list, style : dict):
"product_name": "item_v2",
"bands": bands_item,
"resource_limits": reslim_item,
"time_resolution": "year",
"image_processing": {
"extent_mask_func": "datacube_ows.ogc_utils.mask_by_val",
"always_fetch_bands": [ ],
Expand Down Expand Up @@ -6602,6 +6606,7 @@ def swap_scale(new_scale : list, style : dict):
"product_name": "item_v2_conf",
"bands": bands_item_conf,
"resource_limits": reslim_item,
"time_resolution": "year",
"image_processing": {
"extent_mask_func": "datacube_ows.ogc_utils.mask_by_val2",
"always_fetch_bands": [ ],
Expand Down

0 comments on commit 501dff4

Please sign in to comment.