id | field name | definition |
0 | startdatetime |
binary time | size: 12 |
Start of timerange for which this data should be used
unit: "s since 2000-01-01"
value: float(./days) * 86400 + float(./seconds) + float(./microseconds) / 1000000
binary record | size: 12 |
ENVISAT binary datetime
id | field name | definition |
0 | days |
binary int32 | size: 4 |
days since January 1st, 2000 (may be negative)
unit: "days since 2000-01-01"
|
|
1 | seconds |
binary uint32 | size: 4 |
seconds since start of day
unit: "s"
|
|
2 | microseconds |
binary uint32 | size: 4 |
microseconds since start of second
unit: "1e-6 s"
|
|
|
|
|
1 | enddatetime |
binary time | size: 12 |
End of timerange for which this data should be used
unit: "s since 2000-01-01"
value: float(./days) * 86400 + float(./seconds) + float(./microseconds) / 1000000
binary record | size: 12 |
ENVISAT binary datetime
id | field name | definition |
0 | days |
binary int32 | size: 4 |
days since January 1st, 2000 (may be negative)
unit: "days since 2000-01-01"
|
|
1 | seconds |
binary uint32 | size: 4 |
seconds since start of day
unit: "s"
|
|
2 | microseconds |
binary uint32 | size: 4 |
microseconds since start of second
unit: "1e-6 s"
|
|
|
|
|
2 | num_latitude_ranges |
binary int16 | size: 2 |
Number of Latitude ranges used by this climatology (Typical values: 18 or 90)
|
|
3 | climlat |
binary array[dim_0] |
List of Num_Latitude_Ranges structures containing the climatology as a function of Longitude and Altitude for the given date and latitude.
dim_0: int(:/../num_latitude_ranges)
binary record |
id | field name | definition |
0 | startlatitude |
binary int32 (double) | size: 4 |
Start of latitude range for which this data should be used
unit: "1e-6 degrees_north"
converted unit: "degrees_north" (multiply by 1/1000000)
|
|
1 | endlatitude |
binary int32 (double) | size: 4 |
Emd of latitude range for which this data should be used
unit: "1e-6 degrees_north"
converted unit: "degrees_north" (multiply by 1/1000000)
|
|
2 | num_longitude_ranges |
binary int16 | size: 2 |
Number of Longitude ranges used by this climatology (Typical values: 36 or 180)
|
|
3 | climlon |
binary array[dim_0] |
List of Num_Longitude_Ranges structures containing the climatology as a function of Altitude for the given date, latitude and longitude.
dim_0: int(:/../num_longitude_ranges)
binary record |
id | field name | definition |
0 | startlongitude |
binary int32 (double) | size: 4 |
Start of longitude range for which this data should be used
unit: "1e-6 degrees_east"
converted unit: "degrees_east" (multiply by 1/1000000)
|
|
1 | endlongitude |
binary int32 (double) | size: 4 |
Emd of longitude range for which this data should be used
unit: "1e-6 degrees_east"
converted unit: "degrees_east" (multiply by 1/1000000)
|
|
2 | num_altitude_ranges |
binary int16 | size: 2 |
Number of altitude ranges used by this climatology (Typical values: 4 or 10)
|
|
3 | climalt |
binary array[dim_0] |
List of Num_Altitude_Ranges structures containing the climatology for the given date, latitude, longitude and altitude.
dim_0: int(:/../num_altitude_ranges)
binary record | size: 16 |
id | field name | definition |
0 | startaltitude |
binary int32 | size: 4 |
Start of altitude range for which this data should be used
unit: "m"
|
|
1 | endaltitude |
binary int32 | size: 4 |
End of altitude range for which this data should be used
unit: "m"
|
|
2 | s |
binary int32 (double) | size: 4 |
extinction-to-backscatter ratio
unit: "1e-3 sr"
converted unit: "sr" (multiply by 1/1000)
|
|
3 | s_stdev |
binary int32 (double) | size: 4 |
standard deviation in the reported extinction-to-backscatter ratio
unit: "1e-3 sr"
converted unit: "sr" (multiply by 1/1000)
|
|
|
|
|
|
|
|
|
|
|