BEAT-II Record: GOME_L2

Fields

The table below gives an overview of possible fields that can be returned from an ingestion of GOME_L2 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 nametypedimensionsdefaultdescription
typestring includedreference to the type of data in this record
timedouble[main]includedThe time of the measurement at end of integration time (in seconds since 2000-01-01 00:00:00)
latitudedouble[main]includedTangent latitude of the measurement
longitudedouble[main]includedTangent longitude of the measurement
corner_latitudedouble[main, 4]includedCorner latitudes for the (co-added) ground pixel of the measurement
corner_longitudedouble[main, 4]includedCorner latitudes for the (co-added) ground pixel of the measurement
o3_columndouble[main]includedOzone total column
o3_column_unitstring includedDU or mol/cm^2
o3_column_errordouble[main]includedRelative error on the Ozone total column
o3_column_error_unitstring included%
no2_columndouble[main]excludedNO2 total column
no2_column_unitstring excludedmol/cm^2
no2_column_errordouble[main]excludedRelative error on the NO2 total column
no2_column_error_unitstring excluded%
amf_o3_cloud_topdouble[main]includedAMF to cloud-top for Ozone
amf_o3_cloud_top_errordouble[main]includedRelative error on the AMF to cloud-top for Ozone
amf_o3_surfacedouble[main]includedAMF to ground for Ozone
amf_o3_surface_errordouble[main]includedRelative error on the AMF to ground for Ozone
amf_no2_cloud_topdouble[main]excludedAMF to cloud-top for NO2
amf_no2_cloud_top_errordouble[main]excludedRelative error on the AMF to cloud-top for NO2
amf_no2_surfacedouble[main]excludedAMF to ground for NO2
amf_no2_surface_errordouble[main]excludedRelative error on the AMF to ground for NO2
cloud_fractiondouble[main]excludedCloud fraction
cloud_fraction_errordouble[main]excludedRelative error on the cloud fraction (in %)
height_cloud_topdouble[main]excludedCloud top height (in km)
height_cloud_top_errordouble[main]excludedRelative error on the cloud top height (in %)
pressure_cloud_topdouble[main]excludedCloud top pressure (in hPa)
pressure_cloud_top_errordouble[main]excludedRelative error on the cloud top pressure (in %)
albedo_cloud_topdouble[main]excludedCloud top albedo
albedo_cloud_top_errordouble[main]excludedRelative error on the cloud top albedo (in %)
pressure_surfacedouble[main]excludedSurface pressure (in hPa)
height_surfacedouble[main]excludedSurface height (in km)
albedo_surfacedouble[main]excludedSurface albedo
solar_zenith_angledouble[main]excludedSolar zenith angle at instrument
los_zenith_angledouble[main]excludedViewing zenith angle at instrument
relative_azimuth_angledouble[main]excludedRelative azimuth angle at instrument
solar_zenith_angle_toadouble[main]excludedSolar zenith angle at top of atmosphere
los_zenith_angle_toadouble[main]excludedViewing zenith angle at top of atmosphere
relative_azimuth_angle_toadouble[main]excludedRelative azimuth angle at top of atmosphere
scan_subset_counteruint8[main]excludedThe relative index (0-3) of this measurement within a scan (forward + backward)
scan_directionstring[main]excludedThe scan direction for each measurement: 'forward' or 'backward'

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 nametypedescription
product_versionintegerIf multiple product format versions for this product type exist, you can use this filter option to select from which ones data should be ingested (i.e. you can provide a space-separated list of allowed product format version numbers). The list of available version numbers for this product type can be found in the CODA Product Format Definitions documentation.
includestringProvide 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.
excludestringProvide 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_mintime*Only include elements for which the value is greater than or equal to the provided filter option value
time_maxtime*Only include elements for which the value is less than or equal to the provided filter option value
timetime*Only include elements that match the list of given filter option values
latitude_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
latitude_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
latitudedoubleOnly include elements that match the list of given filter option values
longitude_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
longitude_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
longitudedoubleOnly include elements that match the list of given filter option values
o3_column_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o3_column_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o3_columndoubleOnly include elements that match the list of given filter option values
o3_column_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
o3_column_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
o3_column_errordoubleOnly include elements that match the list of given filter option values
no2_column_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
no2_column_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
no2_columndoubleOnly include elements that match the list of given filter option values
no2_column_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
no2_column_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
no2_column_errordoubleOnly include elements that match the list of given filter option values
amf_o3_cloud_top_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
amf_o3_cloud_top_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
amf_o3_cloud_topdoubleOnly include elements that match the list of given filter option values
amf_o3_cloud_top_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
amf_o3_cloud_top_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
amf_o3_cloud_top_errordoubleOnly include elements that match the list of given filter option values
amf_o3_surface_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
amf_o3_surface_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
amf_o3_surfacedoubleOnly include elements that match the list of given filter option values
amf_o3_surface_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
amf_o3_surface_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
amf_o3_surface_errordoubleOnly include elements that match the list of given filter option values
amf_no2_cloud_top_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
amf_no2_cloud_top_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
amf_no2_cloud_topdoubleOnly include elements that match the list of given filter option values
amf_no2_cloud_top_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
amf_no2_cloud_top_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
amf_no2_cloud_top_errordoubleOnly include elements that match the list of given filter option values
amf_no2_surface_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
amf_no2_surface_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
amf_no2_surfacedoubleOnly include elements that match the list of given filter option values
amf_no2_surface_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
amf_no2_surface_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
amf_no2_surface_errordoubleOnly include elements that match the list of given filter option values
cloud_fraction_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
cloud_fraction_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
cloud_fractiondoubleOnly include elements that match the list of given filter option values
cloud_fraction_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
cloud_fraction_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
cloud_fraction_errordoubleOnly include elements that match the list of given filter option values
height_cloud_top_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
height_cloud_top_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
height_cloud_topdoubleOnly include elements that match the list of given filter option values
height_cloud_top_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
height_cloud_top_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
height_cloud_top_errordoubleOnly include elements that match the list of given filter option values
pressure_cloud_top_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
pressure_cloud_top_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
pressure_cloud_topdoubleOnly include elements that match the list of given filter option values
pressure_cloud_top_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
pressure_cloud_top_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
pressure_cloud_top_errordoubleOnly include elements that match the list of given filter option values
albedo_cloud_top_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
albedo_cloud_top_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
albedo_cloud_topdoubleOnly include elements that match the list of given filter option values
albedo_cloud_top_error_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
albedo_cloud_top_error_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
albedo_cloud_top_errordoubleOnly include elements that match the list of given filter option values
pressure_surface_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
pressure_surface_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
pressure_surfacedoubleOnly include elements that match the list of given filter option values
height_surface_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
height_surface_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
height_surfacedoubleOnly include elements that match the list of given filter option values
albedo_surface_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
albedo_surface_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
albedo_surfacedoubleOnly include elements that match the list of given filter option values
solar_zenith_angle_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
solar_zenith_angle_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
solar_zenith_angledoubleOnly include elements that match the list of given filter option values
los_zenith_angle_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
los_zenith_angle_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
los_zenith_angledoubleOnly include elements that match the list of given filter option values
relative_azimuth_angle_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
relative_azimuth_angle_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
relative_azimuth_angledoubleOnly include elements that match the list of given filter option values
solar_zenith_angle_toa_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
solar_zenith_angle_toa_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
solar_zenith_angle_toadoubleOnly include elements that match the list of given filter option values
los_zenith_angle_toa_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
los_zenith_angle_toa_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
los_zenith_angle_toadoubleOnly include elements that match the list of given filter option values
relative_azimuth_angle_toa_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
relative_azimuth_angle_toa_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
relative_azimuth_angle_toadoubleOnly include elements that match the list of given filter option values
scan_subset_counter_minintegerOnly include elements for which the value is greater than or equal to the provided filter option value
scan_subset_counter_maxintegerOnly include elements for which the value is less than or equal to the provided filter option value
scan_subset_counterintegerOnly include elements that match the list of given filter option values
scan_directionstringOnly include elements that match the list of given filter option values
o3_column_variantstringSelect between the Ozone total column values in Dobson Units (the default, if no filter option is provided), the Ozone VCD for window 0 (vcd0) or the VCD for window 1 (vcd1). This option also affects which AMF values for Ozone are ingested (none, window 0, or window 1)

