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

Inclusão dos metadados do Sentinel-5P #18

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
127 changes: 127 additions & 0 deletions sentinel-5p/s5p_l2_aerai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
{
"id":,
"name": "S5P_L2_AER_AI_NRTI",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use hifen as separator

"title": "Sentinel5P - Level-2 - Ultra violet aerosol index",
"description": "Aerosol index with a spatial resolution of 5.5×3.5km2 observed from spectra measured by TROPOMI",
"temporal_composition_schema": null,
"composition_function": null,
"grid_ref_sys": null,
marujore marked this conversation as resolved.
Show resolved Hide resolved
"collection_type": "collection",
"metadata": {
"providers": [
{
"name": "European Space Agency (ESA)",
"roles": [
"producer",
"licensor"
],
"url": "https://earth.esa.int/"
},
{
"name": "National Institute for Space Research (INPE)",
"roles": [
"host"
],
"url": "https://data.inpe.br/big/"
}
],
"license": {
"type": "proprietary",
"uri": "https://sentinels.copernicus.eu/documents/247904/690755/Sentinel_Data_Legal_Notice"
}
},
"keywords": [
"sentinel",
"sentinel-5p",
"level-2",
"aerosol index",
"earth observation"
],
"is_public": true,
"is_available": true,
"category": "eo",
"version": 1,
"version_predecessor": null,
"version_successor": null,
"bands": [
{
"name": "aerosol_index_335_367",
"common_name": "UV aerosol index from 367 and 335 nm (unitless)",
"description": "The Aerosol Index (AI) is a qualitative index indicating the presence of elevated layers of aerosols in the atmosphere. It can be used to detect the presence of UV absorbing aerosols such as desert dust and volcanic ash plumes. Positive values (from light blue to red) indicate the presence of UV-absorbing aerosol.",
"min_value": -1,
"max_value": 5,
"nodata": 9.96921e+36,
"scale": 1,
"data_type": "float",
"mime_type": "application/x-netcdf4",
"resolution_x": 5.5,
"resolution_y": 3.5,
"resolution_unit": "Kilometer",
"center_wavelength": 0.351,
"full_width_half_max": 0.54
},
{
"name": "aerosol_index_340_380",
"common_name": "UV aerosol index from 380 and 340 nm (unitless)",
"description": "The Aerosol Index (AI) is a qualitative index indicating the presence of elevated layers of aerosols in the atmosphere. It can be used to detect the presence of UV absorbing aerosols such as desert dust and volcanic ash plumes. Positive values (from light blue to red) indicate the presence of UV-absorbing aerosol.",
"min_value": -1,
"max_value": 5,
"nodata": 9.96921e+36,
"scale": 1,
"data_type": "float",
"mime_type": "application/x-netcdf4",
"resolution_x": 5.5,
"resolution_y": 3.5,
"resolution_unit": "Kilometer",
"center_wavelength": 0.360,
"full_width_half_max": 0.54
},
{
"name": "aerosol_index_354_388",
"common_name": "UV aerosol index from 388 and 354 nm (unitless)",
"description": "The Aerosol Index (AI) is a qualitative index indicating the presence of elevated layers of aerosols in the atmosphere. It can be used to detect the presence of UV absorbing aerosols such as desert dust and volcanic ash plumes. Positive values (from light blue to red) indicate the presence of UV-absorbing aerosol.",
"min_value": -1,
"max_value": 5,
"nodata": 9.96921e+36,
"scale": 1,
"data_type": "float",
"mime_type": "application/x-netcdf4",
"resolution_x": 5.5,
"resolution_y": 3.5,
"resolution_unit": "Kilometer",
"center_wavelength": 0.371,
"full_width_half_max": 0.54
}
],
"summaries": {
"platform": [
"sentinel-5p"
],
"constellation": [
"sentinel-5p"
],
"instruments": [
"tropomi"
],
"gsd": [
null
],
"view:off_nadir": [
0
]
},
"item_assets": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this collection have a thumbnail asset?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At first not, but I'll make some tests next week

"cloud": {
"type": "application/x-netcdf",
"roles": [
"data"
]
}
},
"properties": {
"sources": [
"https://dataspace.copernicus.eu/"
]
}
}

