Sentinel-5P NRTI O3: Near Real Time Ozone Data (COPERNICUS/S5P/NRTI/L3_O3)

###Sentinel-5 Precursor

Sentinel-5 Precursor is a satellite launched on 13 October 2017
by the European Space Agency to monitor air pollution. The onboard sensor
is frequently referred to as Tropomi (TROPOspheric Monitoring Instrument).

All of the S5P datasets have two versions: Near Real-Time (NRTI) and Offline
(OFFL). The NRTI assets cover a smaller area than the OFFL assets, but
appear more quickly after acquisition. The OFFL assets contain data
from a single orbit (which, due to half the earth being dark, contains
data only for a single hemisphere).

The original Sentinel 5P Level 2 (L2) data is binned
by time, not by latitude/longitude. To make it possible to ingest the data
into Earth Engine, each Sentinel 5P L2 product is converted to L3, keeping
a single grid per orbit (that is, no aggregation across products
is performed).

Source products spanning the antimeridian are ingested as two Earth Engine
assets, with suffixes _1 and _2.

The conversion to L3 is done by the harpconvert
tool using the bin_spatial operation. The source data is filtered to
remove any values with QA values of less than 50.

###NRTI/L3_O3

This dataset provides NRTI high-resolution imagery of ozone concentrations.

Example harpconvert invocation:

harpconvert --format hdf5 --hdf5-compression 9
-a 'O3_column_number_density_validity>50;derive(datetime_stop {time});
bin_spatial(2001, 50.000000, 0.01, 2001, -120.000000, 0.01);
keep(O3_column_number_density,O3_column_number_density_amf,
O3_slant_column_number_density,O3_effective_temperature,cloud_fraction,
sensor_azimuth_angle,sensor_zenith_angle,solar_azimuth_angle,
solar_zenith_angle)'
S5P_NRTI_L2__O3_____20180710T230038_20180710T230538_03840_01_010000_20180711T005227.nc
output.h5
NameDescriptionGee:unit
O3_column_number_densityTotal atmospheric column of O3 between the surface and the top of atmosphere, calculated with the [DOAS algorithm](http://projects.knmi.nl/omi/research/product/product_generator.php?info=algo&product=Ozone&flavour=OMDOAO3&long=DOAS%20Total%20Ozone%20column). mol/m^2
O3_column_number_density_amfWeighted mean of cloudy and clear air mass factor (amf) weighted by intensity-weighted cloud fraction. mol/m^2
O3_slant_column_number_densityO3 ring corrected slant column number densitymol/m^2
O3_effective_temperatureOzone cross section effective temperatureK
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. fraction
sensor_azimuth_angleAzimuth angle of the satellite at the ground pixel location (WGS84); angle measured East-of-North. degrees
sensor_zenith_angleZenith angle of the satellite at the ground pixel location (WGS84); angle measured away from the vertical. degrees
solar_azimuth_angleAzimuth angle of the Sun at the ground pixel location (WGS84); angle measured East-of-North. degrees
solar_zenith_angleZenith angle of the satellite at the ground pixel location (WGS84); angle measured away from the vertical. degrees

Providers

European Union/ESA/Copernicus (producer, licensor)
Google Earth Engine (host)
STAC Version 0.6.2
Keywords TROPOMI, air_quality, copernicus, esa, eu, o3, ozone, pollution, s5p, sentinel
License proprietary
Temporal Extent 7/10/2018, 4:02:44 AM - now
Type image_collection
GSD arc degreesm
Platform Sentinel-5P
Instrument TROPOMI
cube:dimensions {"x":{"type":"spatial","axis":"x","extent":[-180,180]},"y":{"type":"spatial","axis":"y","extent":[-90,90]},"temporal":{"type":"temporal","extent":["2018-07-10T11:02:44Z",null]},"bands":{"type":"bands","values":["O3_column_number_density","O3_column_number_density_amf","O3_slant_column_number_density","O3_effective_temperature","cloud_fraction","sensor_azimuth_angle","sensor_zenith_angle","solar_azimuth_angle","solar_zenith_angle"]}}