From 4dc59fa1c5144f3b8e93b2334b89715308838711 Mon Sep 17 00:00:00 2001 From: Lubomir Dolezal <lubomir.bucek@eox.at> Date: Wed, 9 Mar 2022 09:36:27 +0100 Subject: [PATCH] remove stacked sar types, separate hh vv vh hv --- rgbnir_definition.json | 60 ++++++------------------------------------ 1 file changed, 8 insertions(+), 52 deletions(-) diff --git a/rgbnir_definition.json b/rgbnir_definition.json index 5ca1717..7961694 100644 --- a/rgbnir_definition.json +++ b/rgbnir_definition.json @@ -260,22 +260,6 @@ "name": "hh_uint16" }, { "bands": [{ - "definition": "http://www.opengis.net/def/property/OGC/0/Radiance", - "description": "Gray Channel", - "gdal_interpretation": "GrayBand", - "identifier": "hh", - "name": "hh", - "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] - ] - }, - { "definition": "http://www.opengis.net/def/property/OGC/0/Radiance", "description": "Gray Channel", "gdal_interpretation": "GrayBand", @@ -293,25 +277,9 @@ } ], "data_type": "Uint16", - "name": "hh_vv_uint16" + "name": "vv_uint16" }, { "bands": [{ - "definition": "http://www.opengis.net/def/property/OGC/0/Radiance", - "description": "Gray Channel", - "gdal_interpretation": "GrayBand", - "identifier": "hh", - "name": "hh", - "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] - ] - }, - { "definition": "http://www.opengis.net/def/property/OGC/0/Radiance", "description": "Gray Channel", "gdal_interpretation": "GrayBand", @@ -326,8 +294,12 @@ "allowed_value_ranges": [ [0, 65535] ] - }, - { + } + ], + "data_type": "Uint16", + "name": "hv_unit16" + }, { + "bands": [{ "definition": "http://www.opengis.net/def/property/OGC/0/Radiance", "description": "Gray Channel", "gdal_interpretation": "GrayBand", @@ -342,26 +314,10 @@ "allowed_value_ranges": [ [0, 65535] ] - }, - { - "definition": "http://www.opengis.net/def/property/OGC/0/Radiance", - "description": "Gray Channel", - "gdal_interpretation": "GrayBand", - "identifier": "vv", - "name": "vv", - "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": "hh_hv_vh_vv_unit16" + "name": "vh_unit16" }, { "bands": [{ "definition": "http://www.opengis.net/def/property/OGC/0/Radiance", -- GitLab