* 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 namemapping description
time path/ddr[]/glr/datetime
latitude path/ddr[]/glr/corners[4]/lat
longitude pathddr[]/glr/corners[4]/lon
descriptionEach longitude will be transformed from a value in the range 0 - 360 to a value in the range -180 - 180
corner_latitude path/ddr[]/glr/corners[0:3]/lat
corner_longitude path/ddr[]/glr/corners[0:3]/lon
o3_column path/ddr[]/tot_ozone
 
conditiono3_column_variant=vcd0
path/ddr[]/irr/vcd[0]
 
conditiono3_column_variant=vcd1
path/ddr[]/irr/vcd[1]
o3_column_unit descriptionWill be set to "DU"
 
conditiono3_column_unit_variant=vcd0
descriptionWill be set to "mol/cm^2"
 
conditiono3_column_unit_variant=vcd1
descriptionWill be set to "mol/cm^2"
o3_column_error path/ddr[]/err_ozone
 
conditiono3_column_error_variant=vcd0
path/ddr[]/irr/error[0]
 
conditiono3_column_error_variant=vcd1
path/ddr[]/irr/error[1]
o3_column_error_unit descriptionWill be set to "%"
no2_column path/ddr[]/irr/vcd[2]
no2_column_unit descriptionWill be set to "mol/cm^2"
no2_column_error path/ddr[]/irr/error[2]
no2_column_error_unit descriptionWill be set to "%"
amf_o3_cloud_top conditiono3_column_variant filter option is "vcd0"
path/ddr[]/amf/cld_top[0]
 
