BEAT-II Record: SCIAMACHY_L2_RV

Fields

The table below gives an overview of possible fields that can be returned from an ingestion of SCIAMACHY_L2_RV 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]includedMeasurement time
latitudedouble[main]includedThe center latitude for each nadir pixel
longitudedouble[main]includedThe center longitude for each nadir pixel
corner_latitudedouble[main, 4]includedThe corner latitudes for each nadir pixel
corner_longitudedouble[main, 4]includedThe corner longitudes for each nadir pixel
o3_columndouble[main]includedOzone vertical column density
o3_column_unitstring includedmolec/cm^2 or DU
o3_column_errordouble[main]includedError on the vertical column density
o3_column_error_unitstring included%
integration_timedouble[main]includedThe integration time for a retrieval
scan_directionstring[main]includedThe scan direction for each measurement: 'forward', 'backward', or 'mixed' (for a measurement that consisted of one or more forward and backward scans)

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
integration_time_mindoubleOnly include elements for which the value is greater than or equal to the provided filter option value
integration_time_maxdoubleOnly include elements for which the value is less than or equal to the provided filter option value
integration_timedoubleOnly include elements that match the list of given filter option values
scan_directionstringOnly include elements that match the list of given filter option values
convert_to_DUbooleanIf enabled, the O3 VCD values will be converted to Dobson Units

* 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/o3_vertical_column[]/dsr_time
latitude path/geolocation[]/coor_grd[]
descriptionLatitude part of the calculated average of the four corner coordinates for this measurement
longitude path/geolocation[]/coor_grd[]
descriptionLongitude part of the calculated average of the four corner coordinates for this measurement
corner_latitude conditionNo co-adding needed
path/geolocation[]/cor_coor_nad[]/latitude
descriptionThe corners are rearranged in the following way: 0,2,3,1
 
conditionNo co-adding needed and sph.software_version = "SCIA/4.02", "SCIA/5.00", "SCIA/5.01", "SCIA/5.02", "SCIA/5.03", or "SCIA/5.04"
path/geolocation[]/cor_coor_nad[]/latitude
descriptionFirst the corners 0 and 1 are swapped and the corners 2 and 3 are swapped. Then the corners are rearranged in the following way: 0,2,3,1
 
conditionCo-adding needed and all N geolocations are within a single scan (N is not divisible by 5)
path/geolocation[]/cor_coor_nad[]
descriptioncor_coor_nad[0] and cor_coor_nad[1] are taken from the first pixel and cor_coor_nad[2] and cor_coor_nad[3] are taken from the N-th pixel. The corners are rearranged in the following way: 0,2,3,1
 
conditionCo-adding needed and all N geolocations are within a single scan (N is not divisible by 5) and sph.software_version = "SCIA/4.02", "SCIA/5.00", "SCIA/5.01", "SCIA/5.02", "SCIA/5.03", or "SCIA/5.04"
path/geolocation[]/cor_coor_nad[]
descriptioncor_coor_nad[0] is taken from cor_coor_nad[1] of the first pixel, cor_coor_nad[1] is taken from cor_coor_nad[3] of the first pixel, cor_coor_nad[2] is taken from cor_coor_nad[3] of the N-th pixel, and cor_coor_nad[3] is taken from cor_coor_nad[2] of the N-th pixel. The corners are rearranged in the following way: 0,2,3,1
 
conditionCo-adding needed of both forward and backward scan pixels (N is divisible by 5)
path/geolocation[]/cor_coor_nad[]
descriptioncor_coor_nad[0] is taken from the first pixel, cor_coor_nad[2] is taken from the fourth pixel, cor_coor_nad[1] is taken from cor_coor_nad[3] of the N-th pixel, and cor_coor_nad[3] is taken from cor_coor_nad[1] from the N-th pixel. The corners are rearranged in the following way: 0,2,3,1
 
