From deb1ff3f6cc2154cdea3dcfdd2ba3552af0a407b Mon Sep 17 00:00:00 2001 From: marujore Date: Fri, 11 Oct 2024 14:48:34 -0300 Subject: [PATCH 01/10] cbers4_wfi_l4_dn --- cbers4_wfi_l4_dn.json | 203 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 cbers4_wfi_l4_dn.json diff --git a/cbers4_wfi_l4_dn.json b/cbers4_wfi_l4_dn.json new file mode 100644 index 0000000..e4bbce9 --- /dev/null +++ b/cbers4_wfi_l4_dn.json @@ -0,0 +1,203 @@ +{ + "id": null, + "name": "CB4-WFI-L4-DN", + "title": "CBERS-4/WFI - Level-4-DN", + "description": "CBERS4/WFI Digital Number product over Brazil. L4 product provides orthorectified images.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L4", + "processing:level": "L4", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-4", + "wfi", + "level-4", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND15", + "BAND16", + "BAND13" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND13", + "common_name": "blue", + "description": "BAND13 blue band from 0.45 to 0.52 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 64, + "resolution_y": 64, + "resolution_unit": "Meter", + "center_wavelength": 0.485, + "full_width_half_max": 0.07 + }, + { + "name": "BAND14", + "common_name": "green", + "description": "BAND14 green band from 0.52 to 0.59 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 64, + "resolution_y": 64, + "resolution_unit": "Meter", + "center_wavelength": 0.555, + "full_width_half_max": 0.07 + }, + { + "name": "BAND15", + "common_name": "red", + "description": "BAND15 red band from 0.63 to 0.69 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 64, + "resolution_y": 64, + "resolution_unit": "Meter", + "center_wavelength": 0.66, + "full_width_half_max": 0.06 + }, + { + "name": "BAND16", + "common_name": "nir", + "description": "B16 nir band from 0.77 to 0.89 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 64, + "resolution_y": 64, + "resolution_unit": "Meter", + "center_wavelength": 0.83, + "full_width_half_max": 0.12 + } + ], + "summaries": { + "platform": [ + "cbers-4" + ], + "constellation": [ + "cbers-4" + ], + "instruments": [ + "wfi" + ], + "gsd": [ + 64 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND13": { + "title": "Band blue", + "type": "image/tiff; application=geotiff", + "roles": [ + "data" + ] + }, + "BAND14": { + "title": "Band green", + "type": "image/tiff; application=geotiff", + "roles": [ + "data" + ] + }, + "BAND15": { + "title": "Band red", + "type": "image/tiff; application=geotiff", + "roles": [ + "data" + ] + }, + "BAND16": { + "title": "Band nir", + "type": "image/tiff; application=geotiff", + "roles": [ + "data" + ] + }, + "BAND13_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "BAND14_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "BAND15_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "BAND16_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND15", + "green": "BAND16", + "blue": "BAND13" + }, + "roles": [ + "thumbnail" + ] + } + } +} \ No newline at end of file From c63edadb32dfa1de517f4b4e160c84aa10135346 Mon Sep 17 00:00:00 2001 From: marujore Date: Fri, 11 Oct 2024 14:58:04 -0300 Subject: [PATCH 02/10] cbers4_wfi_l2_dn --- cbers4_wfi_l2_dn.json | 203 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 cbers4_wfi_l2_dn.json diff --git a/cbers4_wfi_l2_dn.json b/cbers4_wfi_l2_dn.json new file mode 100644 index 0000000..d2b3280 --- /dev/null +++ b/cbers4_wfi_l2_dn.json @@ -0,0 +1,203 @@ +{ + "id": null, + "name": "CB4-WFI-L2-DN", + "title": "CBERS-4/WFI - Level-2-DN", + "description": "CBERS4/WFI Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2", + "processing:level": "L2", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-4", + "wfi", + "level-4", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND15", + "BAND16", + "BAND13" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND13", + "common_name": "blue", + "description": "BAND13 blue band from 0.45 to 0.52 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 64, + "resolution_y": 64, + "resolution_unit": "Meter", + "center_wavelength": 0.485, + "full_width_half_max": 0.07 + }, + { + "name": "BAND14", + "common_name": "green", + "description": "BAND14 green band from 0.52 to 0.59 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 64, + "resolution_y": 64, + "resolution_unit": "Meter", + "center_wavelength": 0.555, + "full_width_half_max": 0.07 + }, + { + "name": "BAND15", + "common_name": "red", + "description": "BAND15 red band from 0.63 to 0.69 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 64, + "resolution_y": 64, + "resolution_unit": "Meter", + "center_wavelength": 0.66, + "full_width_half_max": 0.06 + }, + { + "name": "BAND16", + "common_name": "nir", + "description": "B16 nir band from 0.77 to 0.89 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 64, + "resolution_y": 64, + "resolution_unit": "Meter", + "center_wavelength": 0.83, + "full_width_half_max": 0.12 + } + ], + "summaries": { + "platform": [ + "cbers-4" + ], + "constellation": [ + "cbers-4" + ], + "instruments": [ + "wfi" + ], + "gsd": [ + 64 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND13": { + "title": "Band blue", + "type": "image/tiff; application=geotiff", + "roles": [ + "data" + ] + }, + "BAND14": { + "title": "Band green", + "type": "image/tiff; application=geotiff", + "roles": [ + "data" + ] + }, + "BAND15": { + "title": "Band red", + "type": "image/tiff; application=geotiff", + "roles": [ + "data" + ] + }, + "BAND16": { + "title": "Band nir", + "type": "image/tiff; application=geotiff", + "roles": [ + "data" + ] + }, + "BAND13_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "BAND14_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "BAND15_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "BAND16_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND15", + "green": "BAND16", + "blue": "BAND13" + }, + "roles": [ + "thumbnail" + ] + } + } +} \ No newline at end of file From 29ebf29a8caab84b8f03a2b36647c9b6590354e0 Mon Sep 17 00:00:00 2001 From: marujore Date: Fri, 11 Oct 2024 15:18:27 -0300 Subject: [PATCH 03/10] cbers4_wfi_l2_dn --- cbers4_wfi_l2_dn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbers4_wfi_l2_dn.json b/cbers4_wfi_l2_dn.json index d2b3280..436eb59 100644 --- a/cbers4_wfi_l2_dn.json +++ b/cbers4_wfi_l2_dn.json @@ -35,7 +35,7 @@ "cbers", "cbers-4", "wfi", - "level-4", + "level-2", "digital number", "earth observation", "brazil" From ff20d2cfdb07d0ad9f2c4d6a177a0728a4de6e7c Mon Sep 17 00:00:00 2001 From: marujore Date: Fri, 11 Oct 2024 15:28:44 -0300 Subject: [PATCH 04/10] cb4a-wfi-l4-dn --- cb4a-wfi-l4-dn.json | 230 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 230 insertions(+) create mode 100644 cb4a-wfi-l4-dn.json diff --git a/cb4a-wfi-l4-dn.json b/cb4a-wfi-l4-dn.json new file mode 100644 index 0000000..53abeb4 --- /dev/null +++ b/cb4a-wfi-l4-dn.json @@ -0,0 +1,230 @@ +{ + "id": null, + "name": "CB4A-WFI-L4-DN", + "title": "CBERS-4A/WFI - Level-4-DN", + "description": "CBERS-4A/WFI Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L4 in Cloud Optimized GeoTIFF", + "processing:level": "L4 DN", + "processing:facility": "LGI", + "processing:software": { + "bdc-collection-builder": "1.0", + "rio-cogeo": "3.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-4a", + "wfi", + "level-4", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND13", + "BAND14", + "BAND15" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND13", + "common_name": "blue", + "description": "BAND13 blue band from 0.45 to 0.52 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 55, + "resolution_y": 55, + "resolution_unit": "Meter", + "center_wavelength": 0.485, + "full_width_half_max": 0.07 + }, + { + "name": "BAND14", + "common_name": "green", + "description": "BAND14 green band from 0.52 to 0.59 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 55, + "resolution_y": 55, + "resolution_unit": "Meter", + "center_wavelength": 0.555, + "full_width_half_max": 0.07 + }, + { + "name": "BAND15", + "common_name": "red", + "description": "BAND15 red band from 0.63 to 0.69 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 55, + "resolution_y": 55, + "resolution_unit": "Meter", + "center_wavelength": 0.66, + "full_width_half_max": 0.06 + }, + { + "name": "BAND16", + "common_name": "nir", + "description": "B16 nir band from 0.77 to 0.89 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 55, + "resolution_y": 55, + "resolution_unit": "Meter", + "center_wavelength": 0.83, + "full_width_half_max": 0.12 + } + ], + "summaries": { + "platform": [ + "cbers-4A" + ], + "constellation": [ + "cbers-4A" + ], + "instruments": [ + "wfi" + ], + "gsd": [ + 55 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND13": { + "title": "Band blue", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data" + ] + }, + "BAND14": { + "title": "Band green", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data" + ] + }, + "BAND15": { + "title": "Band red", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data" + ] + }, + "BAND16": { + "title": "Band nir", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data" + ] + }, + "BAND13_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "BAND14_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "BAND15_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "BAND16_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND13", + "green": "BAND14", + "blue": "BAND15" + }, + "roles": [ + "thumbnail" + ] + } + }, + "properties": { + "sources": [ + "http://www.inpe.br" + ], + "bdc:visual": { + "rgb": [ + "BAND13", + "BAND14", + "BAND15" + ], + "rescale": [ + [ + 0, + 3000 + ], + [ + 0, + 3000 + ], + [ + 0, + 3000 + ] + ] + } + } +} \ No newline at end of file From 07f7a72759add21d710a37f6ab6735c88e3de1fa Mon Sep 17 00:00:00 2001 From: marujore Date: Fri, 11 Oct 2024 15:53:12 -0300 Subject: [PATCH 05/10] CB4 & CB4A WFI --- cbers4_wfi_l2_dn.json => cb4-wfi-l2_dn.json | 2 +- cbers4_wfi_l4_dn.json => cb4-wfi-l4-dn.json | 2 +- cb4a-wfi-l2-dn.json | 230 ++++++++++++++++++++ cb4a-wfi-l4-dn.json | 2 +- 4 files changed, 233 insertions(+), 3 deletions(-) rename cbers4_wfi_l2_dn.json => cb4-wfi-l2_dn.json (98%) rename cbers4_wfi_l4_dn.json => cb4-wfi-l4-dn.json (98%) create mode 100644 cb4a-wfi-l2-dn.json diff --git a/cbers4_wfi_l2_dn.json b/cb4-wfi-l2_dn.json similarity index 98% rename from cbers4_wfi_l2_dn.json rename to cb4-wfi-l2_dn.json index 436eb59..ebfc9d5 100644 --- a/cbers4_wfi_l2_dn.json +++ b/cb4-wfi-l2_dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4-WFI-L2-DN", "title": "CBERS-4/WFI - Level-2-DN", - "description": "CBERS4/WFI Digital Number product over Brazil.", + "description": "CBERS4/WFI Level-2 Digital Number product over Brazil.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, diff --git a/cbers4_wfi_l4_dn.json b/cb4-wfi-l4-dn.json similarity index 98% rename from cbers4_wfi_l4_dn.json rename to cb4-wfi-l4-dn.json index e4bbce9..25fb394 100644 --- a/cbers4_wfi_l4_dn.json +++ b/cb4-wfi-l4-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4-WFI-L4-DN", "title": "CBERS-4/WFI - Level-4-DN", - "description": "CBERS4/WFI Digital Number product over Brazil. L4 product provides orthorectified images.", + "description": "CBERS4/WFI Level-4 Digital Number product over Brazil.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, diff --git a/cb4a-wfi-l2-dn.json b/cb4a-wfi-l2-dn.json new file mode 100644 index 0000000..85c26b1 --- /dev/null +++ b/cb4a-wfi-l2-dn.json @@ -0,0 +1,230 @@ +{ + "id": null, + "name": "CB4A-WFI-L2-DN", + "title": "CBERS-4A/WFI - Level-2-DN", + "description": "CBERS-4A/WFI Level-2 Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2 in Cloud Optimized GeoTIFF", + "processing:level": "L2 DN", + "processing:facility": "LGI", + "processing:software": { + "bdc-collection-builder": "1.0", + "rio-cogeo": "3.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-4a", + "wfi", + "level-2", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND13", + "BAND14", + "BAND15" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND13", + "common_name": "blue", + "description": "BAND13 blue band from 0.45 to 0.52 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 55, + "resolution_y": 55, + "resolution_unit": "Meter", + "center_wavelength": 0.485, + "full_width_half_max": 0.07 + }, + { + "name": "BAND14", + "common_name": "green", + "description": "BAND14 green band from 0.52 to 0.59 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 55, + "resolution_y": 55, + "resolution_unit": "Meter", + "center_wavelength": 0.555, + "full_width_half_max": 0.07 + }, + { + "name": "BAND15", + "common_name": "red", + "description": "BAND15 red band from 0.63 to 0.69 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 55, + "resolution_y": 55, + "resolution_unit": "Meter", + "center_wavelength": 0.66, + "full_width_half_max": 0.06 + }, + { + "name": "BAND16", + "common_name": "nir", + "description": "B16 nir band from 0.77 to 0.89 micrometers", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 55, + "resolution_y": 55, + "resolution_unit": "Meter", + "center_wavelength": 0.83, + "full_width_half_max": 0.12 + } + ], + "summaries": { + "platform": [ + "cbers-4A" + ], + "constellation": [ + "cbers-4A" + ], + "instruments": [ + "wfi" + ], + "gsd": [ + 55 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND13": { + "title": "Band blue", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data" + ] + }, + "BAND14": { + "title": "Band green", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data" + ] + }, + "BAND15": { + "title": "Band red", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data" + ] + }, + "BAND16": { + "title": "Band nir", + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data" + ] + }, + "BAND13_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "BAND14_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "BAND15_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "BAND16_xml": { + "type": "application/xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND13", + "green": "BAND14", + "blue": "BAND15" + }, + "roles": [ + "thumbnail" + ] + } + }, + "properties": { + "sources": [ + "http://www.inpe.br" + ], + "bdc:visual": { + "rgb": [ + "BAND13", + "BAND14", + "BAND15" + ], + "rescale": [ + [ + 0, + 3000 + ], + [ + 0, + 3000 + ], + [ + 0, + 3000 + ] + ] + } + } +} \ No newline at end of file diff --git a/cb4a-wfi-l4-dn.json b/cb4a-wfi-l4-dn.json index 53abeb4..451a3ce 100644 --- a/cb4a-wfi-l4-dn.json +++ b/cb4a-wfi-l4-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4A-WFI-L4-DN", "title": "CBERS-4A/WFI - Level-4-DN", - "description": "CBERS-4A/WFI Digital Number product over Brazil.", + "description": "CBERS-4A/WFI Level-4 Digital Number product over Brazil.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, From 45ecbd02bcd38d773da41f18670629e4cb65cd4e Mon Sep 17 00:00:00 2001 From: marujore Date: Tue, 15 Oct 2024 11:14:17 -0300 Subject: [PATCH 06/10] CBERS DN Metadata --- cb2b-ccd-l2-dn.json | 237 ++++++++++++++++++++++++++++++++++++++++++ cb2b-hrc-l2-dn.json | 117 +++++++++++++++++++++ cb2b-wfi-l2-dn.json | 147 ++++++++++++++++++++++++++ cb4-mux-l2-dn.json | 207 ++++++++++++++++++++++++++++++++++++ cb4-mux-l4-dn.json | 207 ++++++++++++++++++++++++++++++++++++ cb4-pan10m-l2-dn.json | 177 +++++++++++++++++++++++++++++++ cb4-pan10m-l4-dn.json | 177 +++++++++++++++++++++++++++++++ cb4-pan5m-l2-dn.json | 117 +++++++++++++++++++++ cb4-pan5m-l4-dn.json | 117 +++++++++++++++++++++ cb4-wfi-l2_dn.json | 2 +- cb4-wfi-l4-dn.json | 2 +- cb4a-mux-l2-dn.json | 207 ++++++++++++++++++++++++++++++++++++ cb4a-mux-l4-dn.json | 207 ++++++++++++++++++++++++++++++++++++ cb4a-wfi-l2-dn.json | 5 +- cb4a-wfi-l4-dn.json | 5 +- cb4a-wpm-l2-dn.json | 237 ++++++++++++++++++++++++++++++++++++++++++ cb4a-wpm-l4-dn.json | 237 ++++++++++++++++++++++++++++++++++++++++++ 17 files changed, 2397 insertions(+), 8 deletions(-) create mode 100644 cb2b-ccd-l2-dn.json create mode 100644 cb2b-hrc-l2-dn.json create mode 100644 cb2b-wfi-l2-dn.json create mode 100644 cb4-mux-l2-dn.json create mode 100644 cb4-mux-l4-dn.json create mode 100644 cb4-pan10m-l2-dn.json create mode 100644 cb4-pan10m-l4-dn.json create mode 100644 cb4-pan5m-l2-dn.json create mode 100644 cb4-pan5m-l4-dn.json create mode 100644 cb4a-mux-l2-dn.json create mode 100644 cb4a-mux-l4-dn.json create mode 100644 cb4a-wpm-l2-dn.json create mode 100644 cb4a-wpm-l4-dn.json diff --git a/cb2b-ccd-l2-dn.json b/cb2b-ccd-l2-dn.json new file mode 100644 index 0000000..1745bb1 --- /dev/null +++ b/cb2b-ccd-l2-dn.json @@ -0,0 +1,237 @@ +{ + "id": null, + "name": "CB2B-CCD-L2-DN", + "title": "CBERS-2B/CCD - Level-2-DN", + "description": "CBERS-2B/CCD - Level-2 Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2", + "processing:level": "L2 DN", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-2b", + "ccd", + "level-2", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND1", + "BAND2", + "BAND3" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND1", + "common_name": "blue", + "description": "CCD - BAND1 - blue", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 20, + "resolution_y": 20, + "resolution_unit": "Meter", + "center_wavelength": 0.485, + "full_width_half_max": 0.07 + }, + { + "name": "BAND2", + "common_name": "green", + "description": "CCD - BAND2 - green", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 20, + "resolution_y": 20, + "resolution_unit": "Meter", + "center_wavelength": 0.555, + "full_width_half_max": 0.07 + }, + { + "name": "BAND3", + "common_name": "red", + "description": "CCD - BAND3 - red", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 20, + "resolution_y": 20, + "resolution_unit": "Meter", + "center_wavelength": 0.66, + "full_width_half_max": 0.06 + }, + { + "name": "BAND4", + "common_name": "nir", + "description": "CCD - BAND4 - nir", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 20, + "resolution_y": 20, + "resolution_unit": "Meter", + "center_wavelength": 0.83, + "full_width_half_max": 0.12 + }, + { + "name": "BAND5", + "common_name": "pan", + "description": "CCD - BAND5 - pan", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 20, + "resolution_y": 20, + "resolution_unit": "Meter", + "center_wavelength": 0.62, + "full_width_half_max": 0.22 + } + ], + "summaries": { + "platform": [ + "cbers-2B" + ], + "constellation": [ + "cbers-2" + ], + "instruments": [ + "ccd" + ], + "gsd": [ + 20 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND1": { + "type": "image/tiff; application=geotiff", + "title": "BAND1 blue", + "roles": [ + "data" + ] + }, + "BAND2": { + "type": "image/tiff; application=geotiff", + "title": "BAND2 green", + "roles": [ + "data" + ] + }, + "BAND3": { + "type": "image/tiff; application=geotiff", + "title": "BAND3 red", + "roles": [ + "data" + ] + }, + "BAND4": { + "type": "image/tiff; application=geotiff", + "title": "BAND4 nir", + "roles": [ + "data" + ] + }, + "BAND5": { + "type": "image/tiff; application=geotiff", + "title": "BAND5 pan", + "roles": [ + "data" + ] + }, + "BAND1_xml": { + "type": "application/xml", + "title": "BAND1 xml", + "roles": [ + "metadata" + ] + }, + "BAND2_xml": { + "type": "application/xml", + "title": "BAND2 xml", + "roles": [ + "metadata" + ] + }, + "BAND3_xml": { + "type": "application/xml", + "title": "BAND3 xml", + "roles": [ + "metadata" + ] + }, + "BAND4_xml": { + "type": "application/xml", + "title": "BAND4 xml", + "roles": [ + "metadata" + ] + }, + "BAND5_xml": { + "type": "application/xml", + "title": "BAND5 xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND1", + "green": "BAND2", + "blue": "BAND3" + }, + "roles": [ + "thumbnail" + ] + } + } +} diff --git a/cb2b-hrc-l2-dn.json b/cb2b-hrc-l2-dn.json new file mode 100644 index 0000000..82a68b1 --- /dev/null +++ b/cb2b-hrc-l2-dn.json @@ -0,0 +1,117 @@ +{ + "id": null, + "name": "CB2B-HRC-L2-DN", + "title": "CBERS-2B/HRC - Level-2-DN", + "description": "CBERS-2B/HRC - Level-2 Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2", + "processing:level": "L2 DN", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-2b", + "hrc", + "level-2", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND1", + "BAND1", + "BAND1" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND1", + "common_name": "pan", + "description": "HRC - BAND1 - pan", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 2.7, + "resolution_y": 2.7, + "resolution_unit": "Meter", + "center_wavelength": 0.65, + "full_width_half_max": 0.3 + } + ], + "summaries": { + "platform": [ + "cbers-2B" + ], + "constellation": [ + "cbers-2" + ], + "instruments": [ + "hrc" + ], + "gsd": [ + 2.7 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND1": { + "type": "image/tiff; application=geotiff", + "title": "BAND1 pan", + "roles": [ + "data" + ] + }, + "BAND1_xml": { + "type": "application/xml", + "title": "BAND1 xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND1", + "green": "BAND1", + "blue": "BAND1" + }, + "roles": [ + "thumbnail" + ] + } + } +} diff --git a/cb2b-wfi-l2-dn.json b/cb2b-wfi-l2-dn.json new file mode 100644 index 0000000..e60a9aa --- /dev/null +++ b/cb2b-wfi-l2-dn.json @@ -0,0 +1,147 @@ +{ + "id": null, + "name": "CB2B-WFI-L2-DN", + "title": "CBERS-2B/WFI - Level-2-DN", + "description": "CBERS-2B/WFI - Level-2 Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2", + "processing:level": "L2 DN", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-2b", + "wfi", + "level-2", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND1", + "BAND2", + "BAND1" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND1", + "common_name": "red", + "description": "WFI - B3 - red", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 260, + "resolution_y": 260, + "resolution_unit": "Meter", + "center_wavelength": 0.66, + "full_width_half_max": 0.06 + }, + { + "name": "BAND2", + "common_name": "nir", + "description": "WFI - B4 - nir", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 260, + "resolution_y": 260, + "resolution_unit": "Meter", + "center_wavelength": 0.83, + "full_width_half_max": 0.12 + } + ], + "summaries": { + "platform": [ + "cbers-2B" + ], + "constellation": [ + "cbers-2" + ], + "instruments": [ + "wfi" + ], + "gsd": [ + 260 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND1": { + "type": "image/tiff; application=geotiff", + "title": "BAND1 red", + "roles": [ + "data" + ] + }, + "BAND2": { + "type": "image/tiff; application=geotiff", + "title": "BAND2 nir", + "roles": [ + "data" + ] + }, + "BAND1_xml": { + "type": "application/xml", + "title": "BAND1 xml", + "roles": [ + "metadata" + ] + }, + "BAND2_xml": { + "type": "application/xml", + "title": "BAND2 xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND1", + "green": "BAND2", + "blue": "BAND1" + }, + "roles": [ + "thumbnail" + ] + } + } +} diff --git a/cb4-mux-l2-dn.json b/cb4-mux-l2-dn.json new file mode 100644 index 0000000..bd92525 --- /dev/null +++ b/cb4-mux-l2-dn.json @@ -0,0 +1,207 @@ +{ + "id": null, + "name": "CB4-MUX-L2-DN", + "title": "CBERS-4/MUX - Level-2-DN", + "description": "CBERS-4/MUX - Level-2 Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2", + "processing:level": "L2 DN", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-4", + "mux", + "level-2", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND5", + "BAND6", + "BAND7" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND5", + "common_name": "blue", + "description": "MUX - B5 - blue", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 20, + "resolution_y": 20, + "resolution_unit": "Meter", + "center_wavelength": 0.485, + "full_width_half_max": 0.07 + }, + { + "name": "BAND6", + "common_name": "green", + "description": "MUX - BAND6 - green", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 20, + "resolution_y": 20, + "resolution_unit": "Meter", + "center_wavelength": 0.555, + "full_width_half_max": 0.07 + }, + { + "name": "BAND7", + "common_name": "red", + "description": "MUX - BAND7 - red", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 20, + "resolution_y": 20, + "resolution_unit": "Meter", + "center_wavelength": 0.66, + "full_width_half_max": 0.06 + }, + { + "name": "BAND8", + "common_name": "nir", + "description": "MUX - BAND8 - nir", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 20, + "resolution_y": 20, + "resolution_unit": "Meter", + "center_wavelength": 0.83, + "full_width_half_max": 0.12 + } + ], + "summaries": { + "platform": [ + "cbers-4" + ], + "constellation": [ + "cbers-4" + ], + "instruments": [ + "mux" + ], + "gsd": [ + 20 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND5": { + "type": "image/tiff; application=geotiff", + "title": "BAND5 blue", + "roles": [ + "data" + ] + }, + "BAND6": { + "type": "image/tiff; application=geotiff", + "title": "BAND6 green", + "roles": [ + "data" + ] + }, + "BAND7": { + "type": "image/tiff; application=geotiff", + "title": "BAND7 red", + "roles": [ + "data" + ] + }, + "BAND8": { + "type": "image/tiff; application=geotiff", + "title": "BAND8 nir", + "roles": [ + "data" + ] + }, + "BAND5_xml": { + "type": "application/xml", + "title": "BAND5 xml", + "roles": [ + "metadata" + ] + }, + "BAND6_xml": { + "type": "application/xml", + "title": "BAND6 xml", + "roles": [ + "metadata" + ] + }, + "BAND7_xml": { + "type": "application/xml", + "title": "BAND7 xml", + "roles": [ + "metadata" + ] + }, + "BAND8_xml": { + "type": "application/xml", + "title": "BAND8 xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND5", + "green": "BAND6", + "blue": "BAND7" + }, + "roles": [ + "thumbnail" + ] + } + } +} \ No newline at end of file diff --git a/cb4-mux-l4-dn.json b/cb4-mux-l4-dn.json new file mode 100644 index 0000000..7936178 --- /dev/null +++ b/cb4-mux-l4-dn.json @@ -0,0 +1,207 @@ +{ + "id": null, + "name": "CB4-MUX-L4-DN", + "title": "CBERS-4/MUX Level-4-DN", + "description": "CBERS-4/MUX Level-4 Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2", + "processing:level": "L2 DN", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-4", + "mux", + "level-4", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND5", + "BAND6", + "BAND7" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND5", + "common_name": "blue", + "description": "MUX - BAND5 - blue", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 20, + "resolution_y": 20, + "resolution_unit": "Meter", + "center_wavelength": 0.485, + "full_width_half_max": 0.07 + }, + { + "name": "BAND6", + "common_name": "green", + "description": "MUX - BAND6 - green", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 20, + "resolution_y": 20, + "resolution_unit": "Meter", + "center_wavelength": 0.555, + "full_width_half_max": 0.07 + }, + { + "name": "BAND7", + "common_name": "red", + "description": "MUX - BAND7 - red", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 20, + "resolution_y": 20, + "resolution_unit": "Meter", + "center_wavelength": 0.66, + "full_width_half_max": 0.06 + }, + { + "name": "BAND8", + "common_name": "nir", + "description": "MUX - BAND8 - nir", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 20, + "resolution_y": 20, + "resolution_unit": "Meter", + "center_wavelength": 0.83, + "full_width_half_max": 0.12 + } + ], + "summaries": { + "platform": [ + "cbers-4" + ], + "constellation": [ + "cbers-4" + ], + "instruments": [ + "mux" + ], + "gsd": [ + 20 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND5": { + "type": "image/tiff; application=geotiff", + "title": "BAND5 blue", + "roles": [ + "data" + ] + }, + "BAND6": { + "type": "image/tiff; application=geotiff", + "title": "BAND6 green", + "roles": [ + "data" + ] + }, + "BAND7": { + "type": "image/tiff; application=geotiff", + "title": "BAND7 red", + "roles": [ + "data" + ] + }, + "BAND8": { + "type": "image/tiff; application=geotiff", + "title": "BAND8 nir", + "roles": [ + "data" + ] + }, + "BAND5_xml": { + "type": "application/xml", + "title": "BAND5 xml", + "roles": [ + "metadata" + ] + }, + "BAND6_xml": { + "type": "application/xml", + "title": "BAND6 xml", + "roles": [ + "metadata" + ] + }, + "BAND7_xml": { + "type": "application/xml", + "title": "BAND7 xml", + "roles": [ + "metadata" + ] + }, + "BAND8_xml": { + "type": "application/xml", + "title": "BAND8 xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND5", + "green": "BAND6", + "blue": "BAND7" + }, + "roles": [ + "thumbnail" + ] + } + } +} \ No newline at end of file diff --git a/cb4-pan10m-l2-dn.json b/cb4-pan10m-l2-dn.json new file mode 100644 index 0000000..1df0cae --- /dev/null +++ b/cb4-pan10m-l2-dn.json @@ -0,0 +1,177 @@ +{ + "id": null, + "name": "CB4-PAN10-L2-DN", + "title": "CBERS-4/PAN10 - Level-2-DN", + "description": "CBERS-4/PAN10 - Level-2 Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2", + "processing:level": "L2 DN", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-4", + "pan", + "level-2", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND3", + "BAND4", + "BAND2" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND2", + "common_name": "green", + "description": "WPM - BAND2 - green", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 10, + "resolution_y": 10, + "resolution_unit": "Meter", + "center_wavelength": 0.555, + "full_width_half_max": 0.07 + }, + { + "name": "BAND3", + "common_name": "red", + "description": "WPM - BAND3 - red", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 10, + "resolution_y": 10, + "resolution_unit": "Meter", + "center_wavelength": 0.66, + "full_width_half_max": 0.06 + }, + { + "name": "BAND4", + "common_name": "nir", + "description": "WPM - BAND4 - nir", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 10, + "resolution_y": 10, + "resolution_unit": "Meter", + "center_wavelength": 0.83, + "full_width_half_max": 0.12 + } + ], + "summaries": { + "platform": [ + "cbers-4" + ], + "constellation": [ + "cbers-4" + ], + "instruments": [ + "pan10" + ], + "gsd": [ + 10 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND2": { + "type": "image/tiff; application=geotiff", + "title": "BAND2 green", + "roles": [ + "data" + ] + }, + "BAND3": { + "type": "image/tiff; application=geotiff", + "title": "BAND3 red", + "roles": [ + "data" + ] + }, + "BAND4": { + "type": "image/tiff; application=geotiff", + "title": "BAND4 nir", + "roles": [ + "data" + ] + }, + "BAND2_xml": { + "type": "application/xml", + "title": "BAND2 xml", + "roles": [ + "metadata" + ] + }, + "BAND3_xml": { + "type": "application/xml", + "title": "BAND3 xml", + "roles": [ + "metadata" + ] + }, + "BAND4_xml": { + "type": "application/xml", + "title": "BAND4 xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND3", + "green": "BAND4", + "blue": "BAND2" + }, + "roles": [ + "thumbnail" + ] + } + } +} \ No newline at end of file diff --git a/cb4-pan10m-l4-dn.json b/cb4-pan10m-l4-dn.json new file mode 100644 index 0000000..cff6ed6 --- /dev/null +++ b/cb4-pan10m-l4-dn.json @@ -0,0 +1,177 @@ +{ + "id": null, + "name": "CB4-PAN10-L4-DN", + "title": "CBERS-4/PAN10 - Level-4-DN", + "description": "CBERS-4/PAN10 - Level-4 Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2", + "processing:level": "L2 DN", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-4", + "pan", + "level-4", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND3", + "BAND4", + "BAND2" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND2", + "common_name": "green", + "description": "WPM - BAND2 - green", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 10, + "resolution_y": 10, + "resolution_unit": "Meter", + "center_wavelength": 0.555, + "full_width_half_max": 0.07 + }, + { + "name": "BAND3", + "common_name": "red", + "description": "WPM - BAND3 - red", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 10, + "resolution_y": 10, + "resolution_unit": "Meter", + "center_wavelength": 0.66, + "full_width_half_max": 0.06 + }, + { + "name": "BAND4", + "common_name": "nir", + "description": "WPM - BAND4 - nir", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 10, + "resolution_y": 10, + "resolution_unit": "Meter", + "center_wavelength": 0.83, + "full_width_half_max": 0.12 + } + ], + "summaries": { + "platform": [ + "cbers-4" + ], + "constellation": [ + "cbers-4" + ], + "instruments": [ + "pan10" + ], + "gsd": [ + 10 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND2": { + "type": "image/tiff; application=geotiff", + "title": "BAND2 green", + "roles": [ + "data" + ] + }, + "BAND3": { + "type": "image/tiff; application=geotiff", + "title": "BAND3 red", + "roles": [ + "data" + ] + }, + "BAND4": { + "type": "image/tiff; application=geotiff", + "title": "BAND4 nir", + "roles": [ + "data" + ] + }, + "BAND2_xml": { + "type": "application/xml", + "title": "BAND2 xml", + "roles": [ + "metadata" + ] + }, + "BAND3_xml": { + "type": "application/xml", + "title": "BAND3 xml", + "roles": [ + "metadata" + ] + }, + "BAND4_xml": { + "type": "application/xml", + "title": "BAND4 xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND3", + "green": "BAND4", + "blue": "BAND2" + }, + "roles": [ + "thumbnail" + ] + } + } +} \ No newline at end of file diff --git a/cb4-pan5m-l2-dn.json b/cb4-pan5m-l2-dn.json new file mode 100644 index 0000000..b7d27d0 --- /dev/null +++ b/cb4-pan5m-l2-dn.json @@ -0,0 +1,117 @@ +{ + "id": null, + "name": "CB4-PAN5-L2-DN", + "title": "CBERS-4/PAN5 - Level-2-DN", + "description": "CBERS-4/PAN5 - Level-2 Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2", + "processing:level": "L2 DN", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-4", + "pan", + "level-2", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND1", + "BAND1", + "BAND1" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND1", + "common_name": "pan", + "description": "WPM - BAND1 - pan", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 5, + "resolution_y": 5, + "resolution_unit": "Meter", + "center_wavelength": 0.68, + "full_width_half_max": 0.34 + } + ], + "summaries": { + "platform": [ + "cbers-4" + ], + "constellation": [ + "cbers-4" + ], + "instruments": [ + "pan5" + ], + "gsd": [ + 5 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND1": { + "type": "image/tiff; application=geotiff", + "title": "BAND1 pan", + "roles": [ + "data" + ] + }, + "BAND1_xml": { + "type": "application/xml", + "title": "BAND1 xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND1", + "green": "BAND1", + "blue": "BAND1" + }, + "roles": [ + "thumbnail" + ] + } + } +} \ No newline at end of file diff --git a/cb4-pan5m-l4-dn.json b/cb4-pan5m-l4-dn.json new file mode 100644 index 0000000..a7b4695 --- /dev/null +++ b/cb4-pan5m-l4-dn.json @@ -0,0 +1,117 @@ +{ + "id": null, + "name": "CB4-PAN5-L4-DN", + "title": "CBERS-4/PAN5 - Level-4-DN", + "description": "CBERS-4/PAN5 - Level-4 Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2", + "processing:level": "L2 DN", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-4", + "pan", + "level-4", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND1", + "BAND1", + "BAND1" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND1", + "common_name": "pan", + "description": "WPM - BAND1 - pan", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 5, + "resolution_y": 5, + "resolution_unit": "Meter", + "center_wavelength": 0.68, + "full_width_half_max": 0.34 + } + ], + "summaries": { + "platform": [ + "cbers-4" + ], + "constellation": [ + "cbers-4" + ], + "instruments": [ + "pan5" + ], + "gsd": [ + 5 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND1": { + "type": "image/tiff; application=geotiff", + "title": "BAND1 pan", + "roles": [ + "data" + ] + }, + "BAND1_xml": { + "type": "application/xml", + "title": "BAND1 lxml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND1", + "green": "BAND1", + "blue": "BAND1" + }, + "roles": [ + "thumbnail" + ] + } + } +} \ No newline at end of file diff --git a/cb4-wfi-l2_dn.json b/cb4-wfi-l2_dn.json index ebfc9d5..87334ea 100644 --- a/cb4-wfi-l2_dn.json +++ b/cb4-wfi-l2_dn.json @@ -19,7 +19,7 @@ ], "url": "https://data.inpe.br/big/", "processing:lineage": "Generation of L2", - "processing:level": "L2", + "processing:level": "L2 DN", "processing:facility": "LGI", "processing:software": { "ms3": "0.0.0" diff --git a/cb4-wfi-l4-dn.json b/cb4-wfi-l4-dn.json index 25fb394..9ea4ed5 100644 --- a/cb4-wfi-l4-dn.json +++ b/cb4-wfi-l4-dn.json @@ -19,7 +19,7 @@ ], "url": "https://data.inpe.br/big/", "processing:lineage": "Generation of L4", - "processing:level": "L4", + "processing:level": "L4 DN", "processing:facility": "LGI", "processing:software": { "ms3": "0.0.0" diff --git a/cb4a-mux-l2-dn.json b/cb4a-mux-l2-dn.json new file mode 100644 index 0000000..1ef1f92 --- /dev/null +++ b/cb4a-mux-l2-dn.json @@ -0,0 +1,207 @@ +{ + "id": null, + "name": "CB4A-MUX-L2-DN", + "title": "CBERS-4A/MUX - Level-2-DN", + "description": "CBERS-4A/MUX - Level-2 Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2", + "processing:level": "L2 DN", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-4a", + "mux", + "level-2", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND5", + "BAND6", + "BAND7" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND5", + "common_name": "blue", + "description": "MUX - B5 - blue", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 16.5, + "resolution_y": 16.5, + "resolution_unit": "Meter", + "center_wavelength": 0.485, + "full_width_half_max": 0.07 + }, + { + "name": "BAND6", + "common_name": "green", + "description": "MUX - B6 - green", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 16.5, + "resolution_y": 16.5, + "resolution_unit": "Meter", + "center_wavelength": 0.555, + "full_width_half_max": 0.07 + }, + { + "name": "BAND7", + "common_name": "red", + "description": "MUX - B7 - red", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 16.5, + "resolution_y": 16.5, + "resolution_unit": "Meter", + "center_wavelength": 0.66, + "full_width_half_max": 0.06 + }, + { + "name": "BAND8", + "common_name": "nir", + "description": "MUX - B8 - nir", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 16.5, + "resolution_y": 16.5, + "resolution_unit": "Meter", + "center_wavelength": 0.83, + "full_width_half_max": 0.12 + } + ], + "summaries": { + "platform": [ + "cbers-4A" + ], + "constellation": [ + "cbers-4A" + ], + "instruments": [ + "mux" + ], + "gsd": [ + 16.5 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND5": { + "type": "image/tiff; application=geotiff", + "title": "BAND5 blue", + "roles": [ + "data" + ] + }, + "BAND6": { + "type": "image/tiff; application=geotiff", + "title": "BAND6 green", + "roles": [ + "data" + ] + }, + "BAND7": { + "type": "image/tiff; application=geotiff", + "title": "BAND7 red", + "roles": [ + "data" + ] + }, + "BAND8": { + "type": "image/tiff; application=geotiff", + "title": "BAND8 nir", + "roles": [ + "data" + ] + }, + "BAND5_xml": { + "type": "application/xml", + "title": "BAND5 xml", + "roles": [ + "metadata" + ] + }, + "BAND6_xml": { + "type": "application/xml", + "title": "BAND6 xml", + "roles": [ + "metadata" + ] + }, + "BAND7_xml": { + "type": "application/xml", + "title": "BAND7 xml", + "roles": [ + "metadata" + ] + }, + "BAND8_xml": { + "type": "application/xml", + "title": "BAND8 xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND5", + "green": "BAND6", + "blue": "BAND7" + }, + "roles": [ + "thumbnail" + ] + } + } +} \ No newline at end of file diff --git a/cb4a-mux-l4-dn.json b/cb4a-mux-l4-dn.json new file mode 100644 index 0000000..32039f2 --- /dev/null +++ b/cb4a-mux-l4-dn.json @@ -0,0 +1,207 @@ +{ + "id": null, + "name": "CB4A-MUX-L4-DN", + "title": "CBERS-4A/MUX - Level-4-DN", + "description": "CBERS-4A/MUX - Level-4 Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2", + "processing:level": "L2 DN", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-4a", + "mux", + "level-4", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND5", + "BAND6", + "BAND7" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND5", + "common_name": "blue", + "description": "MUX - BAND5 - blue", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 16.5, + "resolution_y": 16.5, + "resolution_unit": "Meter", + "center_wavelength": 0.485, + "full_width_half_max": 0.07 + }, + { + "name": "BAND6", + "common_name": "green", + "description": "MUX - BAND6 - green", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 16.5, + "resolution_y": 16.5, + "resolution_unit": "Meter", + "center_wavelength": 0.555, + "full_width_half_max": 0.07 + }, + { + "name": "BAND7", + "common_name": "red", + "description": "MUX - BAND7 - red", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 16.5, + "resolution_y": 16.5, + "resolution_unit": "Meter", + "center_wavelength": 0.66, + "full_width_half_max": 0.06 + }, + { + "name": "BAND8", + "common_name": "nir", + "description": "MUX - BAND8 - nir", + "min_value": 0, + "max_value": 255, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 16.5, + "resolution_y": 16.5, + "resolution_unit": "Meter", + "center_wavelength": 0.83, + "full_width_half_max": 0.12 + } + ], + "summaries": { + "platform": [ + "cbers-4A" + ], + "constellation": [ + "cbers-4A" + ], + "instruments": [ + "mux" + ], + "gsd": [ + 16.5 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND5": { + "type": "image/tiff; application=geotiff", + "title": "BAND5 blue", + "roles": [ + "data" + ] + }, + "BAND6": { + "type": "image/tiff; application=geotiff", + "title": "BAND6 green", + "roles": [ + "data" + ] + }, + "BAND7": { + "type": "image/tiff; application=geotiff", + "title": "BAND7 red", + "roles": [ + "data" + ] + }, + "BAND8": { + "type": "image/tiff; application=geotiff", + "title": "BAND8 nir", + "roles": [ + "data" + ] + }, + "BAND5_xml": { + "type": "application/xml", + "title": "BAND5 xml", + "roles": [ + "metadata" + ] + }, + "BAND6_xml": { + "type": "application/xml", + "title": "BAND6 xml", + "roles": [ + "metadata" + ] + }, + "BAND7_xml": { + "type": "application/xml", + "title": "BAND7 xml", + "roles": [ + "metadata" + ] + }, + "BAND8_xml": { + "type": "application/xml", + "title": "BAND8 xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND5", + "green": "BAND6", + "blue": "BAND7" + }, + "roles": [ + "thumbnail" + ] + } + } +} \ No newline at end of file diff --git a/cb4a-wfi-l2-dn.json b/cb4a-wfi-l2-dn.json index 85c26b1..7c196fa 100644 --- a/cb4a-wfi-l2-dn.json +++ b/cb4a-wfi-l2-dn.json @@ -18,12 +18,11 @@ "processor" ], "url": "https://data.inpe.br/big/", - "processing:lineage": "Generation of L2 in Cloud Optimized GeoTIFF", + "processing:lineage": "Generation of L2", "processing:level": "L2 DN", "processing:facility": "LGI", "processing:software": { - "bdc-collection-builder": "1.0", - "rio-cogeo": "3.0" + "ms3": "0.0.0" } } ], diff --git a/cb4a-wfi-l4-dn.json b/cb4a-wfi-l4-dn.json index 451a3ce..7bff168 100644 --- a/cb4a-wfi-l4-dn.json +++ b/cb4a-wfi-l4-dn.json @@ -18,12 +18,11 @@ "processor" ], "url": "https://data.inpe.br/big/", - "processing:lineage": "Generation of L4 in Cloud Optimized GeoTIFF", + "processing:lineage": "Generation of L4", "processing:level": "L4 DN", "processing:facility": "LGI", "processing:software": { - "bdc-collection-builder": "1.0", - "rio-cogeo": "3.0" + "ms3": "0.0.0" } } ], diff --git a/cb4a-wpm-l2-dn.json b/cb4a-wpm-l2-dn.json new file mode 100644 index 0000000..ed17664 --- /dev/null +++ b/cb4a-wpm-l2-dn.json @@ -0,0 +1,237 @@ +{ + "id": null, + "name": "CB4A-WPM-L2-DN", + "title": "CBERS-4A/WPM - Level-2-DN", + "description": "CBERS-4A/WPM - Level-2 Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2", + "processing:level": "L2 DN", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-4a", + "wpm", + "level-2", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND1", + "BAND2", + "BAND3" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND0", + "common_name": "pan", + "description": "WPM - BAND0 - pan", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 2, + "resolution_y": 2, + "resolution_unit": "Meter", + "center_wavelength": 0.675, + "full_width_half_max": 0.45 + }, + { + "name": "BAND1", + "common_name": "blue", + "description": "WPM - BAND1 - blue", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 8, + "resolution_y": 8, + "resolution_unit": "Meter", + "center_wavelength": 0.485, + "full_width_half_max": 0.07 + }, + { + "name": "BAND2", + "common_name": "green", + "description": "WPM - BAND2 - green", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 8, + "resolution_y": 8, + "resolution_unit": "Meter", + "center_wavelength": 0.555, + "full_width_half_max": 0.07 + }, + { + "name": "BAND3", + "common_name": "red", + "description": "WPM - BAND3 - red", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 8, + "resolution_y": 8, + "resolution_unit": "Meter", + "center_wavelength": 0.66, + "full_width_half_max": 0.06 + }, + { + "name": "BAND4", + "common_name": "nir", + "description": "WPM - BAND4 - nir", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 8, + "resolution_y": 8, + "resolution_unit": "Meter", + "center_wavelength": 0.83, + "full_width_half_max": 0.12 + } + ], + "summaries": { + "platform": [ + "cbers-4A" + ], + "constellation": [ + "cbers-4A" + ], + "instruments": [ + "wpm" + ], + "gsd": [ + 2 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND0": { + "type": "image/tiff; application=geotiff", + "title": "BAND0 pan", + "roles": [ + "data" + ] + }, + "BAND1": { + "type": "image/tiff; application=geotiff", + "title": "BAND1 blue", + "roles": [ + "data" + ] + }, + "BAND2": { + "type": "image/tiff; application=geotiff", + "title": "BAND2 green", + "roles": [ + "data" + ] + }, + "BAND3": { + "type": "image/tiff; application=geotiff", + "title": "BAND3 red", + "roles": [ + "data" + ] + }, + "BAND4": { + "type": "image/tiff; application=geotiff", + "title": "BAND4 nir", + "roles": [ + "data" + ] + }, + "BAND0_xml": { + "type": "application/xml", + "title": "BAND0 xml", + "roles": [ + "metadata" + ] + }, + "BAND1_xml": { + "type": "application/xml", + "title": "BAND1 xml", + "roles": [ + "metadata" + ] + }, + "BAND2_xml": { + "type": "application/xml", + "title": "BAND2 xml", + "roles": [ + "metadata" + ] + }, + "BAND3_xml": { + "type": "application/xml", + "title": "BAND3 xml", + "roles": [ + "metadata" + ] + }, + "BAND4_xml": { + "type": "application/xml", + "title": "BAND4 xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND1", + "green": "BAND2", + "blue": "BAND3" + }, + "roles": [ + "thumbnail" + ] + } + } +} \ No newline at end of file diff --git a/cb4a-wpm-l4-dn.json b/cb4a-wpm-l4-dn.json new file mode 100644 index 0000000..2c47921 --- /dev/null +++ b/cb4a-wpm-l4-dn.json @@ -0,0 +1,237 @@ +{ + "id": null, + "name": "CB4A-WPM-L4-DN", + "title": "CBERS-4A/WPM - Level-4-DN", + "description": "CBERS-4A/WPM - Level-4 Digital Number product over Brazil.", + "temporal_composition_schema": null, + "composition_function": null, + "grid_ref_sys": null, + "collection_type": "collection", + "metadata": { + "providers": [ + { + "name": "National Institute for Space Research (INPE)", + "roles": [ + "producer", + "licensor", + "host", + "processor" + ], + "url": "https://data.inpe.br/big/", + "processing:lineage": "Generation of L2", + "processing:level": "L2 DN", + "processing:facility": "LGI", + "processing:software": { + "ms3": "0.0.0" + } + } + ], + "license": { + "type": "Creative-Commons-Attribution-4.0-International", + "uri": "https://creativecommons.org/licenses/by/4.0/" + } + }, + "keywords": [ + "cbers", + "cbers-4a", + "wpm", + "level-4", + "digital number", + "earth observation", + "brazil" + ], + "is_public": true, + "is_available": true, + "category": "eo", + "quicklook": [ + "BAND1", + "BAND2", + "BAND3" + ], + "version": 1, + "version_predecessor": null, + "version_successor": null, + "bands": [ + { + "name": "BAND0", + "common_name": "pan", + "description": "WPM - BAND0 - pan", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 2, + "resolution_y": 2, + "resolution_unit": "Meter", + "center_wavelength": 0.675, + "full_width_half_max": 0.45 + }, + { + "name": "BAND1", + "common_name": "blue", + "description": "WPM - BAND1 - blue", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 8, + "resolution_y": 8, + "resolution_unit": "Meter", + "center_wavelength": 0.485, + "full_width_half_max": 0.07 + }, + { + "name": "BAND2", + "common_name": "green", + "description": "WPM - BAND2 - green", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 8, + "resolution_y": 8, + "resolution_unit": "Meter", + "center_wavelength": 0.555, + "full_width_half_max": 0.07 + }, + { + "name": "BAND3", + "common_name": "red", + "description": "WPM - BAND3 - red", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 8, + "resolution_y": 8, + "resolution_unit": "Meter", + "center_wavelength": 0.66, + "full_width_half_max": 0.06 + }, + { + "name": "BAND4", + "common_name": "nir", + "description": "WPM - BAND4 - nir", + "min_value": 0, + "max_value": 1024, + "nodata": 0, + "scale": 1, + "data_type": "byte", + "mime_type": "image/tiff; application=geotiff", + "resolution_x": 8, + "resolution_y": 8, + "resolution_unit": "Meter", + "center_wavelength": 0.83, + "full_width_half_max": 0.12 + } + ], + "summaries": { + "platform": [ + "cbers-4A" + ], + "constellation": [ + "cbers-4A" + ], + "instruments": [ + "pan" + ], + "gsd": [ + 2 + ], + "view:off_nadir": [ + 0 + ] + }, + "item_assets": { + "BAND0": { + "type": "image/tiff; application=geotiff", + "title": "BAND0 pan", + "roles": [ + "data" + ] + }, + "BAND1": { + "type": "image/tiff; application=geotiff", + "title": "BAND1 blue", + "roles": [ + "data" + ] + }, + "BAND2": { + "type": "image/tiff; application=geotiff", + "title": "BAND2 green", + "roles": [ + "data" + ] + }, + "BAND3": { + "type": "image/tiff; application=geotiff", + "title": "BAND3 red", + "roles": [ + "data" + ] + }, + "BAND4": { + "type": "image/tiff; application=geotiff", + "title": "BAND4 nir", + "roles": [ + "data" + ] + }, + "BAND0_xml": { + "type": "application/xml", + "title": "BAND0 xml", + "roles": [ + "metadata" + ] + }, + "BAND1_xml": { + "type": "application/xml", + "title": "BAND1 xml", + "roles": [ + "metadata" + ] + }, + "BAND2_xml": { + "type": "application/xml", + "title": "BAND2 xml", + "roles": [ + "metadata" + ] + }, + "BAND3_xml": { + "type": "application/xml", + "title": "BAND3 xml", + "roles": [ + "metadata" + ] + }, + "BAND4_xml": { + "type": "application/xml", + "title": "BAND4 xml", + "roles": [ + "metadata" + ] + }, + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "bands": { + "red": "BAND1", + "green": "BAND2", + "blue": "BAND3" + }, + "roles": [ + "thumbnail" + ] + } + } +} \ No newline at end of file From e9cec7f8c29413e2b57cde9a15dfe51fe29d22e4 Mon Sep 17 00:00:00 2001 From: marujore Date: Tue, 15 Oct 2024 11:31:17 -0300 Subject: [PATCH 07/10] CBERS DN Metadata --- cb4-mux-l4-dn.json | 4 ++-- cb4-pan10m-l4-dn.json | 4 ++-- cb4-pan5m-l4-dn.json | 4 ++-- cb4a-mux-l4-dn.json | 4 ++-- cb4a-wpm-l4-dn.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cb4-mux-l4-dn.json b/cb4-mux-l4-dn.json index 7936178..914a554 100644 --- a/cb4-mux-l4-dn.json +++ b/cb4-mux-l4-dn.json @@ -18,8 +18,8 @@ "processor" ], "url": "https://data.inpe.br/big/", - "processing:lineage": "Generation of L2", - "processing:level": "L2 DN", + "processing:lineage": "Generation of L4", + "processing:level": "L4 DN", "processing:facility": "LGI", "processing:software": { "ms3": "0.0.0" diff --git a/cb4-pan10m-l4-dn.json b/cb4-pan10m-l4-dn.json index cff6ed6..afb791e 100644 --- a/cb4-pan10m-l4-dn.json +++ b/cb4-pan10m-l4-dn.json @@ -18,8 +18,8 @@ "processor" ], "url": "https://data.inpe.br/big/", - "processing:lineage": "Generation of L2", - "processing:level": "L2 DN", + "processing:lineage": "Generation of L4", + "processing:level": "L4 DN", "processing:facility": "LGI", "processing:software": { "ms3": "0.0.0" diff --git a/cb4-pan5m-l4-dn.json b/cb4-pan5m-l4-dn.json index a7b4695..e3ea4af 100644 --- a/cb4-pan5m-l4-dn.json +++ b/cb4-pan5m-l4-dn.json @@ -18,8 +18,8 @@ "processor" ], "url": "https://data.inpe.br/big/", - "processing:lineage": "Generation of L2", - "processing:level": "L2 DN", + "processing:lineage": "Generation of L4", + "processing:level": "L4 DN", "processing:facility": "LGI", "processing:software": { "ms3": "0.0.0" diff --git a/cb4a-mux-l4-dn.json b/cb4a-mux-l4-dn.json index 32039f2..036961e 100644 --- a/cb4a-mux-l4-dn.json +++ b/cb4a-mux-l4-dn.json @@ -18,8 +18,8 @@ "processor" ], "url": "https://data.inpe.br/big/", - "processing:lineage": "Generation of L2", - "processing:level": "L2 DN", + "processing:lineage": "Generation of L4", + "processing:level": "L4 DN", "processing:facility": "LGI", "processing:software": { "ms3": "0.0.0" diff --git a/cb4a-wpm-l4-dn.json b/cb4a-wpm-l4-dn.json index 2c47921..2ea8c11 100644 --- a/cb4a-wpm-l4-dn.json +++ b/cb4a-wpm-l4-dn.json @@ -18,8 +18,8 @@ "processor" ], "url": "https://data.inpe.br/big/", - "processing:lineage": "Generation of L2", - "processing:level": "L2 DN", + "processing:lineage": "Generation of L4", + "processing:level": "L4 DN", "processing:facility": "LGI", "processing:software": { "ms3": "0.0.0" From 4a51873cbd21b13ac0e7f3e6d7f6c9b25f8566f6 Mon Sep 17 00:00:00 2001 From: marujore Date: Tue, 15 Oct 2024 15:40:47 -0300 Subject: [PATCH 08/10] CBERS DN Metadata --- cb4-pan10m-l2-dn.json | 8 ++++---- cb4-pan10m-l4-dn.json | 9 +++++---- cb4-pan5m-l2-dn.json | 9 +++++---- cb4-pan5m-l4-dn.json | 9 +++++---- 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/cb4-pan10m-l2-dn.json b/cb4-pan10m-l2-dn.json index 1df0cae..3b9002c 100644 --- a/cb4-pan10m-l2-dn.json +++ b/cb4-pan10m-l2-dn.json @@ -1,8 +1,8 @@ { "id": null, - "name": "CB4-PAN10-L2-DN", - "title": "CBERS-4/PAN10 - Level-2-DN", - "description": "CBERS-4/PAN10 - Level-2 Digital Number product over Brazil.", + "name": "CB4-PAN10M-L2-DN", + "title": "CBERS-4/PAN10M - Level-2-DN", + "description": "CBERS-4/PAN10M - Level-2 Digital Number product over Brazil.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, @@ -109,7 +109,7 @@ "cbers-4" ], "instruments": [ - "pan10" + "pan10m" ], "gsd": [ 10 diff --git a/cb4-pan10m-l4-dn.json b/cb4-pan10m-l4-dn.json index afb791e..ee5d459 100644 --- a/cb4-pan10m-l4-dn.json +++ b/cb4-pan10m-l4-dn.json @@ -1,8 +1,8 @@ { "id": null, - "name": "CB4-PAN10-L4-DN", - "title": "CBERS-4/PAN10 - Level-4-DN", - "description": "CBERS-4/PAN10 - Level-4 Digital Number product over Brazil.", + "name": "CB4-PAN10M-L4-DN", + "title": "CBERS-4/PAN10M - Level-4-DN", + "description": "CBERS-4/PAN10M - Level-4 Digital Number product over Brazil.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, @@ -35,6 +35,7 @@ "cbers", "cbers-4", "pan", + "pan10m", "level-4", "digital number", "earth observation", @@ -109,7 +110,7 @@ "cbers-4" ], "instruments": [ - "pan10" + "pan10m" ], "gsd": [ 10 diff --git a/cb4-pan5m-l2-dn.json b/cb4-pan5m-l2-dn.json index b7d27d0..ad7f165 100644 --- a/cb4-pan5m-l2-dn.json +++ b/cb4-pan5m-l2-dn.json @@ -1,8 +1,8 @@ { "id": null, - "name": "CB4-PAN5-L2-DN", - "title": "CBERS-4/PAN5 - Level-2-DN", - "description": "CBERS-4/PAN5 - Level-2 Digital Number product over Brazil.", + "name": "CB4-PAN5M-L2-DN", + "title": "CBERS-4/PAN5M - Level-2-DN", + "description": "CBERS-4/PAN5M - Level-2 Digital Number product over Brazil.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, @@ -35,6 +35,7 @@ "cbers", "cbers-4", "pan", + "pan5m", "level-2", "digital number", "earth observation", @@ -77,7 +78,7 @@ "cbers-4" ], "instruments": [ - "pan5" + "pan5m" ], "gsd": [ 5 diff --git a/cb4-pan5m-l4-dn.json b/cb4-pan5m-l4-dn.json index e3ea4af..3b73f64 100644 --- a/cb4-pan5m-l4-dn.json +++ b/cb4-pan5m-l4-dn.json @@ -1,8 +1,8 @@ { "id": null, - "name": "CB4-PAN5-L4-DN", - "title": "CBERS-4/PAN5 - Level-4-DN", - "description": "CBERS-4/PAN5 - Level-4 Digital Number product over Brazil.", + "name": "CB4-PAN5M-L4-DN", + "title": "CBERS-4/PAN5M - Level-4-DN", + "description": "CBERS-4/PAN5M - Level-4 Digital Number product over Brazil.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, @@ -35,6 +35,7 @@ "cbers", "cbers-4", "pan", + "pan5m", "level-4", "digital number", "earth observation", @@ -77,7 +78,7 @@ "cbers-4" ], "instruments": [ - "pan5" + "pan5m" ], "gsd": [ 5 From 1136d605b4480e433c28116130bdbf65e36c827e Mon Sep 17 00:00:00 2001 From: marujore Date: Thu, 17 Oct 2024 15:15:05 -0300 Subject: [PATCH 09/10] Fix to review comments --- cb2b-ccd-l2-dn.json | 14 +++++++------- cb2b-hrc-l2-dn.json | 8 ++++---- cb2b-wfi-l2-dn.json | 2 +- cb4-mux-l2-dn.json | 14 +++++++------- cb4-mux-l4-dn.json | 14 +++++++------- cb4-pan10m-l2-dn.json | 2 +- cb4-pan10m-l4-dn.json | 2 +- cb4-pan5m-l2-dn.json | 2 +- cb4-pan5m-l4-dn.json | 2 +- cb4-wfi-l2_dn.json | 2 +- cb4-wfi-l4-dn.json | 2 +- cb4a-mux-l2-dn.json | 32 ++++++++++++++++---------------- cb4a-mux-l4-dn.json | 32 ++++++++++++++++---------------- cb4a-wfi-l2-dn.json | 14 +++++++------- cb4a-wfi-l4-dn.json | 2 +- cb4a-wpm-l2-dn.json | 14 +++++++------- cb4a-wpm-l4-dn.json | 14 +++++++------- 17 files changed, 86 insertions(+), 86 deletions(-) diff --git a/cb2b-ccd-l2-dn.json b/cb2b-ccd-l2-dn.json index 1745bb1..0dfa881 100644 --- a/cb2b-ccd-l2-dn.json +++ b/cb2b-ccd-l2-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB2B-CCD-L2-DN", "title": "CBERS-2B/CCD - Level-2-DN", - "description": "CBERS-2B/CCD - Level-2 Digital Number product over Brazil.", + "description": "CBERS-2B/CCD - Level-2 Digital Number product over Brazil and part of South America.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, @@ -44,9 +44,9 @@ "is_available": true, "category": "eo", "quicklook": [ - "BAND1", - "BAND2", - "BAND3" + "BAND3", + "BAND4", + "BAND2" ], "version": 1, "version_predecessor": null, @@ -225,9 +225,9 @@ "title": "Thumbnail", "type": "image/png", "bands": { - "red": "BAND1", - "green": "BAND2", - "blue": "BAND3" + "red": "BAND3", + "green": "BAND4", + "blue": "BAND2" }, "roles": [ "thumbnail" diff --git a/cb2b-hrc-l2-dn.json b/cb2b-hrc-l2-dn.json index 82a68b1..e3293e2 100644 --- a/cb2b-hrc-l2-dn.json +++ b/cb2b-hrc-l2-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB2B-HRC-L2-DN", "title": "CBERS-2B/HRC - Level-2-DN", - "description": "CBERS-2B/HRC - Level-2 Digital Number product over Brazil.", + "description": "CBERS-2B/HRC - Level-2 Digital Number product over Brazil and part of South America.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, @@ -62,8 +62,8 @@ "scale": 1, "data_type": "byte", "mime_type": "image/tiff; application=geotiff", - "resolution_x": 2.7, - "resolution_y": 2.7, + "resolution_x": 2.5, + "resolution_y": 2.5, "resolution_unit": "Meter", "center_wavelength": 0.65, "full_width_half_max": 0.3 @@ -80,7 +80,7 @@ "hrc" ], "gsd": [ - 2.7 + 2.5 ], "view:off_nadir": [ 0 diff --git a/cb2b-wfi-l2-dn.json b/cb2b-wfi-l2-dn.json index e60a9aa..d9ce823 100644 --- a/cb2b-wfi-l2-dn.json +++ b/cb2b-wfi-l2-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB2B-WFI-L2-DN", "title": "CBERS-2B/WFI - Level-2-DN", - "description": "CBERS-2B/WFI - Level-2 Digital Number product over Brazil.", + "description": "CBERS-2B/WFI - Level-2 Digital Number product over Brazil and part of South America.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, diff --git a/cb4-mux-l2-dn.json b/cb4-mux-l2-dn.json index bd92525..4f2c5f6 100644 --- a/cb4-mux-l2-dn.json +++ b/cb4-mux-l2-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4-MUX-L2-DN", "title": "CBERS-4/MUX - Level-2-DN", - "description": "CBERS-4/MUX - Level-2 Digital Number product over Brazil.", + "description": "CBERS-4/MUX - Level-2 Digital Number product over Brazil and part of South America.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, @@ -44,9 +44,9 @@ "is_available": true, "category": "eo", "quicklook": [ - "BAND5", - "BAND6", - "BAND7" + "BAND7", + "BAND8", + "BAND5" ], "version": 1, "version_predecessor": null, @@ -195,9 +195,9 @@ "title": "Thumbnail", "type": "image/png", "bands": { - "red": "BAND5", - "green": "BAND6", - "blue": "BAND7" + "red": "BAND7", + "green": "BAND8", + "blue": "BAND5" }, "roles": [ "thumbnail" diff --git a/cb4-mux-l4-dn.json b/cb4-mux-l4-dn.json index 914a554..977f584 100644 --- a/cb4-mux-l4-dn.json +++ b/cb4-mux-l4-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4-MUX-L4-DN", "title": "CBERS-4/MUX Level-4-DN", - "description": "CBERS-4/MUX Level-4 Digital Number product over Brazil.", + "description": "CBERS-4/MUX Level-4 Digital Number product over Brazil and part of South America. L4 product provides orthorectified images.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, @@ -44,9 +44,9 @@ "is_available": true, "category": "eo", "quicklook": [ - "BAND5", - "BAND6", - "BAND7" + "BAND7", + "BAND8", + "BAND5" ], "version": 1, "version_predecessor": null, @@ -195,9 +195,9 @@ "title": "Thumbnail", "type": "image/png", "bands": { - "red": "BAND5", - "green": "BAND6", - "blue": "BAND7" + "red": "BAND7", + "green": "BAND8", + "blue": "BAND5" }, "roles": [ "thumbnail" diff --git a/cb4-pan10m-l2-dn.json b/cb4-pan10m-l2-dn.json index 3b9002c..e699c1a 100644 --- a/cb4-pan10m-l2-dn.json +++ b/cb4-pan10m-l2-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4-PAN10M-L2-DN", "title": "CBERS-4/PAN10M - Level-2-DN", - "description": "CBERS-4/PAN10M - Level-2 Digital Number product over Brazil.", + "description": "CBERS-4/PAN10M - Level-2 Digital Number product over Brazil and part of South America.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, diff --git a/cb4-pan10m-l4-dn.json b/cb4-pan10m-l4-dn.json index ee5d459..06e60aa 100644 --- a/cb4-pan10m-l4-dn.json +++ b/cb4-pan10m-l4-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4-PAN10M-L4-DN", "title": "CBERS-4/PAN10M - Level-4-DN", - "description": "CBERS-4/PAN10M - Level-4 Digital Number product over Brazil.", + "description": "CBERS-4/PAN10M - Level-4 Digital Number product over Brazil and part of South America. L4 product provides orthorectified images.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, diff --git a/cb4-pan5m-l2-dn.json b/cb4-pan5m-l2-dn.json index ad7f165..f2c88d0 100644 --- a/cb4-pan5m-l2-dn.json +++ b/cb4-pan5m-l2-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4-PAN5M-L2-DN", "title": "CBERS-4/PAN5M - Level-2-DN", - "description": "CBERS-4/PAN5M - Level-2 Digital Number product over Brazil.", + "description": "CBERS-4/PAN5M - Level-2 Digital Number product over Brazil and part of South America.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, diff --git a/cb4-pan5m-l4-dn.json b/cb4-pan5m-l4-dn.json index 3b73f64..a0b137a 100644 --- a/cb4-pan5m-l4-dn.json +++ b/cb4-pan5m-l4-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4-PAN5M-L4-DN", "title": "CBERS-4/PAN5M - Level-4-DN", - "description": "CBERS-4/PAN5M - Level-4 Digital Number product over Brazil.", + "description": "CBERS-4/PAN5M - Level-4 Digital Number product over Brazil and part of South America. L4 product provides orthorectified images.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, diff --git a/cb4-wfi-l2_dn.json b/cb4-wfi-l2_dn.json index 87334ea..ad22289 100644 --- a/cb4-wfi-l2_dn.json +++ b/cb4-wfi-l2_dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4-WFI-L2-DN", "title": "CBERS-4/WFI - Level-2-DN", - "description": "CBERS4/WFI Level-2 Digital Number product over Brazil.", + "description": "CBERS4/WFI Level-2 Digital Number product over Brazil and part of South America.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, diff --git a/cb4-wfi-l4-dn.json b/cb4-wfi-l4-dn.json index 9ea4ed5..1271d0a 100644 --- a/cb4-wfi-l4-dn.json +++ b/cb4-wfi-l4-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4-WFI-L4-DN", "title": "CBERS-4/WFI - Level-4-DN", - "description": "CBERS4/WFI Level-4 Digital Number product over Brazil.", + "description": "CBERS4/WFI Level-4 Digital Number product over Brazil and part of South America. L4 product provides orthorectified images.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, diff --git a/cb4a-mux-l2-dn.json b/cb4a-mux-l2-dn.json index 1ef1f92..915e19d 100644 --- a/cb4a-mux-l2-dn.json +++ b/cb4a-mux-l2-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4A-MUX-L2-DN", "title": "CBERS-4A/MUX - Level-2-DN", - "description": "CBERS-4A/MUX - Level-2 Digital Number product over Brazil.", + "description": "CBERS-4A/MUX - Level-2 Digital Number product over Brazil and part of South America.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, @@ -44,9 +44,9 @@ "is_available": true, "category": "eo", "quicklook": [ - "BAND5", - "BAND6", - "BAND7" + "BAND7", + "BAND8", + "BAND6" ], "version": 1, "version_predecessor": null, @@ -62,8 +62,8 @@ "scale": 1, "data_type": "byte", "mime_type": "image/tiff; application=geotiff", - "resolution_x": 16.5, - "resolution_y": 16.5, + "resolution_x": 16, + "resolution_y": 16, "resolution_unit": "Meter", "center_wavelength": 0.485, "full_width_half_max": 0.07 @@ -78,8 +78,8 @@ "scale": 1, "data_type": "byte", "mime_type": "image/tiff; application=geotiff", - "resolution_x": 16.5, - "resolution_y": 16.5, + "resolution_x": 16, + "resolution_y": 16, "resolution_unit": "Meter", "center_wavelength": 0.555, "full_width_half_max": 0.07 @@ -94,8 +94,8 @@ "scale": 1, "data_type": "byte", "mime_type": "image/tiff; application=geotiff", - "resolution_x": 16.5, - "resolution_y": 16.5, + "resolution_x": 16, + "resolution_y": 16, "resolution_unit": "Meter", "center_wavelength": 0.66, "full_width_half_max": 0.06 @@ -110,8 +110,8 @@ "scale": 1, "data_type": "byte", "mime_type": "image/tiff; application=geotiff", - "resolution_x": 16.5, - "resolution_y": 16.5, + "resolution_x": 16, + "resolution_y": 16, "resolution_unit": "Meter", "center_wavelength": 0.83, "full_width_half_max": 0.12 @@ -128,7 +128,7 @@ "mux" ], "gsd": [ - 16.5 + 16 ], "view:off_nadir": [ 0 @@ -195,9 +195,9 @@ "title": "Thumbnail", "type": "image/png", "bands": { - "red": "BAND5", - "green": "BAND6", - "blue": "BAND7" + "red": "BAND7", + "green": "BAND8", + "blue": "BAND6" }, "roles": [ "thumbnail" diff --git a/cb4a-mux-l4-dn.json b/cb4a-mux-l4-dn.json index 036961e..babb542 100644 --- a/cb4a-mux-l4-dn.json +++ b/cb4a-mux-l4-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4A-MUX-L4-DN", "title": "CBERS-4A/MUX - Level-4-DN", - "description": "CBERS-4A/MUX - Level-4 Digital Number product over Brazil.", + "description": "CBERS-4A/MUX - Level-4 Digital Number product over Brazil and part of South America. L4 product provides orthorectified images.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, @@ -44,9 +44,9 @@ "is_available": true, "category": "eo", "quicklook": [ - "BAND5", - "BAND6", - "BAND7" + "BAND7", + "BAND8", + "BAND6" ], "version": 1, "version_predecessor": null, @@ -62,8 +62,8 @@ "scale": 1, "data_type": "byte", "mime_type": "image/tiff; application=geotiff", - "resolution_x": 16.5, - "resolution_y": 16.5, + "resolution_x": 16, + "resolution_y": 16, "resolution_unit": "Meter", "center_wavelength": 0.485, "full_width_half_max": 0.07 @@ -78,8 +78,8 @@ "scale": 1, "data_type": "byte", "mime_type": "image/tiff; application=geotiff", - "resolution_x": 16.5, - "resolution_y": 16.5, + "resolution_x": 16, + "resolution_y": 16, "resolution_unit": "Meter", "center_wavelength": 0.555, "full_width_half_max": 0.07 @@ -94,8 +94,8 @@ "scale": 1, "data_type": "byte", "mime_type": "image/tiff; application=geotiff", - "resolution_x": 16.5, - "resolution_y": 16.5, + "resolution_x": 16, + "resolution_y": 16, "resolution_unit": "Meter", "center_wavelength": 0.66, "full_width_half_max": 0.06 @@ -110,8 +110,8 @@ "scale": 1, "data_type": "byte", "mime_type": "image/tiff; application=geotiff", - "resolution_x": 16.5, - "resolution_y": 16.5, + "resolution_x": 16, + "resolution_y": 16, "resolution_unit": "Meter", "center_wavelength": 0.83, "full_width_half_max": 0.12 @@ -128,7 +128,7 @@ "mux" ], "gsd": [ - 16.5 + 16 ], "view:off_nadir": [ 0 @@ -195,9 +195,9 @@ "title": "Thumbnail", "type": "image/png", "bands": { - "red": "BAND5", - "green": "BAND6", - "blue": "BAND7" + "red": "BAND7", + "green": "BAND8", + "blue": "BAND6" }, "roles": [ "thumbnail" diff --git a/cb4a-wfi-l2-dn.json b/cb4a-wfi-l2-dn.json index 7c196fa..cb9e993 100644 --- a/cb4a-wfi-l2-dn.json +++ b/cb4a-wfi-l2-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4A-WFI-L2-DN", "title": "CBERS-4A/WFI - Level-2-DN", - "description": "CBERS-4A/WFI Level-2 Digital Number product over Brazil.", + "description": "CBERS-4A/WFI Level-2 Digital Number product over Brazil and part of South America.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, @@ -44,9 +44,9 @@ "is_available": true, "category": "eo", "quicklook": [ - "BAND13", - "BAND14", - "BAND15" + "BAND15", + "BAND16", + "BAND14" ], "version": 1, "version_predecessor": null, @@ -206,9 +206,9 @@ ], "bdc:visual": { "rgb": [ - "BAND13", - "BAND14", - "BAND15" + "BAND15", + "BAND16", + "BAND14" ], "rescale": [ [ diff --git a/cb4a-wfi-l4-dn.json b/cb4a-wfi-l4-dn.json index 7bff168..fd9b3a1 100644 --- a/cb4a-wfi-l4-dn.json +++ b/cb4a-wfi-l4-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4A-WFI-L4-DN", "title": "CBERS-4A/WFI - Level-4-DN", - "description": "CBERS-4A/WFI Level-4 Digital Number product over Brazil.", + "description": "CBERS-4A/WFI Level-4 Digital Number product over Brazil and part of South America. L4 product provides orthorectified images.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, diff --git a/cb4a-wpm-l2-dn.json b/cb4a-wpm-l2-dn.json index ed17664..e2c87a5 100644 --- a/cb4a-wpm-l2-dn.json +++ b/cb4a-wpm-l2-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4A-WPM-L2-DN", "title": "CBERS-4A/WPM - Level-2-DN", - "description": "CBERS-4A/WPM - Level-2 Digital Number product over Brazil.", + "description": "CBERS-4A/WPM - Level-2 Digital Number product over Brazil and part of South America.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, @@ -44,9 +44,9 @@ "is_available": true, "category": "eo", "quicklook": [ - "BAND1", - "BAND2", - "BAND3" + "BAND3", + "BAND4", + "BAND2" ], "version": 1, "version_predecessor": null, @@ -225,9 +225,9 @@ "title": "Thumbnail", "type": "image/png", "bands": { - "red": "BAND1", - "green": "BAND2", - "blue": "BAND3" + "red": "BAND3", + "green": "BAND4", + "blue": "BAND2" }, "roles": [ "thumbnail" diff --git a/cb4a-wpm-l4-dn.json b/cb4a-wpm-l4-dn.json index 2ea8c11..63aabb4 100644 --- a/cb4a-wpm-l4-dn.json +++ b/cb4a-wpm-l4-dn.json @@ -2,7 +2,7 @@ "id": null, "name": "CB4A-WPM-L4-DN", "title": "CBERS-4A/WPM - Level-4-DN", - "description": "CBERS-4A/WPM - Level-4 Digital Number product over Brazil.", + "description": "CBERS-4A/WPM - Level-4 Digital Number product over Brazil and part of South America. L4 product provides orthorectified images.", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, @@ -44,9 +44,9 @@ "is_available": true, "category": "eo", "quicklook": [ - "BAND1", - "BAND2", - "BAND3" + "BAND3", + "BAND4", + "BAND2" ], "version": 1, "version_predecessor": null, @@ -225,9 +225,9 @@ "title": "Thumbnail", "type": "image/png", "bands": { - "red": "BAND1", - "green": "BAND2", - "blue": "BAND3" + "red": "BAND3", + "green": "BAND4", + "blue": "BAND2" }, "roles": [ "thumbnail" From 6ed49f763f49051d55371804ceaf3c9e995008c3 Mon Sep 17 00:00:00 2001 From: marujore Date: Thu, 17 Oct 2024 15:15:43 -0300 Subject: [PATCH 10/10] Standardize description to other CBERS collections --- amz1_wfi_l4_sr.json | 2 +- cb4_mux_l4_sr.json | 2 +- cb4_wfi_l4_sr.json | 2 +- cb4a_wfi_l4_sr.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/amz1_wfi_l4_sr.json b/amz1_wfi_l4_sr.json index 309fe90..4eda53e 100644 --- a/amz1_wfi_l4_sr.json +++ b/amz1_wfi_l4_sr.json @@ -2,7 +2,7 @@ "id": 24, "name": "AMZ1-WFI-L4-SR", "title": "AMAZONIA-1/WFI - Level-4-SR - Cloud Optimized GeoTIFF", - "description": "AMAZONIA-1/WFI Surface Reflectance product over Brazil. L4 SR product provides orthorectified surface reflectance images. This dataset is provided as Cloud Optimized GeoTIFF (COG).", + "description": "AMAZONIA-1/WFI Surface Reflectance product over Brazil and part of South America. L4 SR product provides orthorectified surface reflectance images. This dataset is provided as Cloud Optimized GeoTIFF (COG).", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": "AMAZONIA1_WFI_GRID", diff --git a/cb4_mux_l4_sr.json b/cb4_mux_l4_sr.json index 1243236..045f0ff 100644 --- a/cb4_mux_l4_sr.json +++ b/cb4_mux_l4_sr.json @@ -2,7 +2,7 @@ "id": 25, "name": "CB4-MUX-L4-SR", "title": "CBERS-4/MUX - Level-4-SR - Cloud Optimized GeoTIFF", - "description": "CBERS-4/MUX Surface Reflectance product over Brazil. L4 SR product provides orthorectified surface reflectance images. This dataset is provided as Cloud Optimized GeoTIFF (COG).", + "description": "CBERS-4/MUX Surface Reflectance product over Brazil and part of South America. L4 SR product provides orthorectified surface reflectance images. This dataset is provided as Cloud Optimized GeoTIFF (COG).", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": "CBERS4_MUX_GRID", diff --git a/cb4_wfi_l4_sr.json b/cb4_wfi_l4_sr.json index e704f98..3f7e9c9 100644 --- a/cb4_wfi_l4_sr.json +++ b/cb4_wfi_l4_sr.json @@ -2,7 +2,7 @@ "id": 20, "name": "CB4-WFI-L4-SR", "title": "CBERS-4/WFI - Level-4-SR - Cloud Optimized GeoTIFF", - "description": "CBERS-4/WFI Surface Reflectance product over Brazil. L4 SR product provides orthorectified surface reflectance images. This dataset is provided as Cloud Optimized GeoTIFF (COG).", + "description": "CBERS-4/WFI Surface Reflectance product over Brazil and part of South America. L4 SR product provides orthorectified surface reflectance images. This dataset is provided as Cloud Optimized GeoTIFF (COG).", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null, diff --git a/cb4a_wfi_l4_sr.json b/cb4a_wfi_l4_sr.json index 63404e3..0acba35 100644 --- a/cb4a_wfi_l4_sr.json +++ b/cb4a_wfi_l4_sr.json @@ -2,7 +2,7 @@ "id": 21, "name": "CB4A-WFI-L4-SR", "title": "CBERS-4A/WFI - Level-4-SR - Cloud Optimized GeoTIFF", - "description": "CBERS-4A/WFI Surface Reflectance product over Brazil. L4 SR product provides orthorectified surface reflectance images. This dataset is provided as Cloud Optimized GeoTIFF (COG).", + "description": "CBERS-4A/WFI Surface Reflectance product over Brazil and part of South America. L4 SR product provides orthorectified surface reflectance images. This dataset is provided as Cloud Optimized GeoTIFF (COG).", "temporal_composition_schema": null, "composition_function": null, "grid_ref_sys": null,