conditiono3_column_variant filter option is "vcd1"
path/ddr[]/amf/cld_top[1]
amf_o3_cloud_top_error conditiono3_column_variant filter option is "vcd0" and product format version > 1
path/ddr[]/amf/cld_top_error[0]
 
conditiono3_column_variant filter option is "vcd1" and product format version > 1
path/ddr[]/amf/cld_top_error[1]
amf_o3_surface conditiono3_column_variant filter option is "vcd0"
path/ddr[]/amf/ground[0]
 
conditiono3_column_variant filter option is "vcd1"
path/ddr[]/amf/ground[1]
amf_o3_surface_error conditiono3_column_variant filter option is "vcd0" and product format version > 1
path/ddr[]/amf/ground_error[0]
 
conditiono3_column_variant filter option is "vcd1" and product format version > 1
path/ddr[]/amf/ground_error[1]
amf_no2_cloud_top path/ddr[]/amf/cld_top[2]
amf_no2_cloud_top_error path/ddr[]/amf/cld_top_error[2]
amf_no2_surface path/ddr[]/amf/ground[2]
amf_no2_surface_error path/ddr[]/amf/surface_error[2]
cloud_fraction conditionproduct format version == 1
path/ddr[]/icfa/frac
 
conditionproduct format version > 1
path/ddr[]/ocra/cloud_frac
cloud_fraction_error conditionproduct format version == 1
path/ddr[]/icfa/err_frac
 
conditionproduct format version > 1
path/ddr[]/ocra/cloud_frac_error
height_cloud_top conditionproduct format version > 1
path/ddr[]/rocinn/height
height_cloud_top_error conditionproduct format version > 1
path/ddr[]/rocinn/height_error
pressure_cloud_top conditionproduct format version == 1
path/ddr[]/icfa/press
 
conditionproduct format version > 1
path/ddr[]/rocinn/pressure
pressure_cloud_top_error conditionproduct format version == 1
path/ddr[]/icfa/err_press
 
conditionproduct format version > 1
path/ddr[]/rocinn/pressure_error
albedo_cloud_top conditionproduct format version > 1
path/ddr[]/rocinn/albedo
albedo_cloud_top_error conditionproduct format version > 1
path/ddr[]/rocinn/albedo_error
pressure_surface conditionproduct format version == 1
path/ddr[]/icfa/surf_press
 
conditionproduct format version > 1
path/ddr[]/surface_pressure
height_surface conditionproduct format version > 1
path/ddr[]/surface_height
albedo_surface conditionproduct format version > 1
path/ddr[]/surface_albedo
solar_zenith_angle path/ddr[]/glr/sza[1]
los_zenith_angle path/ddr[]/glr/line_sight[1]
relative_azimuth_angle path/ddr[]/glr/rel_azi[1]
solar_zenith_angle_toa path/ddr[]/glr/sza_toa[1]
los_zenith_angle_toa path/ddr[]/glr/line_sight_toa[1]
relative_azimuth_angle_toa path/ddr[]/glr/rel_azi_toa[1]
scan_subset_counter path/ddr[]/glr/subset_counter
descriptionif a measurement consisted of multiple ground pixels, the subset counter of the last pixel is taken
scan_direction path/ddr[]/glr/subset_counter
descriptionThe scan direction is based on the subset_counter of the measurement (0-2 = forward, 3 = backward)