conditionCo-adding needed of both forward and backward scan pixels (N is divisible by 5) and sph.software_version = "SCIA/4.02", "SCIA/5.00", "SCIA/5.01", "SCIA/5.02", "SCIA/5.03", or "SCIA/5.04"
path/geolocation[]/cor_coor_nad[]
descriptioncor_coor_nad[0] is taken from cor_coor_nad[1] for the first pixel, cor_coor_nad[2] is taken from cor_coor_nad[3] of the fourth pixel, cor_coor_nad[1] is taken from cor_coor_nad[2] of the N-th pixel, and cor_coor_nad[3] is taken from cor_coor_nad[0] of the N-th pixel. The corners are rearranged in the following way: 0,2,3,1
corner_longitude conditionNo co-adding needed
path/geolocation[]/cor_coor_nad[]/longitude
descriptionThe corners are rearranged in the following way: 0,2,3,1
 
conditionNo co-adding needed and sph.software_version = "SCIA/4.02", "SCIA/5.00", "SCIA/5.01", "SCIA/5.02", "SCIA/5.03", or "SCIA/5.04"
path/geolocation[]/cor_coor_nad[]/longitude
descriptionFirst the corners 0 and 1 are swapped and the corners 2 and 3 are swapped. Then the corners are rearranged in the following way: 0,2,3,1
 
conditionCo-adding needed and all N geolocations are within a single scan (N is not divisible by 5)
path/geolocation[]/cor_coor_nad[]
descriptioncor_coor_nad[0] and cor_coor_nad[1] are taken from the first pixel and cor_coor_nad[2] and cor_coor_nad[3] are taken from the N-th pixel. The corners are rearranged in the following way: 0,2,3,1
 
conditionCo-adding needed and all N geolocations are within a single scan (N is not divisible by 5) and sph.software_version = "SCIA/4.02", "SCIA/5.00", "SCIA/5.01", "SCIA/5.02", "SCIA/5.03", or "SCIA/5.04"
path/geolocation[]/cor_coor_nad[]
descriptioncor_coor_nad[0] is taken from cor_coor_nad[1] of the first pixel, cor_coor_nad[1] is taken from cor_coor_nad[3] of the first pixel, cor_coor_nad[2] is taken from cor_coor_nad[3] of the N-th pixel, and cor_coor_nad[3] is taken from cor_coor_nad[2] of the N-th pixel. The corners are rearranged in the following way: 0,2,3,1
 
conditionCo-adding needed of both forward and backward scan pixels (N is divisible by 5)
path/geolocation[]/cor_coor_nad[]
descriptioncor_coor_nad[0] is taken from the first pixel, cor_coor_nad[2] is taken from the fourth pixel, cor_coor_nad[1] is taken from cor_coor_nad[3] of the N-th pixel, and cor_coor_nad[3] is taken from cor_coor_nad[1] from the N-th pixel. The corners are rearranged in the following way: 0,2,3,1
 
conditionCo-adding needed of both forward and backward scan pixels (N is divisible by 5) and sph.software_version = "SCIA/4.02", "SCIA/5.00", "SCIA/5.01", "SCIA/5.02", "SCIA/5.03", or "SCIA/5.04"
path/geolocation[]/cor_coor_nad[]
descriptioncor_coor_nad[0] is taken from cor_coor_nad[1] for the first pixel, cor_coor_nad[2] is taken from cor_coor_nad[3] of the fourth pixel, cor_coor_nad[1] is taken from cor_coor_nad[2] of the N-th pixel, and cor_coor_nad[3] is taken from cor_coor_nad[0] of the N-th pixel. The corners are rearranged in the following way: 0,2,3,1
o3_column path/o3_vertical_column[]/o3_vcd
 
conditionconvert_to_DU = 1
path/o3_vertical_column[]/o3_vcd
descriptionconverted to Dobson Units by dividing the value by 2.6868E16
o3_column_unit descriptionWill be set to "molec/cm^2"
 
conditionconvert_to_DU = 1
descriptionWill be set to "DU"
o3_column_error path/o3_vertical_column[]/err_vcd
o3_column_error_unit descriptionWill be set to "%"
integration_time path/o3_vertical_column[]/integr_time
scan_direction path/geolocation[]/corner_coord[], /geolocation[]/dsr_time
descriptionWhen the integration time is higher than 1s we are dealing with a mixed pixel, otherwise the scan direction is based on the corner coordinates of the first ground pixel of the measurement. The first geolocation pixel is a backscan pixel if the inproduct of the unit vector of the third corner with the outproduct of the unit vector of the first corner and the unit vector of the second corner is negative (otherwise it is part of a forward scan)