Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CBERS DN Metadata #76

Merged
merged 15 commits into from
Jan 3, 2025
237 changes: 237 additions & 0 deletions cb2b-ccd-l2-dn.json
Original file line number Diff line number Diff line change
@@ -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.",
marujore marked this conversation as resolved.
Show resolved Hide resolved
"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": [
marujore marked this conversation as resolved.
Show resolved Hide resolved
"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": {
marujore marked this conversation as resolved.
Show resolved Hide resolved
"title": "Thumbnail",
"type": "image/png",
"bands": {
"red": "BAND1",
"green": "BAND2",
"blue": "BAND3"
},
"roles": [
"thumbnail"
]
}
}
}
117 changes: 117 additions & 0 deletions cb2b-hrc-l2-dn.json
Original file line number Diff line number Diff line change
@@ -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.",
marujore marked this conversation as resolved.
Show resolved Hide resolved
"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,
marujore marked this conversation as resolved.
Show resolved Hide resolved
"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"
]
}
}
}
Loading