Google Earth Engine ——数据全解析专辑(COPERNICUS/S5P/OFFL/L3_HCHO)大气甲醛 (HCHO) 浓度的离线高分辨率数据集

OFFL/L3_HCHO

 

This dataset provides offline high-resolution imagery of atmospheric formaldehyde (HCHO) concentrations.

Formaldehyde is an intermediate gas in almost all oxidation chains of non-methane volatile organic compounds (NMVOC), leading eventually to CO2. Non-Methane Volatile Organic Compounds (NMVOCs) are, together with NOx, CO and CH4, among the most important precursors of tropospheric O3. The major HCHO source in the remote atmosphere is CH4 oxidation. Over the continents, the oxidation of higher NMVOCs emitted from vegetation, fires, traffic and industrial sources results in important and localized enhancements of the HCHO levels. The seasonal and inter-annual variations of the formaldehyde distribution are principally related to temperature changes and fire events, but also to changes in anthropogenic activities. HCHO concentrations in the boundary layer can be directly related to the release of short-lived hydrocarbons, which mostly cannot be observed directly from space. [More information]

OFFL/L3_HCHO
该数据集提供了大气甲醛 (HCHO) 浓度的离线高分辨率图像。

甲醛是几乎所有非甲烷挥发性有机化合物 (NMVOC) 氧化链中的中间气体,最终会导致 CO2。非甲烷挥发性有机化合物 (NMVOC) 与 NOx、CO 和 CH4 一起,是对流层 O3 最重要的前体。偏远大气中的主要 HCHO 来源是 CH4 氧化。在各大洲,植被、火灾、交通和工业源排放的较高 NMVOC 的氧化导致 HCHO 水平的重要和局部提高。甲醛分布的季节性和年际变化主要与温度变化和火灾事件有关,但也与人为活动的变化有关。边界层中的 HCHO 浓度可能与短寿命碳氢化合物的释放直接相关,而这些碳氢化合物大多无法直接从太空中观察到。 [更多信息]

Dataset Availability

2018-12-05T12:14:36 - 2021-09-04T00:00:00

Dataset Provider

European Union/ESA/Copernicus

Collection Snippet

ee.ImageCollection("COPERNICUS/S5P/OFFL/L3_HCHO")

Resolution

0.01 degrees

Bands Table

NameDescriptionMin*Max*Units
tropospheric_HCHO_column_number_densityTropospheric HCHO column number density.-0.01720.0074mol/m^2
tropospheric_HCHO_column_number_density_amfTropospheric air mass factor.0.1774.058mol/m^2
HCHO_slant_column_number_densityHCHO slant column number density.-0.014250.00735mol/m^2
cloud_fractionEffective cloud fraction. See the [Sentinel 5P L2 Input/Output Data Definition Spec](https://sentinels.copernicus.eu/documents/247904/3119978/Sentinel-5P-Level-2-Input-Output-Data-Definition), p.220.01fraction
sensor_azimuth_angleAzimuth angle of the satellite at the ground pixel location (WGS84); angle measured East-of-North.-180180degrees
sensor_zenith_angleZenith angle of the satellite at the ground pixel location (WGS84); angle measured away from the vertical.0.09866.57degrees
solar_azimuth_angleAzimuth angle of the Sun at the ground pixel location (WGS84); angle measured East-of-North.-180180degrees
solar_zenith_angleZenith angle of the satellite at the ground pixel location (WGS84); angle measured away from the vertical.8.76101.17degrees

* = Values are estimated

NameTypeDescription
ALGORITHM_VERSIONStringThe algorithm version used in L2 processing. It's separate from the processor (framework) version, to accommodate different release schedules for different products.
BUILD_DATEStringThe date, expressed as milliseconds since 1 Jan 1970, when the software used to perform L2 processing was built.
HARP_VERSIONIntThe version of the HARP tool used to grid the L2 data into an L3 product.
INSTITUTIONStringThe institution where data processing from L1 to L2 was performed.
L3_PROCESSING_TIMEIntThe date, expressed as milliseconds since 1 Jan 1970, when Google processed the L2 data into L3 using harpconvert.
LAT_MAXDoubleThe maximum latitude of the asset (degrees).
LAT_MINDoubleThe minimum latitude of the asset (degrees).
LON_MAXDoubleThe maximum longitude of the asset (degrees).
LON_MINDoubleThe minimum longitude of the asset (degrees).
ORBITIntThe orbit number of the satellite when the data was acquired.
PLATFORMStringName of the platform which acquired the data.
PROCESSING_STATUSStringThe processing status of the product on a global level, mainly based on the availability of auxiliary input data. Possible values are "Nominal" and "Degraded".
PROCESSOR_VERSIONStringThe version of the software used for L2 processing, as a string of the form "major.minor.patch".
PRODUCT_IDStringId of the L2 product used to generate this asset.
PRODUCT_QUALITYStringIndicator that specifies whether the product quality is degraded or not. Allowed values are "Degraded" and "Nominal".
SENSORStringName of the sensor which acquired the data.
SPATIAL_RESOLUTIONStringSpatial resolution at nadir. For most products this is `3.5x7km2`, except for `L2__O3__PR`, which uses `28x21km2`, and `L2__CO____` and `L2__CH4___`, which both use `7x7km2`. This attribute originates from the CCI standard.
TIME_REFERENCE_DAYS_SINCE_1950IntDays from 1 Jan 1950 to when the data was acquired.
TIME_REFERENCE_JULIAN_DAYDoubleThe Julian day number when the data was acquired.
TRACKING_IDStringUUID for the L2 product file.

CLOSEIMPORT

代码:

var collection = ee.ImageCollection('COPERNICUS/S5P/NRTI/L3_HCHO')
  .select('tropospheric_HCHO_column_number_density')
  .filterDate('2019-06-01', '2019-06-06');

var band_viz = {
  min: 0.0,
  max: 0.0003,
  palette: ['black', 'blue', 'purple', 'cyan', 'green', 'yellow', 'red']
};

Map.addLayer(collection.mean(), band_viz, 'S5P HCHO');
Map.setCenter(0.0, 0.0, 2);

影像: 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

此星光明

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值