111 changes: 111 additions & 0 deletions sentinel-5p/s5p_l2_aerlh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
{
Copy link
Contributor

@marujore marujore Mar 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please review the following points for this collection

  • title should use hifen after processing level ( "- Level-2 -")
  • Is this data provided following a grid?
  • for all bands:
    • data_type must be "float32"
    • centerwavelength does not show nm unit, it is provided as micrometer, so for nano meters use 0.xxx
    • Can full_width_half_max be provided?
  • verify constellation
  • Will this collection have a thumbnail?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use hifen as separator

"id":,
"name": "S5P_L2_AER_LH_NRTI",
"title": "Sentinel5P - Level-2 - Aerosol layer height",
"description": "Altitude of elevated aerosol layer for cloud-free observations with a spatial resolution of 5.5×3.5km2 observed from spectra measured by TROPOMI",
"temporal_composition_schema": null,
"composition_function": null,
"grid_ref_sys": null,
"collection_type": "collection",
"metadata": {
"providers": [
{
"name": "European Space Agency (ESA)",
"roles": [
"producer",
"licensor"
],
"url": "https://earth.esa.int/"
},
{
"name": "National Institute for Space Research (INPE)",
"roles": [
"host"
],
"url": "https://data.inpe.br/big/"
}
],
"license": {
"type": "proprietary",
"uri": "https://sentinels.copernicus.eu/documents/247904/690755/Sentinel_Data_Legal_Notice"
}
},
"keywords": [
"sentinel",
"sentinel-5p",
"level-2",
"aerosol layer height",
"earth observation"
],
"is_public": true,
"is_available": true,
"category": "eo",
"version": 1,
"version_predecessor": null,
"version_successor": null,
"bands": [
{
"name": "aerosol_mid_height",
"common_name": "Height at center of aerosol layer relative to geoid (meters)",
"description": "The aerosol layer mid pressure (pmid) is converted into an aerosol layer mid altitude (zmid) using an appropriate temperature profile, i.e. the temperature profile used in the retrieval. The value is given relative to the geoid",
"min_value": 0,
"max_value": 10000,
"nodata": 9.96921e+36,
"scale": 1,
"data_type": "float",
"mime_type": "application/x-netcdf4",
"resolution_x": 5.5,
"resolution_y": 3.5,
"resolution_unit": "Kilometer",
"center_wavelength": null,
"full_width_half_max": null
},
{
"name": "aerosol_mid_pressure",
"common_name": "Air_pressure_at_center_of_aerosol_layer, never higher than surface pressure (Pa)",
"description": "Mid pressure of an aerosol layer with an assumed pressure thickness of (currently) 50 hPa and a constant aerosol volume extinction coefficient and single scattering albedo. Mid pressure is equal to top pressure plus bottom pressure divided by two.",
"min_value": 150,
"max_value": 1050,
"nodata": 9.96921e+36,
"scale": 1,
"data_type": "float",
"mime_type": "application/x-netcdf4",
"resolution_x": 5.5,
"resolution_y": 3.5,
"resolution_unit": "Kilometer",
"center_wavelength": null,
"full_width_half_max": null
}
],
"summaries": {
"platform": [
"sentinel-5p"
],
"constellation": [
"sentinel-5p"
],
"instruments": [
"tropomi"
],
"gsd": [
null
],
"view:off_nadir": [
0
]
},
"item_assets": {
"cloud": {
"type": "application/x-netcdf",
"roles": [
"data"
]
}
},
"properties": {
"sources": [
"https://dataspace.copernicus.eu/"
]
}
}

Loading