diff --git a/dev/services/wms/ows_refactored/baseline_satellite_data/landsat_annual/ows_landsat_annual_cfg.py b/dev/services/wms/ows_refactored/baseline_satellite_data/landsat_annual/ows_landsat_annual_cfg.py index 17bb8a86e..041e364e6 100644 --- a/dev/services/wms/ows_refactored/baseline_satellite_data/landsat_annual/ows_landsat_annual_cfg.py +++ b/dev/services/wms/ows_refactored/baseline_satellite_data/landsat_annual/ows_landsat_annual_cfg.py @@ -29,7 +29,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "ga_ls8c_nbart_gm_cyear_3", "bands": bands_c3_ls, - "time_resolution": "year", + "time_resolution": "summary", "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], @@ -61,7 +61,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "ga_ls7e_nbart_gm_cyear_3", "bands": bands_c3_ls, - "time_resolution": "year", + "time_resolution": "summary", "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], @@ -93,7 +93,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "ga_ls5t_nbart_gm_cyear_3", "bands": bands_c3_ls, - "time_resolution": "year", + "time_resolution": "summary", "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], diff --git a/dev/services/wms/ows_refactored/inland_water/tcw/ows_c3_tcp_cfg.py b/dev/services/wms/ows_refactored/inland_water/tcw/ows_c3_tcp_cfg.py index 4d39e48d7..2fa4b15fd 100644 --- a/dev/services/wms/ows_refactored/inland_water/tcw/ows_c3_tcp_cfg.py +++ b/dev/services/wms/ows_refactored/inland_water/tcw/ows_c3_tcp_cfg.py @@ -232,7 +232,7 @@ "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], - "time_resolution": "year", + "time_resolution": "summary", "image_processing": { "extent_mask_func": "datacube_ows.ogc_utils.mask_by_val", "always_fetch_bands": [], diff --git a/dev/services/wms/ows_refactored/inland_water/wofs/annual/ows_wofs_annual_cfg.py b/dev/services/wms/ows_refactored/inland_water/wofs/annual/ows_wofs_annual_cfg.py index 03d1db11d..810b2ad32 100644 --- a/dev/services/wms/ows_refactored/inland_water/wofs/annual/ows_wofs_annual_cfg.py +++ b/dev/services/wms/ows_refactored/inland_water/wofs/annual/ows_wofs_annual_cfg.py @@ -31,7 +31,7 @@ "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], - "time_resolution": "year", + "time_resolution": "summary", "image_processing": { "extent_mask_func": "datacube_ows.ogc_utils.mask_by_val", "always_fetch_bands": [], diff --git a/dev/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_apr_oct_cfg.py b/dev/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_apr_oct_cfg.py index 4c0434b78..a55aa2bbf 100644 --- a/dev/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_apr_oct_cfg.py +++ b/dev/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_apr_oct_cfg.py @@ -32,7 +32,7 @@ "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], - "time_resolution": "month", + "time_resolution": "summary", "flags": [ { "band": "land", diff --git a/dev/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_nov_mar_cfg.py b/dev/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_nov_mar_cfg.py index ca37901ff..6b5bd499b 100644 --- a/dev/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_nov_mar_cfg.py +++ b/dev/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_nov_mar_cfg.py @@ -30,7 +30,7 @@ "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], - "time_resolution": "month", + "time_resolution": "summary", "flags": [ { "band": "land", diff --git a/dev/services/wms/ows_refactored/land_and_vegetation/fc/ows_c3_fcp_cfg.py b/dev/services/wms/ows_refactored/land_and_vegetation/fc/ows_c3_fcp_cfg.py index 7724083bb..95dd826ad 100644 --- a/dev/services/wms/ows_refactored/land_and_vegetation/fc/ows_c3_fcp_cfg.py +++ b/dev/services/wms/ows_refactored/land_and_vegetation/fc/ows_c3_fcp_cfg.py @@ -22,7 +22,7 @@ "flags": fc_percentile_flags, "native_crs": "EPSG:3577", "native_resolution": [30, -30], - "time_resolution": "year", + "time_resolution": "summary", "image_processing": { "extent_mask_func": "datacube_ows.ogc_utils.mask_by_val", "always_fetch_bands": [], diff --git a/dev/services/wms/ows_refactored/land_and_vegetation/landcover/ows_c2_lc_cyear_cfg.py b/dev/services/wms/ows_refactored/land_and_vegetation/landcover/ows_c2_lc_cyear_cfg.py index e2646b129..b2cf367e8 100644 --- a/dev/services/wms/ows_refactored/land_and_vegetation/landcover/ows_c2_lc_cyear_cfg.py +++ b/dev/services/wms/ows_refactored/land_and_vegetation/landcover/ows_c2_lc_cyear_cfg.py @@ -281,7 +281,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "ga_ls_landcover_class_cyear_2", "bands": bands_landcover, - "time_resolution": "year", + "time_resolution": "summary", "resource_limits": reslim_for_lccs, "dynamic": True, "native_crs": "EPSG:3577", @@ -323,7 +323,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "ga_ls_landcover_class_cyear_2", "bands": bands_eds, - "time_resolution": "year", + "time_resolution": "summary", "resource_limits": reslim_for_lccs, "dynamic": True, "native_crs": "EPSG:3577", diff --git a/dev/services/wms/ows_refactored/land_and_vegetation/ows_barest_earth_cfg.py b/dev/services/wms/ows_refactored/land_and_vegetation/ows_barest_earth_cfg.py index 8f364c684..7d61cf660 100644 --- a/dev/services/wms/ows_refactored/land_and_vegetation/ows_barest_earth_cfg.py +++ b/dev/services/wms/ows_refactored/land_and_vegetation/ows_barest_earth_cfg.py @@ -44,7 +44,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "s2_barest_earth", "bands": bands_s2_barest_earth, - # "time_resolution": 'year', + "time_resolution": 'summary', "resource_limits": reslim_for_sentinel2, "native_crs": "EPSG:3577", "native_resolution": [10, -10], diff --git a/dev/services/wms/ows_refactored/land_and_vegetation/ows_c3_mangrove_cfg.py b/dev/services/wms/ows_refactored/land_and_vegetation/ows_c3_mangrove_cfg.py index e57452a97..f243a761c 100644 --- a/dev/services/wms/ows_refactored/land_and_vegetation/ows_c3_mangrove_cfg.py +++ b/dev/services/wms/ows_refactored/land_and_vegetation/ows_c3_mangrove_cfg.py @@ -62,7 +62,7 @@ "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], - "time_resolution": "year", + "time_resolution": "summary", "image_processing": { "extent_mask_func": "datacube_ows.ogc_utils.mask_by_val", }, diff --git a/dev/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_extents_cfg.py b/dev/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_extents_cfg.py index 5c999aaac..49e9cac48 100644 --- a/dev/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_extents_cfg.py +++ b/dev/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_extents_cfg.py @@ -199,7 +199,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "item_v2", - "time_resolution": "year", + "time_resolution": "summary", "bands": bands_item, "resource_limits": reslim_standard, "native_crs": "EPSG:3577", @@ -270,7 +270,7 @@ "product_name": "item_v2_conf", "bands": bands_item_conf, "resource_limits": reslim_standard, - "time_resolution": "year", + "time_resolution": "summary", "native_crs": "EPSG:3577", "native_resolution": [25, -25], "image_processing": { diff --git a/dev/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_national_cfg.py b/dev/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_national_cfg.py index 01758e5e7..49172cce4 100644 --- a/dev/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_national_cfg.py +++ b/dev/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_national_cfg.py @@ -92,7 +92,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "nidem", "bands": bands_nidem, - "time_resolution": "year", + "time_resolution": "summary", "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [25, -25], diff --git a/dev/services/wms/ows_refactored/sea_ocean_coast/ows_tide_cfg.py b/dev/services/wms/ows_refactored/sea_ocean_coast/ows_tide_cfg.py index 1d4d6d77f..3e55a2002 100644 --- a/dev/services/wms/ows_refactored/sea_ocean_coast/ows_tide_cfg.py +++ b/dev/services/wms/ows_refactored/sea_ocean_coast/ows_tide_cfg.py @@ -57,7 +57,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "high_tide_comp_20p", "bands": bands_ls, - "time_resolution": "year", + "time_resolution": "summary", "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [25, -25], @@ -101,7 +101,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "low_tide_comp_20p", - "time_resolution": "year", + "time_resolution": "summary", "bands": bands_ls, "resource_limits": reslim_standard, "native_crs": "EPSG:3577", diff --git a/prod/services/wms/ows_refactored/baseline_satellite_data/landsat_annual/ows_landsat_annual_cfg.py b/prod/services/wms/ows_refactored/baseline_satellite_data/landsat_annual/ows_landsat_annual_cfg.py index 2b7e52e1c..2eeadcd2e 100644 --- a/prod/services/wms/ows_refactored/baseline_satellite_data/landsat_annual/ows_landsat_annual_cfg.py +++ b/prod/services/wms/ows_refactored/baseline_satellite_data/landsat_annual/ows_landsat_annual_cfg.py @@ -30,7 +30,7 @@ """, "product_name": "ga_ls8c_nbart_gm_cyear_3", "bands": bands_c3_ls, - "time_resolution": "year", + "time_resolution": "summary", "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], @@ -63,7 +63,7 @@ """, "product_name": "ga_ls7e_nbart_gm_cyear_3", "bands": bands_c3_ls, - "time_resolution": "year", + "time_resolution": "summary", "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], @@ -96,7 +96,7 @@ """, "product_name": "ga_ls5t_nbart_gm_cyear_3", "bands": bands_c3_ls, - "time_resolution": "year", + "time_resolution": "summary", "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], diff --git a/prod/services/wms/ows_refactored/inland_water/tcw/ows_c3_tcp_cfg.py b/prod/services/wms/ows_refactored/inland_water/tcw/ows_c3_tcp_cfg.py index f09ca077e..fd691e87b 100644 --- a/prod/services/wms/ows_refactored/inland_water/tcw/ows_c3_tcp_cfg.py +++ b/prod/services/wms/ows_refactored/inland_water/tcw/ows_c3_tcp_cfg.py @@ -232,7 +232,7 @@ "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], - "time_resolution": "year", + "time_resolution": "summary", "image_processing": { "extent_mask_func": "datacube_ows.ogc_utils.mask_by_val", "always_fetch_bands": [], diff --git a/prod/services/wms/ows_refactored/inland_water/wofs/annual/ows_wofs_annual_cfg.py b/prod/services/wms/ows_refactored/inland_water/wofs/annual/ows_wofs_annual_cfg.py index cba0db641..938c2823f 100644 --- a/prod/services/wms/ows_refactored/inland_water/wofs/annual/ows_wofs_annual_cfg.py +++ b/prod/services/wms/ows_refactored/inland_water/wofs/annual/ows_wofs_annual_cfg.py @@ -32,7 +32,7 @@ "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], - "time_resolution": "year", + "time_resolution": "summary", "image_processing": { "extent_mask_func": "datacube_ows.ogc_utils.mask_by_val", "always_fetch_bands": [], diff --git a/prod/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_apr_oct_cfg.py b/prod/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_apr_oct_cfg.py index 4c0434b78..a55aa2bbf 100644 --- a/prod/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_apr_oct_cfg.py +++ b/prod/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_apr_oct_cfg.py @@ -32,7 +32,7 @@ "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], - "time_resolution": "month", + "time_resolution": "summary", "flags": [ { "band": "land", diff --git a/prod/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_nov_mar_cfg.py b/prod/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_nov_mar_cfg.py index b215e4596..f67cc0a18 100644 --- a/prod/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_nov_mar_cfg.py +++ b/prod/services/wms/ows_refactored/inland_water/wofs/seasonal/ows_wofs_nov_mar_cfg.py @@ -32,7 +32,7 @@ "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], - "time_resolution": "month", + "time_resolution": "summary", "flags": [ { "band": "land", diff --git a/prod/services/wms/ows_refactored/land_and_vegetation/fc/ows_c3_fcp_cfg.py b/prod/services/wms/ows_refactored/land_and_vegetation/fc/ows_c3_fcp_cfg.py index 7724083bb..95dd826ad 100644 --- a/prod/services/wms/ows_refactored/land_and_vegetation/fc/ows_c3_fcp_cfg.py +++ b/prod/services/wms/ows_refactored/land_and_vegetation/fc/ows_c3_fcp_cfg.py @@ -22,7 +22,7 @@ "flags": fc_percentile_flags, "native_crs": "EPSG:3577", "native_resolution": [30, -30], - "time_resolution": "year", + "time_resolution": "summary", "image_processing": { "extent_mask_func": "datacube_ows.ogc_utils.mask_by_val", "always_fetch_bands": [], diff --git a/prod/services/wms/ows_refactored/land_and_vegetation/landcover/ows_c2_lc_cyear_cfg.py b/prod/services/wms/ows_refactored/land_and_vegetation/landcover/ows_c2_lc_cyear_cfg.py index 83ab63c34..535bae327 100644 --- a/prod/services/wms/ows_refactored/land_and_vegetation/landcover/ows_c2_lc_cyear_cfg.py +++ b/prod/services/wms/ows_refactored/land_and_vegetation/landcover/ows_c2_lc_cyear_cfg.py @@ -281,7 +281,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "ga_ls_landcover_class_cyear_2", "bands": bands_landcover, - "time_resolution": "year", + "time_resolution": "summary", "resource_limits": reslim_for_lccs, "native_crs": "EPSG:3577", "native_resolution": [25, -25], @@ -322,7 +322,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "ga_ls_landcover_class_cyear_2", "bands": bands_eds, - "time_resolution": "year", + "time_resolution": "summary", "resource_limits": reslim_for_lccs, "native_crs": "EPSG:3577", "native_resolution": [25, -25], diff --git a/prod/services/wms/ows_refactored/land_and_vegetation/ows_barest_earth_cfg.py b/prod/services/wms/ows_refactored/land_and_vegetation/ows_barest_earth_cfg.py index 8f364c684..7d61cf660 100644 --- a/prod/services/wms/ows_refactored/land_and_vegetation/ows_barest_earth_cfg.py +++ b/prod/services/wms/ows_refactored/land_and_vegetation/ows_barest_earth_cfg.py @@ -44,7 +44,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "s2_barest_earth", "bands": bands_s2_barest_earth, - # "time_resolution": 'year', + "time_resolution": 'summary', "resource_limits": reslim_for_sentinel2, "native_crs": "EPSG:3577", "native_resolution": [10, -10], diff --git a/prod/services/wms/ows_refactored/land_and_vegetation/ows_c3_mangrove_cfg.py b/prod/services/wms/ows_refactored/land_and_vegetation/ows_c3_mangrove_cfg.py index e57452a97..f243a761c 100644 --- a/prod/services/wms/ows_refactored/land_and_vegetation/ows_c3_mangrove_cfg.py +++ b/prod/services/wms/ows_refactored/land_and_vegetation/ows_c3_mangrove_cfg.py @@ -62,7 +62,7 @@ "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [30, -30], - "time_resolution": "year", + "time_resolution": "summary", "image_processing": { "extent_mask_func": "datacube_ows.ogc_utils.mask_by_val", }, diff --git a/prod/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_extents_cfg.py b/prod/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_extents_cfg.py index 47694dc96..952cecedb 100644 --- a/prod/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_extents_cfg.py +++ b/prod/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_extents_cfg.py @@ -200,7 +200,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "item_v2", - "time_resolution": "year", + "time_resolution": "summary", "bands": bands_item, "resource_limits": reslim_standard, "native_crs": "EPSG:3577", @@ -271,7 +271,7 @@ "product_name": "item_v2_conf", "bands": bands_item_conf, "resource_limits": reslim_standard, - "time_resolution": "year", + "time_resolution": "summary", "native_crs": "EPSG:3577", "native_resolution": [25, -25], "image_processing": { diff --git a/prod/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_national_cfg.py b/prod/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_national_cfg.py index 74784dd73..1391bbe09 100644 --- a/prod/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_national_cfg.py +++ b/prod/services/wms/ows_refactored/sea_ocean_coast/intertidal/ows_national_cfg.py @@ -113,7 +113,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "nidem", "bands": bands_nidem, - "time_resolution": "year", + "time_resolution": "summary", "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [25, -25], diff --git a/prod/services/wms/ows_refactored/sea_ocean_coast/ows_tide_cfg.py b/prod/services/wms/ows_refactored/sea_ocean_coast/ows_tide_cfg.py index 5e91e7bb5..81216d741 100644 --- a/prod/services/wms/ows_refactored/sea_ocean_coast/ows_tide_cfg.py +++ b/prod/services/wms/ows_refactored/sea_ocean_coast/ows_tide_cfg.py @@ -56,7 +56,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "high_tide_comp_20p", "bands": bands_ls, - "time_resolution": "year", + "time_resolution": "summary", "resource_limits": reslim_standard, "native_crs": "EPSG:3577", "native_resolution": [25, -25], @@ -100,7 +100,7 @@ For service status information, see https://status.dea.ga.gov.au""", "product_name": "low_tide_comp_20p", - "time_resolution": "year", + "time_resolution": "summary", "bands": bands_ls, "resource_limits": reslim_standard, "native_crs": "EPSG:3577",