From 06ab792113420c64c3196bcc58835a81db563215 Mon Sep 17 00:00:00 2001 From: "pin.jin@ga.gov.au" Date: Fri, 20 Nov 2020 01:43:53 +0000 Subject: [PATCH] correct ows product --- prod/services/wms/ows/ows_cfg.py | 38 +++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 10 deletions(-) diff --git a/prod/services/wms/ows/ows_cfg.py b/prod/services/wms/ows/ows_cfg.py index 3069aeaa6..6a20d33a3 100644 --- a/prod/services/wms/ows/ows_cfg.py +++ b/prod/services/wms/ows/ows_cfg.py @@ -222,6 +222,22 @@ "Band_1": [], } +bands_sentinel2_ard_nbar = { + "nbar_coastal_aerosol": ["nbar_coastal_aerosol", "coastal_aerosol", "nbart_coastal_aerosol", + "nbart_narrow_blue", "nbar_narrow_blue" + "narrow_blue"], + "nbar_blue": ["nbar_blue", "blue", "nbart_blue"], + "nbar_green": ["nbar_green", "green", "nbart_green"], + "nbar_red": ["nbar_red", "red", "nbart_red"], + "nbar_red_edge_1": ["nbar_red_edge_1", "red_edge_1", "nbart_red_edge_1"], + "nbar_red_edge_2": ["nbar_red_edge_2", "red_edge_2", "nbart_red_edge_2"], + "nbar_red_edge_3": ["nbar_red_edge_3", "red_edge_3", "nbart_red_edge_3"], + "nbar_nir_1": ["nbar_nir_1", "nir", "nir_1", "nbart_nir_1"], + "nbar_nir_2": ["nbar_nir_2", "nir2", "nbart_nir_2"], + "nbar_swir_2": ["nbar_swir_2", "swir_2", "nbart_swir_2"], + "nbar_swir_3": ["nbar_swir_3", "swir_3", "nbart_swir_3"], +} + # InSAR Displacements / Velocity insar_disp_bands = { "ew": [], @@ -6328,12 +6344,14 @@ def swap_scale(new_scale : list, style : dict): "abstract": """ This is a definitive archive of daily Sentinel-2 data. This is processed using correct ancillary data to provide a more accurate product than the Near Real Time. The Surface Reflectance product has been corrected to account for variations caused by atmospheric properties, sun position and sensor view angle at time of image capture. These corrections have been applied to all satellite imagery in the Sentinel-2 archive. - The Normalised Difference Chlorophyll Index (NDCI) is based on the method of Mishra & Mishra 2012, and adapted to bands on the Sentinel-2A & B sensors. + The index indicates levels of chlorophyll-a (chl-a) concentrations in complex turbid productive waters such as those encountered in many inland water bodies. The index has not been validated in Australian waters, and there are a range of environmental conditions that may have an effect on the accuracy of the derived index values in this test implementation, including: + - Influence on the remote sensing signal from nearby land and/or atmospheric effects - Optically shallow water - Cloud cover + Mishra, S., Mishra, D.R., 2012. Normalized difference chlorophyll index: A novel model for remote estimation of chlorophyll-a concentration in turbid productive waters. Remote Sensing of Environment, Remote Sensing of Urban Environments 117, 394–406. https://doi.org/10.1016/j.rse.2011.10.016 For more information see http://pid.geoscience.gov.au/dataset/ga/129684 @@ -6341,8 +6359,8 @@ def swap_scale(new_scale : list, style : dict): For service status information, see https://status.dea.ga.gov.au """, "multi_product": True, - "product_names": [ "s2a_ard_granule", "s2b_ard_granule" ], - "bands": bands_sentinel2, + "product_names": [ "ga_s2a_ard_nbar_granule", "ga_s2b_ard_nbar_granule" ], + "bands": bands_sentinel2_ard_nbar, "resource_limits": reslim_s2_ard, "dynamic": True, "image_processing": { @@ -6353,7 +6371,7 @@ def swap_scale(new_scale : list, style : dict): "wcs": { "native_crs": "EPSG:3577", "native_resolution": [ 10.0, 10.0 ], - "default_bands": [ "nbart_red", "nbart_green", "nbart_blue" ] + "default_bands": [ "nbar_red", "nbar_green", "nbar_blue" ] }, "styling": { "default_style": "simple_rgb", @@ -6375,8 +6393,8 @@ def swap_scale(new_scale : list, style : dict): "abstract": """ This is a definitive archive of daily Sentinel-2 data. This is processed using correct ancillary data to provide a more accurate product than the Near Real Time. The Surface Reflectance product has been corrected to account for variations caused by atmospheric properties, sun position and sensor view angle at time of image capture. These corrections have been applied to all satellite imagery in the Sentinel-2 archive. For more information see http://pid.geoscience.gov.au/dataset/ga/129684 The Normalised Difference Chlorophyll Index (NDCI) is based on the method of Mishra & Mishra 2012, and adapted to bands on the Sentinel-2A & B sensors. The index indicates levels of chlorophyll-a (chl-a) concentrations in complex turbid productive waters such as those encountered in many inland water bodies. The index has not been validated in Australian waters, and there are a range of environmental conditions that may have an effect on the accuracy of the derived index values in this test implementation, including: - Influence on the remote sensing signal from nearby land and/or atmospheric effects - Optically shallow water - Cloud cover Mishra, S., Mishra, D.R., 2012. Normalized difference chlorophyll index: A novel model for remote estimation of chlorophyll-a concentration in turbid productive waters. Remote Sensing of Environment, Remote Sensing of Urban Environments 117, 394–406. https://doi.org/10.1016/j.rse.2011.10.016 For service status information, see https://status.dea.ga.gov.au """, - "product_name": "s2b_ard_granule", - "bands": bands_sentinel2, + "product_name": "ga_s2b_ard_nbar_granule", + "bands": bands_sentinel2_ard_nbar, "resource_limits": reslim_s2_ard, "dynamic": True, "image_processing": { @@ -6387,7 +6405,7 @@ def swap_scale(new_scale : list, style : dict): "wcs": { "native_crs": "EPSG:3577", "native_resolution": [ 10.0, 10.0 ], - "default_bands": [ "nbart_red", "nbart_green", "nbart_blue" ] + "default_bands": [ "nbar_red", "nbar_green", "nbar_blue" ] }, "styling": { "default_style": "simple_rgb", @@ -6409,8 +6427,8 @@ def swap_scale(new_scale : list, style : dict): "abstract": """ This is a definitive archive of daily Sentinel-2 data. This is processed using correct ancillary data to provide a more accurate product than the Near Real Time. The Surface Reflectance product has been corrected to account for variations caused by atmospheric properties, sun position and sensor view angle at time of image capture. These corrections have been applied to all satellite imagery in the Sentinel-2 archive. For more information see http://pid.geoscience.gov.au/dataset/ga/129684 The Normalised Difference Chlorophyll Index (NDCI) is based on the method of Mishra & Mishra 2012, and adapted to bands on the Sentinel-2A & B sensors. The index indicates levels of chlorophyll-a (chl-a) concentrations in complex turbid productive waters such as those encountered in many inland water bodies. The index has not been validated in Australian waters, and there are a range of environmental conditions that may have an effect on the accuracy of the derived index values in this test implementation, including: - Influence on the remote sensing signal from nearby land and/or atmospheric effects - Optically shallow water - Cloud cover Mishra, S., Mishra, D.R., 2012. Normalized difference chlorophyll index: A novel model for remote estimation of chlorophyll-a concentration in turbid productive waters. Remote Sensing of Environment, Remote Sensing of Urban Environments 117, 394–406. https://doi.org/10.1016/j.rse.2011.10.016 For service status information, see https://status.dea.ga.gov.au """, - "product_name": "s2a_ard_granule", - "bands": bands_sentinel2, + "product_name": "ga_s2a_ard_nbar_granule", + "bands": bands_sentinel2_ard_nbar, "resource_limits": reslim_s2_ard, "dynamic": True, "image_processing": { @@ -6421,7 +6439,7 @@ def swap_scale(new_scale : list, style : dict): "wcs": { "native_crs": "EPSG:3577", "native_resolution": [ 10.0, 10.0 ], - "default_bands": [ "nbart_red", "nbart_green", "nbart_blue" ] + "default_bands": [ "nbar_red", "nbar_green", "nbar_blue" ] }, "styling": { "default_style": "simple_rgb",