From f025f513d0cbf0c5230e32ebaeba3824f0efb653 Mon Sep 17 00:00:00 2001 From: Heidi Kristenson Date: Tue, 9 Jan 2024 10:34:41 -0900 Subject: [PATCH] add test config for Svalbard HH service --- .../opera/config/rtc_hh_test_svalbard.json | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 image_services/opera/config/rtc_hh_test_svalbard.json diff --git a/image_services/opera/config/rtc_hh_test_svalbard.json b/image_services/opera/config/rtc_hh_test_svalbard.json new file mode 100644 index 00000000..b24a7c2a --- /dev/null +++ b/image_services/opera/config/rtc_hh_test_svalbard.json @@ -0,0 +1,41 @@ +{ + "project_name": "OPERA", + "raster_store": "/home/arcgis/raster_store/", + "bucket": "hyp3-testing", + "overview_path": "/vsis3/gis-service-overviews/overviews/", + "s3_prefix": "opera-rtc-image-service-prototype/HH", + "s3_suffix": "_HH.tif", + "dataset_name": "OPERA_L2_RTC_S1_V1_HH", + "raster_function_templates": [ + "Sentinel1_RTC_Power.rft.xml", + "Sentinel1_RTC_Amplitude.rft.xml", + "Sentinel1_RTC_dB.rft.xml", + "Sentinel1_RTC_dB_Stretch.rft.xml" + ], + "default_raster_function_template": "Sentinel1_RTC_dB_Stretch.rft.xml", + "service_folder": "OPERA", + "service_name": "OPERA_L2_RTC_S1_V1_HH", + "service_definition_overrides": { + "Type": "esriServiceDefinitionType_Replacement", + "Configurations/SVCConfiguration/Definition/Description": "OPERA Level-2 Radiometric Terrain Corrected (RTC) products in HH polarization generated from Sentinel-1 SAR imagery, processed by OPERA (JPL).", + "Configurations/SVCConfiguration/Definition/ConfigurationProperties/PropertyArray/PropertySetProperty[Key='description']/Value": "OPERA Level-2 Radiometric Terrain Corrected (RTC) products in HH polarization generated from Sentinel-1 SAR imagery, processed by OPERA (JPL). Values for the HH polarization are commonly driven by surface roughness and/or soil moisture, with rougher surfaces and higher soil moisture returning higher backscatter values. Surface water appears very dark under calm conditions, as the signal bounces off the surface away from the sensor.", + "Configurations/SVCConfiguration/Definition/ConfigurationProperties/PropertyArray/PropertySetProperty[Key='copyright']/Value": "OPERA Level-2 Radiometric Terrain Corrected products from Sentinel-1. Contains modified Copernicus Sentinel data, processed by ESA.", + "Configurations/SVCConfiguration/Definition/ConfigurationProperties/PropertyArray/PropertySetProperty[Key='idleTimeout']/Value": "3600", + "Configurations/SVCConfiguration/Definition/ConfigurationProperties/PropertyArray/PropertySetProperty[Key='minInstances']/Value": "1", + "Configurations/SVCConfiguration/Definition/ConfigurationProperties/PropertyArray/PropertySetProperty[Key='maxInstances']/Value": "9", + "Configurations/SVCConfiguration/Definition/ConfigurationProperties/PropertyArray/PropertySetProperty[Key='usageTimeout']/Value": "1200", + "Configurations/SVCConfiguration/Definition/ConfigurationProperties/PropertyArray/PropertySetProperty[Key='waitTimeout']/Value": "120", + "Configurations/SVCConfiguration/Definition/Props/PropertyArray/PropertySetProperty[Key='IdleTimeout']/Value": "3600", + "Configurations/SVCConfiguration/Definition/Props/PropertyArray/PropertySetProperty[Key='keepAliveInterval']/Value": "600", + "Configurations/SVCConfiguration/Definition/Props/PropertyArray/PropertySetProperty[Key='MinInstances']/Value": "1", + "Configurations/SVCConfiguration/Definition/Props/PropertyArray/PropertySetProperty[Key='MaxInstances']/Value": "9", + "Configurations/SVCConfiguration/Definition/Props/PropertyArray/PropertySetProperty[Key='UsageTimeout']/Value": "1200", + "Configurations/SVCConfiguration/Definition/Props/PropertyArray/PropertySetProperty[Key='WaitTimeout']/Value": "120", + "ItemInfo/Title": "OPERA RTC HH", + "ItemInfo/Credits": "OPERA Level-2 Radiometric Terrain Corrected products from Sentinel-1. Contains modified Copernicus Sentinel data, processed by ESA.", + "ItemInfo/Description": "OPERA Level-2 Radiometric Terrain Corrected (RTC) products in HH polarization generated from Sentinel-1 SAR imagery, processed by OPERA (JPL). Values for the HH polarization are commonly driven by surface roughness and/or soil moisture, with rougher surfaces and higher soil moisture returning higher backscatter values. Surface water appears very dark under calm conditions, as the signal bounces off the surface away from the sensor.", + "ItemInfo/Snippet": "OPERA Level-2 Radiometric Terrain Corrected (RTC) products in HH polarization generated from Sentinel-1 SAR imagery, processed by OPERA (JPL).", + "Configurations/SVCConfiguration/Definition/Extensions/SVCExtension[TypeName='WMSServer']/Props/PropertyArray/PropertySetProperty[Key='title']/Value": "OPERA_RTC_HH_WMS", + "Configurations/SVCConfiguration/Definition/Extensions/SVCExtension[TypeName='WMSServer']/Props/PropertyArray/PropertySetProperty[Key='abstract']/Value": "WMS service for Radiometric Terrain Corrected (RTC) products in HH polarization generated from Sentinel-1 SAR imagery, processed by OPERA (JPL)." + } +}