BEAT-II Record: OMI_L2_OMPROO3
Fields
The table below gives an overview of possible fields that can be returned from an ingestion of OMI_L2_OMPROO3 data. The 'default' column indicates whether the specified data item is included in the ingestion by default or not. You can change which data items are ingested by making use of the include and exclude filter options (see below).
| field name | type | dimensions | default | description |
|---|---|---|---|---|
type | string | included | reference to the type of data in this record | |
elements_per_profile | int32 | [profile] | included | |
time_per_profile | double | [profile] | included | The time of the profile (in seconds since 2000-01-01 00:00:00) |
latitude_per_profile | double | [profile] | included | The center latitude for a profile |
longitude_per_profile | double | [profile] | included | The center longitude for a profile |
pressure | double | [main] | included | The pressure level for each profile element |
o3 | double | [main] | included | Ozone concentration |
o3_unit | string | included | DU | |
o3_error | double | [main] | included | Precision of the ozone concentration |
o3_error_unit | string | included | DU | |
o3_validity_per_profile | int32 | [profile] | excluded | Flags describing the O3 profile processing quality |
solar_zenith_angle_wgs84_per_profile | double | [profile] | excluded | Solar zenith angle at WGS84 ellipsoid for center co-ordinate of the ground pixel |
solar_azimuth_angle_wgs84_per_profile | double | [profile] | excluded | Solar azimuth angle at WGS84 ellipsoid for center co-ordinate of the ground pixel, defined Easth-of-North |
viewing_zenith_angle_wgs84_per_profile | double | [profile] | excluded | Viewing zenith angle at WGS84 ellipsoid for center co-ordinate of the ground pixel |
viewing_azimuth_angle_wgs84_per_profile | double | [profile] | excluded | Viewing azimuth angle at WGS84 ellipsoid for center co-ordinate of the ground pixel, defined Easth-of-North |
Ingestion filter options
Ingestion filter options are passed as a ',' or ';' separated string to the ingestion function. Each filter option needs to be formulated as option_name=value[ value value] (some options accept more than one value). For example, if a product has filter options 'altitude_min' and 'time_min' you can provide a filter option string "latitude_min=30,time_min=2003-01-01" to get all measurements at or above 30km and on or after January 1st 2003.
| option name | type | description |
|---|---|---|
include | string | Provide a space-separated list of field names to ingest additional data items (i.e. fields that are not ingested by default). You can use the special case include=* to indicate that you want to ingest all available data items. |
exclude | string | Provide a space-separated list of field names that you don't want ingested. Mind that the exclude filter is processed after the include filter. |
time_per_profile_min | time* | Only include elements for which the value is greater than or equal to the provided filter option value |
time_per_profile_max | time* | Only include elements for which the value is less than or equal to the provided filter option value |
time_per_profile | time* | Only include elements that match the list of given filter option values |
latitude_per_profile_min | double | Only include elements for which the value is greater than or equal to the provided filter option value |
latitude_per_profile_max | double | Only include elements for which the value is less than or equal to the provided filter option value |
latitude_per_profile | double | Only include elements that match the list of given filter option values |
longitude_per_profile_min | double | Only include elements for which the value is greater than or equal to the provided filter option value |
longitude_per_profile_max | double | Only include elements for which the value is less than or equal to the provided filter option value |
longitude_per_profile | double | Only include elements that match the list of given filter option values |
pressure_min | double | Only include elements for which the value is greater than or equal to the provided filter option value |
pressure_max | double | Only include elements for which the value is less than or equal to the provided filter option value |
pressure | double | Only include elements that match the list of given filter option values |
o3_min | double | Only include elements for which the value is greater than or equal to the provided filter option value |
o3_max | double | Only include elements for which the value is less than or equal to the provided filter option value |
o3 | double | Only include elements that match the list of given filter option values |
o3_error_min | double | Only include elements for which the value is greater than or equal to the provided filter option value |
o3_error_max | double | Only include elements for which the value is less than or equal to the provided filter option value |
o3_error | double | Only include elements that match the list of given filter option values |
o3_validity_per_profile_min | integer | Only include elements for which the value is greater than or equal to the provided filter option value |
o3_validity_per_profile_max | integer | Only include elements for which the value is less than or equal to the provided filter option value |
o3_validity_per_profile | integer | Only include elements that match the list of given filter option values |
solar_zenith_angle_wgs84_per_profile_min | double | Only include elements for which the value is greater than or equal to the provided filter option value |
solar_zenith_angle_wgs84_per_profile_max | double | Only include elements for which the value is less than or equal to the provided filter option value |
solar_zenith_angle_wgs84_per_profile | double | Only include elements that match the list of given filter option values |
solar_azimuth_angle_wgs84_per_profile_min | double | Only include elements for which the value is greater than or equal to the provided filter option value |
solar_azimuth_angle_wgs84_per_profile_max | double | Only include elements for which the value is less than or equal to the provided filter option value |
solar_azimuth_angle_wgs84_per_profile | double | Only include elements that match the list of given filter option values |
viewing_zenith_angle_wgs84_per_profile_min | double | Only include elements for which the value is greater than or equal to the provided filter option value |
viewing_zenith_angle_wgs84_per_profile_max | double | Only include elements for which the value is less than or equal to the provided filter option value |
viewing_zenith_angle_wgs84_per_profile | double | Only include elements that match the list of given filter option values |
viewing_azimuth_angle_wgs84_per_profile_min | double | Only include elements for which the value is greater than or equal to the provided filter option value |
viewing_azimuth_angle_wgs84_per_profile_max | double | Only include elements for which the value is less than or equal to the provided filter option value |
viewing_azimuth_angle_wgs84_per_profile | double | Only include elements that match the list of given filter option values |
* Time values can be passed as either 'yyyy-mm-dd', 'yyyy-mm-ddThh:mm:ss', 'yyyy-mm-ddThh:mm:ss.uuuuuu' or a floating point value indicating the amount of seconds since 2000-01-01 00:00:00.
Mapping description
Below a description is provided on how each data item in the ingested record was retrieved from the product.
| field name | mapping description | |
|---|---|---|
time_per_profile |
path | /HDFEOS/SWATHS/O3Profile/Geolocation_Fields/Time[] |
| description | The time converted from TAI93 to seconds since 2000-01-01T00:00:00 | |
latitude_per_profile |
path | /HDFEOS/SWATHS/O3Profile/Geolocation_Fields/Latitude[] |
longitude_per_profile |
path | /HDFEOS/SWATHS/O3Profile/Geolocation_Fields/Longitude[] |
pressure |
path | /HDFEOS/SWATHS/O3Profile/Geolocation_Fields/Pressure[] |
o3 |
path | /HDFEOS/SWATHS/O3Profile/Data_Fields/O3[] |
o3_unit |
description | Will be set to "DU" |
o3_error |
path | /HDFEOS/SWATHS/O3Profile/Data_Fields/O3Precision[] |
o3_error_unit |
description | Will be set to "DU" |
o3_validity_per_profile |
path | /HDFEOS/SWATHS/O3Profile/Data_Fields/ProcessingQualityFlag[] |
solar_zenith_angle_wgs84_per_profile |
path | /HDFEOS/SWATHS/O3Profile/Geolocation_Fields/SolarZenithAngle[] |
solar_azimuth_angle_wgs84_per_profile |
path | /HDFEOS/SWATHS/O3Profile/Geolocation_Fields/SolarAzimuthAngle[] |
viewing_zenith_angle_wgs84_per_profile |
path | /HDFEOS/SWATHS/O3Profile/Geolocation_Fields/ViewingZenithAngle[] |
viewing_azimuth_angle_wgs84_per_profile |
path | /HDFEOS/SWATHS/O3Profile/Geolocation_Fields/ViewingAzimuthAngle[] |