From 06216a0513024f6d7eefe79ccff79176b94ff64a Mon Sep 17 00:00:00 2001 From: Lubomir Dolezal <lubomir.bucek@eox.at> Date: Wed, 9 Mar 2022 08:45:25 +0100 Subject: [PATCH] update SAR product types, removing "precomputed" band --- rgbnir_definition.json | 54 +++--------------------------------------- 1 file changed, 3 insertions(+), 51 deletions(-) diff --git a/rgbnir_definition.json b/rgbnir_definition.json index 5ab52ff..5ca1717 100644 --- a/rgbnir_definition.json +++ b/rgbnir_definition.json @@ -254,26 +254,10 @@ "allowed_value_ranges": [ [0, 65535] ] - }, - { - "definition": "http://www.opengis.net/def/property/OGC/0/Radiance", - "description": "Gray Channel", - "gdal_interpretation": "GrayBand", - "identifier": "gray", - "name": "gray", - "nil_values": [{ - "reason": "http://www.opengis.net/def/nil/OGC/0/unknown", - "value": 0 - }], - "uom": "W.m-2.Sr-1", - "significant_figures": 5, - "allowed_value_ranges": [ - [0, 65535] - ] } ], "data_type": "Uint16", - "name": "sar_hh_gray" + "name": "hh_uint16" }, { "bands": [{ "definition": "http://www.opengis.net/def/property/OGC/0/Radiance", @@ -306,26 +290,10 @@ "allowed_value_ranges": [ [0, 65535] ] - }, - { - "definition": "http://www.opengis.net/def/property/OGC/0/Radiance", - "description": "Gray Channel", - "gdal_interpretation": "GrayBand", - "identifier": "gray", - "name": "gray", - "nil_values": [{ - "reason": "http://www.opengis.net/def/nil/OGC/0/unknown", - "value": 0 - }], - "uom": "W.m-2.Sr-1", - "significant_figures": 5, - "allowed_value_ranges": [ - [0, 65535] - ] } ], "data_type": "Uint16", - "name": "sar_hh_vv_gray" + "name": "hh_vv_uint16" }, { "bands": [{ "definition": "http://www.opengis.net/def/property/OGC/0/Radiance", @@ -390,26 +358,10 @@ "allowed_value_ranges": [ [0, 65535] ] - }, - { - "definition": "http://www.opengis.net/def/property/OGC/0/Radiance", - "description": "Gray Channel", - "gdal_interpretation": "GrayBand", - "identifier": "gray", - "name": "gray", - "nil_values": [{ - "reason": "http://www.opengis.net/def/nil/OGC/0/unknown", - "value": 0 - }], - "uom": "W.m-2.Sr-1", - "significant_figures": 5, - "allowed_value_ranges": [ - [0, 65535] - ] } ], "data_type": "Uint16", - "name": "sar_hh_hv_vh_vv_gray" + "name": "hh_hv_vh_vv_unit16" }, { "bands": [{ "definition": "http://www.opengis.net/def/property/OGC/0/Radiance", -- GitLab