Brian Blaylock
January 13, 2021
Download GOES Data: Latest available file#
For all options, refer to the GOES-2-go Reference Guide: goes2go.data.goes_latest
[1]:
from goes2go.data import goes_latest
Example 1:#
Download the latest ABI file from GOES-East. Return the data opened with xarray.
[2]:
g = goes_latest(satellite='goes16',
product='ABI',
return_as='xarray')
_______________________________
| Satellite: noaa-goes16 |
| Product: ABI-L2-MCMIPC |
| Domain: C |
π¦ Finished downloading [1] files to [/p/home/blaylock/data/noaa-goes16/ABI-L2-MCMIPC].
π Finished reading [1] files into xarray.Dataset.
[3]:
g
[3]:
<xarray.Dataset> Dimensions: (band: 1, number_of_image_bounds: 2, number_of_time_bounds: 2, x: 2500, y: 1500) Coordinates: t datetime64[ns] 2021-01-13T22:57:3... * y (y) float32 0.1282 ... 0.04427 * x (x) float32 -0.1013 ... 0.03861 y_image float32 0.08624 x_image float32 -0.03136 band_wavelength_C01 (band) float32 0.47 band_wavelength_C02 (band) float32 0.64 band_wavelength_C03 (band) float32 0.87 band_wavelength_C04 (band) float32 1.38 band_wavelength_C05 (band) float32 1.61 band_wavelength_C06 (band) float32 2.25 band_wavelength_C07 (band) float32 3.89 band_wavelength_C08 (band) float32 6.17 band_wavelength_C09 (band) float32 6.93 band_wavelength_C10 (band) float32 7.34 band_wavelength_C11 (band) float32 8.44 band_wavelength_C12 (band) float32 9.61 band_wavelength_C13 (band) float32 10.33 band_wavelength_C14 (band) float32 11.19 band_wavelength_C15 (band) float32 12.27 band_wavelength_C16 (band) float32 13.27 band_id_C01 (band) int8 1 band_id_C02 (band) int8 2 band_id_C03 (band) int8 3 band_id_C04 (band) int8 4 band_id_C05 (band) int8 5 band_id_C06 (band) int8 6 band_id_C07 (band) int8 7 band_id_C08 (band) int8 8 band_id_C09 (band) int8 9 band_id_C10 (band) int8 10 band_id_C11 (band) int8 11 band_id_C12 (band) int8 12 band_id_C13 (band) int8 13 band_id_C14 (band) int8 14 band_id_C15 (band) int8 15 band_id_C16 (band) int8 16 dataset_name <U74 'OR_ABI-L2-MCMIPC-M6_G16_s20... date_created <U22 '2021-01-13T22:59:08.1Z' time_coverage_start <U22 '2021-01-13T22:56:15.6Z' time_coverage_end <U22 '2021-01-13T22:58:52.9Z' Dimensions without coordinates: band, number_of_image_bounds, number_of_time_bounds Data variables: CMI_C01 (y, x) float32 ... DQF_C01 (y, x) float32 ... CMI_C02 (y, x) float32 ... DQF_C02 (y, x) float32 ... CMI_C03 (y, x) float32 ... DQF_C03 (y, x) float32 ... CMI_C04 (y, x) float32 ... DQF_C04 (y, x) float32 ... CMI_C05 (y, x) float32 ... DQF_C05 (y, x) float32 ... CMI_C06 (y, x) float32 ... DQF_C06 (y, x) float32 ... CMI_C07 (y, x) float32 ... DQF_C07 (y, x) float32 ... CMI_C08 (y, x) float32 ... DQF_C08 (y, x) float32 ... CMI_C09 (y, x) float32 ... DQF_C09 (y, x) float32 ... CMI_C10 (y, x) float32 ... DQF_C10 (y, x) float32 ... CMI_C11 (y, x) float32 ... DQF_C11 (y, x) float32 ... CMI_C12 (y, x) float32 ... DQF_C12 (y, x) float32 ... CMI_C13 (y, x) float32 ... DQF_C13 (y, x) float32 ... CMI_C14 (y, x) float32 ... DQF_C14 (y, x) float32 ... CMI_C15 (y, x) float32 ... DQF_C15 (y, x) float32 ... CMI_C16 (y, x) float32 ... DQF_C16 (y, x) float32 ... time_bounds (number_of_time_bounds) datetime64[ns] ... goes_imager_projection int32 -2147483647 y_image_bounds (number_of_image_bounds) float32 ... x_image_bounds (number_of_image_bounds) float32 ... nominal_satellite_subpoint_lat float64 0.0 nominal_satellite_subpoint_lon float64 -75.2 nominal_satellite_height float64 3.579e+04 geospatial_lat_lon_extent float32 9.969e+36 outlier_pixel_count_C01 float64 0.0 min_reflectance_factor_C01 float64 0.0 max_reflectance_factor_C01 float64 0.4908 mean_reflectance_factor_C01 float64 0.04387 std_dev_reflectance_factor_C01 float64 0.06227 outlier_pixel_count_C02 float64 0.0 min_reflectance_factor_C02 float64 0.0 max_reflectance_factor_C02 float64 0.583 mean_reflectance_factor_C02 float64 0.03113 std_dev_reflectance_factor_C02 float64 0.05096 outlier_pixel_count_C03 float64 0.0 min_reflectance_factor_C03 float64 0.0 max_reflectance_factor_C03 float64 0.7158 mean_reflectance_factor_C03 float64 0.03874 std_dev_reflectance_factor_C03 float64 0.062 outlier_pixel_count_C04 float64 0.0 min_reflectance_factor_C04 float64 0.0 max_reflectance_factor_C04 float64 0.3092 mean_reflectance_factor_C04 float64 0.0105 std_dev_reflectance_factor_C04 float64 0.02844 outlier_pixel_count_C05 float64 0.0 min_reflectance_factor_C05 float64 0.0 max_reflectance_factor_C05 float64 0.4551 mean_reflectance_factor_C05 float64 0.02714 std_dev_reflectance_factor_C05 float64 0.04293 outlier_pixel_count_C06 float64 0.0 min_reflectance_factor_C06 float64 0.0 max_reflectance_factor_C06 float64 0.3307 mean_reflectance_factor_C06 float64 0.02328 std_dev_reflectance_factor_C06 float64 0.04016 outlier_pixel_count_C07 float64 0.0 min_brightness_temperature_C07 float64 209.9 max_brightness_temperature_C07 float64 318.8 mean_brightness_temperature_C07 float64 276.5 std_dev_brightness_temperature_C07 float64 16.55 outlier_pixel_count_C08 float64 0.0 min_brightness_temperature_C08 float64 201.9 max_brightness_temperature_C08 float64 258.6 mean_brightness_temperature_C08 float64 235.0 std_dev_brightness_temperature_C08 float64 8.15 outlier_pixel_count_C09 float64 0.0 min_brightness_temperature_C09 float64 200.7 max_brightness_temperature_C09 float64 269.5 mean_brightness_temperature_C09 float64 243.9 std_dev_brightness_temperature_C09 float64 10.53 outlier_pixel_count_C10 float64 0.0 min_brightness_temperature_C10 float64 201.0 max_brightness_temperature_C10 float64 274.7 mean_brightness_temperature_C10 float64 251.6 std_dev_brightness_temperature_C10 float64 12.69 outlier_pixel_count_C11 float64 0.0 min_brightness_temperature_C11 float64 200.4 max_brightness_temperature_C11 float64 301.1 mean_brightness_temperature_C11 float64 269.6 std_dev_brightness_temperature_C11 float64 19.43 outlier_pixel_count_C12 float64 0.0 min_brightness_temperature_C12 float64 214.4 max_brightness_temperature_C12 float64 276.5 mean_brightness_temperature_C12 float64 249.8 std_dev_brightness_temperature_C12 float64 15.31 outlier_pixel_count_C13 float64 0.0 min_brightness_temperature_C13 float64 202.9 max_brightness_temperature_C13 float64 302.8 mean_brightness_temperature_C13 float64 271.3 std_dev_brightness_temperature_C13 float64 20.17 outlier_pixel_count_C14 float64 0.0 min_brightness_temperature_C14 float64 200.0 max_brightness_temperature_C14 float64 304.2 mean_brightness_temperature_C14 float64 270.4 std_dev_brightness_temperature_C14 float64 20.64 outlier_pixel_count_C15 float64 0.0 min_brightness_temperature_C15 float64 198.2 max_brightness_temperature_C15 float64 303.2 mean_brightness_temperature_C15 float64 268.6 std_dev_brightness_temperature_C15 float64 20.31 outlier_pixel_count_C16 float64 0.0 min_brightness_temperature_C16 float64 199.9 max_brightness_temperature_C16 float64 280.4 mean_brightness_temperature_C16 float64 257.6 std_dev_brightness_temperature_C16 float64 16.09 percent_uncorrectable_GRB_errors float64 0.0 percent_uncorrectable_L0_errors float64 0.0 dynamic_algorithm_input_data_container int32 -2147483647 algorithm_product_version_container int32 -2147483647 Attributes: naming_authority: gov.nesdis.noaa Conventions: CF-1.7 Metadata_Conventions: Unidata Dataset Discovery v1.0 standard_name_vocabulary: CF Standard Name Table (v35, 20 July 2016) institution: DOC/NOAA/NESDIS > U.S. Department of Commerce,... project: GOES production_site: NSOF production_environment: OE spatial_resolution: 2km at nadir orbital_slot: GOES-East platform_ID: G16 instrument_type: GOES R Series Advanced Baseline Imager scene_id: CONUS instrument_ID: FM1 iso_series_metadata_id: 8c9e8150-3692-11e3-aa6e-0800200c9a66 keywords_vocabulary: NASA Global Change Master Directory (GCMD) Ear... title: ABI L2 Cloud and Moisture Imagery summary: Multiple reflectance and emissive channel Clou... license: Unclassified data. Access is restricted to ap... keywords: ATMOSPHERE > ATMOSPHERIC RADIATION > REFLECTAN... cdm_data_type: Image processing_level: National Aeronautics and Space Administration ... timeline_id: ABI Mode 6 production_data_source: Realtime id: 960ce81d-e3cc-43c1-aeb6-24ea22de59eb
xarray.Dataset
- band: 1
- number_of_image_bounds: 2
- number_of_time_bounds: 2
- x: 2500
- y: 1500
- t()datetime64[ns]...
- long_name :
- J2000 epoch mid-point between the start and end image scan in seconds
- standard_name :
- time
- axis :
- T
- bounds :
- time_bounds
array('2021-01-13T22:57:34.338395008', dtype='datetime64[ns]')
- y(y)float320.1282 0.1282 ... 0.04432 0.04427
- units :
- rad
- axis :
- Y
- long_name :
- GOES fixed grid projection y-coordinate
- standard_name :
- projection_y_coordinate
array([0.128212, 0.128156, 0.1281 , ..., 0.04438 , 0.044324, 0.044268], dtype=float32)
- x(x)float32-0.1013 -0.1013 ... 0.03856 0.03861
- units :
- rad
- axis :
- X
- long_name :
- GOES fixed grid projection x-coordinate
- standard_name :
- projection_x_coordinate
array([-0.101332, -0.101276, -0.10122 , ..., 0.0385 , 0.038556, 0.038612], dtype=float32)
- y_image()float32...
- long_name :
- GOES-R fixed grid projection y-coordinate center of image
- standard_name :
- projection_y_coordinate
- units :
- rad
- axis :
- Y
array(0.08624, dtype=float32)
- x_image()float32...
- long_name :
- GOES-R fixed grid projection x-coordinate center of image
- standard_name :
- projection_x_coordinate
- units :
- rad
- axis :
- X
array(-0.03136, dtype=float32)
- band_wavelength_C01(band)float32...
- long_name :
- ABI band 1 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([0.47], dtype=float32)
- band_wavelength_C02(band)float32...
- long_name :
- ABI band 2 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([0.64], dtype=float32)
- band_wavelength_C03(band)float32...
- long_name :
- ABI band 3 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([0.87], dtype=float32)
- band_wavelength_C04(band)float32...
- long_name :
- ABI band 4 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([1.38], dtype=float32)
- band_wavelength_C05(band)float32...
- long_name :
- ABI band 5 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([1.61], dtype=float32)
- band_wavelength_C06(band)float32...
- long_name :
- ABI band 6 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([2.25], dtype=float32)
- band_wavelength_C07(band)float32...
- long_name :
- ABI band 7 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([3.89], dtype=float32)
- band_wavelength_C08(band)float32...
- long_name :
- ABI band 8 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([6.17], dtype=float32)
- band_wavelength_C09(band)float32...
- long_name :
- ABI band 9 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([6.93], dtype=float32)
- band_wavelength_C10(band)float32...
- long_name :
- ABI band 10 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([7.34], dtype=float32)
- band_wavelength_C11(band)float32...
- long_name :
- ABI band 11 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([8.44], dtype=float32)
- band_wavelength_C12(band)float32...
- long_name :
- ABI band 12 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([9.61], dtype=float32)
- band_wavelength_C13(band)float32...
- long_name :
- ABI band 13 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([10.33], dtype=float32)
- band_wavelength_C14(band)float32...
- long_name :
- ABI band 14 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([11.19], dtype=float32)
- band_wavelength_C15(band)float32...
- long_name :
- ABI band 15 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([12.27], dtype=float32)
- band_wavelength_C16(band)float32...
- long_name :
- ABI band 16 central wavelength
- standard_name :
- sensor_band_central_radiation_wavelength
- units :
- um
array([13.27], dtype=float32)
- band_id_C01(band)int8...
- long_name :
- ABI channel 1
- standard_name :
- sensor_band_identifier
- units :
- 1
array([1], dtype=int8)
- band_id_C02(band)int8...
- long_name :
- ABI channel 2
- standard_name :
- sensor_band_identifier
- units :
- 1
array([2], dtype=int8)
- band_id_C03(band)int8...
- long_name :
- ABI channel 3
- standard_name :
- sensor_band_identifier
- units :
- 1
array([3], dtype=int8)
- band_id_C04(band)int8...
- long_name :
- ABI channel 4
- standard_name :
- sensor_band_identifier
- units :
- 1
array([4], dtype=int8)
- band_id_C05(band)int8...
- long_name :
- ABI channel 5
- standard_name :
- sensor_band_identifier
- units :
- 1
array([5], dtype=int8)
- band_id_C06(band)int8...
- long_name :
- ABI channel 6
- standard_name :
- sensor_band_identifier
- units :
- 1
array([6], dtype=int8)
- band_id_C07(band)int8...
- long_name :
- ABI channel 7
- standard_name :
- sensor_band_identifier
- units :
- 1
array([7], dtype=int8)
- band_id_C08(band)int8...
- long_name :
- ABI channel 8
- standard_name :
- sensor_band_identifier
- units :
- 1
array([8], dtype=int8)
- band_id_C09(band)int8...
- long_name :
- ABI channel 9
- standard_name :
- sensor_band_identifier
- units :
- 1
array([9], dtype=int8)
- band_id_C10(band)int8...
- long_name :
- ABI channel 10
- standard_name :
- sensor_band_identifier
- units :
- 1
array([10], dtype=int8)
- band_id_C11(band)int8...
- long_name :
- ABI channel 11
- standard_name :
- sensor_band_identifier
- units :
- 1
array([11], dtype=int8)
- band_id_C12(band)int8...
- long_name :
- ABI channel 12
- standard_name :
- sensor_band_identifier
- units :
- 1
array([12], dtype=int8)
- band_id_C13(band)int8...
- long_name :
- ABI channel 13
- standard_name :
- sensor_band_identifier
- units :
- 1
array([13], dtype=int8)
- band_id_C14(band)int8...
- long_name :
- ABI channel 14
- standard_name :
- sensor_band_identifier
- units :
- 1
array([14], dtype=int8)
- band_id_C15(band)int8...
- long_name :
- ABI channel 15
- standard_name :
- sensor_band_identifier
- units :
- 1
array([15], dtype=int8)
- band_id_C16(band)int8...
- long_name :
- ABI channel 16
- standard_name :
- sensor_band_identifier
- units :
- 1
array([16], dtype=int8)
- dataset_name()<U74'OR_ABI-L2-MCMIPC-M6_G16_s202101...
array('OR_ABI-L2-MCMIPC-M6_G16_s20210132256156_e20210132258529_c20210132259081.nc', dtype='<U74')
- date_created()<U22'2021-01-13T22:59:08.1Z'
array('2021-01-13T22:59:08.1Z', dtype='<U22')
- time_coverage_start()<U22'2021-01-13T22:56:15.6Z'
array('2021-01-13T22:56:15.6Z', dtype='<U22')
- time_coverage_end()<U22'2021-01-13T22:58:52.9Z'
array('2021-01-13T22:58:52.9Z', dtype='<U22')
- CMI_C01(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery reflectance factor
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- sensor_band_bit_depth :
- 10
- downsampling_method :
- average
- valid_range :
- [ 0 4095]
- units :
- 1
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: sum (interval: 0.000028 rad)
- ancillary_variables :
- DQF_C01
[3750000 values with dtype=float32]
- DQF_C01(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery reflectance factor data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 0.9999999
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 1e-07
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C02(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery reflectance factor
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- sensor_band_bit_depth :
- 12
- downsampling_method :
- average
- valid_range :
- [ 0 4095]
- units :
- 1
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: sum (interval: 0.000014 rad)
- ancillary_variables :
- DQF_C02
[3750000 values with dtype=float32]
- DQF_C02(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery reflectance factor data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 0.9999999
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 1e-07
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C03(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery reflectance factor
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- sensor_band_bit_depth :
- 10
- downsampling_method :
- average
- valid_range :
- [ 0 4095]
- units :
- 1
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: sum (interval: 0.000028 rad)
- ancillary_variables :
- DQF_C03
[3750000 values with dtype=float32]
- DQF_C03(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery reflectance factor data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 0.9999999
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 1e-07
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C04(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery reflectance factor
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- sensor_band_bit_depth :
- 11
- valid_range :
- [ 0 4095]
- units :
- 1
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: point
- ancillary_variables :
- DQF_C04
[3750000 values with dtype=float32]
- DQF_C04(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery reflectance factor data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 1.0
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 0.0
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C05(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery reflectance factor
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- sensor_band_bit_depth :
- 10
- downsampling_method :
- average
- valid_range :
- [ 0 4095]
- units :
- 1
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: sum (interval: 0.000028 rad)
- ancillary_variables :
- DQF_C05
[3750000 values with dtype=float32]
- DQF_C05(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery reflectance factor data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 0.9999999
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 1e-07
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C06(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery reflectance factor
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- sensor_band_bit_depth :
- 10
- valid_range :
- [ 0 4095]
- units :
- 1
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: point
- ancillary_variables :
- DQF_C06
[3750000 values with dtype=float32]
- DQF_C06(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery reflectance factor data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 1.0
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 0.0
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C07(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere
- standard_name :
- toa_brightness_temperature
- sensor_band_bit_depth :
- 14
- valid_range :
- [ 0 16383]
- units :
- K
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: point
- ancillary_variables :
- DQF_C07
[3750000 values with dtype=float32]
- DQF_C07(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 1.0
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 0.0
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C08(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere
- standard_name :
- toa_brightness_temperature
- sensor_band_bit_depth :
- 12
- valid_range :
- [ 0 4095]
- units :
- K
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: point
- ancillary_variables :
- DQF_C08
[3750000 values with dtype=float32]
- DQF_C08(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 1.0
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 0.0
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C09(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere
- standard_name :
- toa_brightness_temperature
- sensor_band_bit_depth :
- 11
- valid_range :
- [ 0 4095]
- units :
- K
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: point
- ancillary_variables :
- DQF_C09
[3750000 values with dtype=float32]
- DQF_C09(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 1.0
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 0.0
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C10(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere
- standard_name :
- toa_brightness_temperature
- sensor_band_bit_depth :
- 12
- valid_range :
- [ 0 4095]
- units :
- K
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: point
- ancillary_variables :
- DQF_C10
[3750000 values with dtype=float32]
- DQF_C10(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 1.0
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 0.0
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C11(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere
- standard_name :
- toa_brightness_temperature
- sensor_band_bit_depth :
- 12
- valid_range :
- [ 0 4095]
- units :
- K
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: point
- ancillary_variables :
- DQF_C11
[3750000 values with dtype=float32]
- DQF_C11(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 1.0
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 0.0
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C12(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere
- standard_name :
- toa_brightness_temperature
- sensor_band_bit_depth :
- 11
- valid_range :
- [ 0 4095]
- units :
- K
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: point
- ancillary_variables :
- DQF_C12
[3750000 values with dtype=float32]
- DQF_C12(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 1.0
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 0.0
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C13(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere
- standard_name :
- toa_brightness_temperature
- sensor_band_bit_depth :
- 12
- valid_range :
- [ 0 4095]
- units :
- K
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: point
- ancillary_variables :
- DQF_C13
[3750000 values with dtype=float32]
- DQF_C13(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 1.0
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 0.0
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C14(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere
- standard_name :
- toa_brightness_temperature
- sensor_band_bit_depth :
- 12
- valid_range :
- [ 0 4095]
- units :
- K
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: point
- ancillary_variables :
- DQF_C14
[3750000 values with dtype=float32]
- DQF_C14(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 1.0
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 0.0
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C15(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere
- standard_name :
- toa_brightness_temperature
- sensor_band_bit_depth :
- 12
- valid_range :
- [ 0 4095]
- units :
- K
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: point
- ancillary_variables :
- DQF_C15
[3750000 values with dtype=float32]
- DQF_C15(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 1.0
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 0.0
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- CMI_C16(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere
- standard_name :
- toa_brightness_temperature
- sensor_band_bit_depth :
- 10
- valid_range :
- [ 0 4095]
- units :
- K
- resolution :
- y: 0.000056 rad x: 0.000056 rad
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: point area: point
- ancillary_variables :
- DQF_C16
[3750000 values with dtype=float32]
- DQF_C16(y, x)float32...
- long_name :
- ABI Cloud and Moisture Imagery brightness temperature at top of atmosphere data quality flags
- standard_name :
- status_flag
- valid_range :
- [0 4]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- flag_values :
- [0 1 2 3 4]
- flag_meanings :
- good_pixel_qf conditionally_usable_pixel_qf out_of_range_pixel_qf no_value_pixel_qf focal_plane_temperature_threshold_exceeded_qf
- number_of_qf_values :
- 5
- percent_good_pixel_qf :
- 1.0
- percent_conditionally_usable_pixel_qf :
- 0.0
- percent_out_of_range_pixel_qf :
- 0.0
- percent_no_value_pixel_qf :
- 0.0
- percent_focal_plane_temperature_threshold_exceeded_qf :
- 0.0
[3750000 values with dtype=float32]
- time_bounds(number_of_time_bounds)datetime64[ns]...
- long_name :
- Scan start and end times in seconds since epoch (2000-01-01 12:00:00)
array(['2021-01-13T22:56:15.693516928', '2021-01-13T22:58:52.983273088'], dtype='datetime64[ns]')
- goes_imager_projection()int32...
- long_name :
- GOES-R ABI fixed grid projection
- grid_mapping_name :
- geostationary
- perspective_point_height :
- 35786023.0
- semi_major_axis :
- 6378137.0
- semi_minor_axis :
- 6356752.31414
- inverse_flattening :
- 298.2572221
- latitude_of_projection_origin :
- 0.0
- longitude_of_projection_origin :
- -75.0
- sweep_angle_axis :
- x
array(-2147483647, dtype=int32)
- y_image_bounds(number_of_image_bounds)float32...
- long_name :
- GOES-R fixed grid projection y-coordinate north/south extent of image
- units :
- rad
array([0.12824, 0.04424], dtype=float32)
- x_image_bounds(number_of_image_bounds)float32...
- long_name :
- GOES-R fixed grid projection x-coordinate west/east extent of image
- units :
- rad
array([-0.10136, 0.03864], dtype=float32)
- nominal_satellite_subpoint_lat()float32...
- long_name :
- nominal satellite subpoint latitude (platform latitude)
- standard_name :
- latitude
- units :
- degrees_north
array(0.)
- nominal_satellite_subpoint_lon()float32...
- long_name :
- nominal satellite subpoint longitude (platform longitude)
- standard_name :
- longitude
- units :
- degrees_east
array(-75.199997)
- nominal_satellite_height()float32...
- long_name :
- nominal satellite height above GRS 80 ellipsoid (platform altitude)
- standard_name :
- height_above_reference_ellipsoid
- units :
- km
array(35786.023438)
- geospatial_lat_lon_extent()float32...
- long_name :
- geospatial latitude and longitude references
- geospatial_westbound_longitude :
- -152.10928
- geospatial_northbound_latitude :
- 56.76145
- geospatial_eastbound_longitude :
- -52.94688
- geospatial_southbound_latitude :
- 14.57134
- geospatial_lat_center :
- 30.083002
- geospatial_lon_center :
- -87.096954
- geospatial_lat_nadir :
- 0.0
- geospatial_lon_nadir :
- -75.0
- geospatial_lat_units :
- degrees_north
- geospatial_lon_units :
- degrees_east
array(9.96921e+36, dtype=float32)
- outlier_pixel_count_C01()float64...
- long_name :
- number of band 1 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000028 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_reflectance_factor_C01()float32...
- long_name :
- minimum reflectance factor value of band 1 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000028 rad comment: good and conditionally usable quality pixels only)
array(0.)
- max_reflectance_factor_C01()float32...
- long_name :
- maximum reflectance factor value of band 1 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000028 rad comment: good and conditionally usable quality pixels only)
array(0.49075)
- mean_reflectance_factor_C01()float32...
- long_name :
- mean reflectance factor value of band 1 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000028 rad comment: good and conditionally usable quality pixels only)
array(0.043874)
- std_dev_reflectance_factor_C01()float32...
- long_name :
- standard deviation of reflectance factor values of band 1 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000028 rad comment: good and conditionally usable quality pixels only)
array(0.062267)
- outlier_pixel_count_C02()float64...
- long_name :
- number of band 2 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000014 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_reflectance_factor_C02()float32...
- long_name :
- minimum reflectance factor value of band 2 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000014 rad comment: good and conditionally usable quality pixels only)
array(0.)
- max_reflectance_factor_C02()float32...
- long_name :
- maximum reflectance factor value of band 2 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000014 rad comment: good and conditionally usable quality pixels only)
array(0.582984)
- mean_reflectance_factor_C02()float32...
- long_name :
- mean reflectance factor value of band 2 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000014 rad comment: good and conditionally usable quality pixels only)
array(0.031135)
- std_dev_reflectance_factor_C02()float32...
- long_name :
- standard deviation of reflectance factor values of band 2 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000014 rad comment: good and conditionally usable quality pixels only)
array(0.050962)
- outlier_pixel_count_C03()float64...
- long_name :
- number of band 3 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000028 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_reflectance_factor_C03()float32...
- long_name :
- minimum reflectance factor value of band 3 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000028 rad comment: good and conditionally usable quality pixels only)
array(0.)
- max_reflectance_factor_C03()float32...
- long_name :
- maximum reflectance factor value of band 3 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000028 rad comment: good and conditionally usable quality pixels only)
array(0.715847)
- mean_reflectance_factor_C03()float32...
- long_name :
- mean reflectance factor value of band 3 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000028 rad comment: good and conditionally usable quality pixels only)
array(0.038739)
- std_dev_reflectance_factor_C03()float32...
- long_name :
- standard deviation of reflectance factor values of band 3 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000028 rad comment: good and conditionally usable quality pixels only)
array(0.061996)
- outlier_pixel_count_C04()float64...
- long_name :
- number of band 4 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000056 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_reflectance_factor_C04()float32...
- long_name :
- minimum reflectance factor value of band 4 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(0.)
- max_reflectance_factor_C04()float32...
- long_name :
- maximum reflectance factor value of band 4 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(0.309185)
- mean_reflectance_factor_C04()float32...
- long_name :
- mean reflectance factor value of band 4 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(0.010501)
- std_dev_reflectance_factor_C04()float32...
- long_name :
- standard deviation of reflectance factor values of band 4 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(0.028436)
- outlier_pixel_count_C05()float64...
- long_name :
- number of band 5 cloud and moisture imagery pixels whose value is outside valid measurement rangenumber of band 5 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000028 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_reflectance_factor_C05()float32...
- long_name :
- minimum reflectance factor value of band 5 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000028 rad comment: good and conditionally usable quality pixels only)
array(0.)
- max_reflectance_factor_C05()float32...
- long_name :
- maximum reflectance factor value of band 5 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000028 rad comment: good and conditionally usable quality pixels only)
array(0.455061)
- mean_reflectance_factor_C05()float32...
- long_name :
- mean reflectance factor value of band 5 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000028 rad comment: good and conditionally usable quality pixels only)
array(0.027137)
- std_dev_reflectance_factor_C05()float32...
- long_name :
- standard deviation of reflectance factor values of band 5 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000028 rad comment: good and conditionally usable quality pixels only)
array(0.042934)
- outlier_pixel_count_C06()float64...
- long_name :
- number of band 6 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000056 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_reflectance_factor_C06()float32...
- long_name :
- minimum reflectance factor value of band 6 good and conditionally usable pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(0.)
- max_reflectance_factor_C06()float32...
- long_name :
- maximum reflectance factor value of band 6 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(0.330669)
- mean_reflectance_factor_C06()float32...
- long_name :
- mean reflectance factor value of band 6 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- valid_range :
- [0. 1.]
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(0.023279)
- std_dev_reflectance_factor_C06()float32...
- long_name :
- standard deviation of reflectance factor values of band 6 pixels
- standard_name :
- toa_lambertian_equivalent_albedo_multiplied_by_cosine_solar_zenith_angle
- units :
- 1
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(0.040158)
- outlier_pixel_count_C07()float64...
- long_name :
- number of band 7 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000056 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_brightness_temperature_C07()float32...
- long_name :
- minimum top of atmosphere brightness temperature value of band 7 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [197.31 411.86]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(209.927475)
- max_brightness_temperature_C07()float32...
- long_name :
- maximum top of atmosphere brightness temperature value of band 7 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [197.31 411.86]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(318.774292)
- mean_brightness_temperature_C07()float32...
- long_name :
- mean top of atmosphere brightness temperature value of band 7 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [197.31 411.86]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(276.476898)
- std_dev_brightness_temperature_C07()float32...
- long_name :
- standard deviation of top of atmosphere brightness temperature values of band 7 pixels
- standard_name :
- toa_brightness_temperature
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(16.547091)
- outlier_pixel_count_C08()float64...
- long_name :
- number of band 8 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000056 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_brightness_temperature_C08()float32...
- long_name :
- minimum top of atmosphere brightness temperature value of band 8 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [138.05 311.06]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(201.8918)
- max_brightness_temperature_C08()float32...
- long_name :
- maximum top of atmosphere brightness temperature value of band 8 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [138.05 311.06]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(258.595947)
- mean_brightness_temperature_C08()float32...
- long_name :
- mean top of atmosphere brightness temperature value of band 8 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [138.05 311.06]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(235.021683)
- std_dev_brightness_temperature_C08()float32...
- long_name :
- standard deviation of top of atmosphere brightness temperature values of band 8 pixels
- standard_name :
- toa_brightness_temperature
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(8.149912)
- outlier_pixel_count_C09()float64...
- long_name :
- number of band 9 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000056 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_brightness_temperature_C09()float32...
- long_name :
- minimum top of atmosphere brightness temperature value of band 9 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [137.7 311.08]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(200.720032)
- max_brightness_temperature_C09()float32...
- long_name :
- maximum top of atmosphere brightness temperature value of band 9 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [137.7 311.08]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(269.528564)
- mean_brightness_temperature_C09()float32...
- long_name :
- mean top of atmosphere brightness temperature value of band 9 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [137.7 311.08]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(243.940338)
- std_dev_brightness_temperature_C09()float32...
- long_name :
- standard deviation of top of atmosphere brightness temperature values of band 9 pixels
- standard_name :
- toa_brightness_temperature
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(10.530192)
- outlier_pixel_count_C10()float64...
- long_name :
- number of band 10 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000056 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_brightness_temperature_C10()float32...
- long_name :
- minimum top of atmosphere brightness temperature value of band 10 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [126.91 331.2 ]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(201.025818)
- max_brightness_temperature_C10()float32...
- long_name :
- maximum top of atmosphere brightness temperature value of band 10 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [126.91 331.2 ]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(274.710297)
- mean_brightness_temperature_C10()float32...
- long_name :
- mean top of atmosphere brightness temperature value of band 10 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [126.91 331.2 ]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(251.62825)
- std_dev_brightness_temperature_C10()float32...
- long_name :
- standard deviation of top of atmosphere brightness temperature values of band 10 pixels
- standard_name :
- toa_brightness_temperature
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(12.693754)
- outlier_pixel_count_C11()float64...
- long_name :
- number of band 11 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000056 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_brightness_temperature_C11()float32...
- long_name :
- minimum top of atmosphere brightness temperature value of band 11 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [127.69 341.3 ]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(200.42392)
- max_brightness_temperature_C11()float32...
- long_name :
- maximum top of atmosphere brightness temperature value of band 11 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [127.69 341.3 ]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(301.146149)
- mean_brightness_temperature_C11()float32...
- long_name :
- mean top of atmosphere brightness temperature value of band 11 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [127.69 341.3 ]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(269.566406)
- std_dev_brightness_temperature_C11()float32...
- long_name :
- standard deviation of top of atmosphere brightness temperature values of band 11 pixels
- standard_name :
- toa_brightness_temperature
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(19.429213)
- outlier_pixel_count_C12()float64...
- long_name :
- number of band 12 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000056 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_brightness_temperature_C12()float32...
- long_name :
- minimum top of atmosphere brightness temperature value of band 12 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [117.49 311.06]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(214.391022)
- max_brightness_temperature_C12()float32...
- long_name :
- maximum top of atmosphere brightness temperature value of band 12 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [117.49 311.06]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(276.464813)
- mean_brightness_temperature_C12()float32...
- long_name :
- mean top of atmosphere brightness temperature value of band 12 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [117.49 311.06]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(249.812088)
- std_dev_brightness_temperature_C12()float32...
- long_name :
- standard deviation of top of atmosphere brightness temperature value of band 12 pixels
- standard_name :
- toa_brightness_temperature
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(15.307731)
- outlier_pixel_count_C13()float64...
- long_name :
- number of band 13 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000056 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_brightness_temperature_C13()float32...
- long_name :
- minimum top of atmosphere brightness temperature value of band 13 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [ 89.62 341.27]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(202.876801)
- max_brightness_temperature_C13()float32...
- long_name :
- maximum top of atmosphere brightness temperature value of band 13 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [ 89.62 341.27]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(302.802856)
- mean_brightness_temperature_C13()float32...
- long_name :
- mean top of atmosphere brightness temperature value of band 13 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [ 89.62 341.27]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(271.264252)
- std_dev_brightness_temperature_C13()float32...
- long_name :
- standard deviation of top of atmosphere brightness temperature values of band 13 pixels
- standard_name :
- toa_brightness_temperature
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(20.167093)
- outlier_pixel_count_C14()float64...
- long_name :
- number of band 14 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000056 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_brightness_temperature_C14()float32...
- long_name :
- minimum top of atmosphere brightness temperature value of band 14 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [ 96.19 341.28]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(200.039841)
- max_brightness_temperature_C14()float32...
- long_name :
- maximum top of atmosphere brightness temperature value of band 14 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [ 96.19 341.28]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(304.213257)
- mean_brightness_temperature_C14()float32...
- long_name :
- mean top of atmosphere brightness temperature value of band 14 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [ 96.19 341.28]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(270.444336)
- std_dev_brightness_temperature_C14()float32...
- long_name :
- standard deviation of top of atmosphere brightness temperature values of band 14 pixels
- standard_name :
- toa_brightness_temperature
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(20.640442)
- outlier_pixel_count_C15()float64...
- long_name :
- number of band 15 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000056 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_brightness_temperature_C15()float32...
- long_name :
- minimum top of atmosphere brightness temperature value of band 15 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [ 97.38 341.28]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(198.241013)
- max_brightness_temperature_C15()float32...
- long_name :
- maximum top of atmosphere brightness temperature value of band 15 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [ 97.38 341.28]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(303.212952)
- mean_brightness_temperature_C15()float32...
- long_name :
- mean top of atmosphere brightness temperature value of band 15 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [ 97.38 341.28]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(268.618622)
- std_dev_brightness_temperature_C15()float32...
- long_name :
- standard deviation of top of atmosphere brightness temperature values of band 15 pixels
- standard_name :
- toa_brightness_temperature
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(20.314354)
- outlier_pixel_count_C16()float64...
- long_name :
- number of band 16 cloud and moisture imagery pixels whose value is outside valid measurement range
- units :
- count
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (interval: 0.000056 rad comment: good quality pixels whose values are outside valid measurement range only)
array(0.)
- min_brightness_temperature_C16()float32...
- long_name :
- minimum top of atmosphere brightness temperature value of band 16 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [ 92.7 318.26]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: minimum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(199.914368)
- max_brightness_temperature_C16()float32...
- long_name :
- maximum top of atmosphere brightness temperature value of band 16 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [ 92.7 318.26]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: maximum (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(280.365234)
- mean_brightness_temperature_C16()float32...
- long_name :
- mean top of atmosphere brightness temperature value of band 16 pixels
- standard_name :
- toa_brightness_temperature
- valid_range :
- [ 92.7 318.26]
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: mean (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(257.622314)
- std_dev_brightness_temperature_C16()float32...
- long_name :
- standard deviation of top of atmosphere brightness temperature values of band 16 pixels
- standard_name :
- toa_brightness_temperature
- units :
- K
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: standard_deviation (interval: 0.000056 rad comment: good and conditionally usable quality pixels only)
array(16.087517)
- percent_uncorrectable_GRB_errors()float32...
- long_name :
- percent data lost due to uncorrectable GRB errors
- valid_range :
- [0. 1.]
- units :
- percent
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (uncorrectable GRB errors only)
array(0.)
- percent_uncorrectable_L0_errors()float32...
- long_name :
- percent data lost due to uncorrectable L0 errors
- valid_range :
- [0. 1.]
- units :
- percent
- grid_mapping :
- goes_imager_projection
- cell_methods :
- t: sum area: sum (uncorrectable L0 errors only)
array(0.)
- dynamic_algorithm_input_data_container()int32...
- long_name :
- container for filenames of dynamic algorithm input data
- input_ABI_L2_auxiliary_solar_zenith_angle_data :
- null
- input_ABI_L1b_radiance_band_1_1km_data :
- OR_ABI-L1b-RADC-M6C01_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_1_2km_data :
- null
- input_ABI_L1b_radiance_band_2_half_km_data :
- OR_ABI-L1b-RADC-M6C02_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_2_2km_data :
- null
- input_ABI_L1b_radiance_band_3_1km_data :
- OR_ABI-L1b-RADC-M6C03_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_3_2km_data :
- null
- input_ABI_L1b_radiance_band_4_2km_data :
- OR_ABI-L1b-RADC-M6C04_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_5_1km_data :
- OR_ABI-L1b-RADC-M6C05_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_5_2km_data :
- null
- input_ABI_L1b_radiance_band_6_2km_data :
- OR_ABI-L1b-RADC-M6C06_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_7_2km_data :
- OR_ABI-L1b-RADC-M6C07_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_8_2km_data :
- OR_ABI-L1b-RADC-M6C08_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_9_2km_data :
- OR_ABI-L1b-RADC-M6C09_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_10_2km_data :
- OR_ABI-L1b-RADC-M6C10_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_11_2km_data :
- OR_ABI-L1b-RADC-M6C11_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_12_2km_data :
- OR_ABI-L1b-RADC-M6C12_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_13_2km_data :
- OR_ABI-L1b-RADC-M6C13_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_14_2km_data :
- OR_ABI-L1b-RADC-M6C14_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_15_2km_data :
- OR_ABI-L1b-RADC-M6C15_G16_s20210132256156_e20210132258529_c*.nc
- input_ABI_L1b_radiance_band_16_2km_data :
- OR_ABI-L1b-RADC-M6C16_G16_s20210132256156_e20210132258529_c*.nc
array(-2147483647, dtype=int32)
- algorithm_product_version_container()int32...
- long_name :
- container for version filename(s) for algorithm(s) and version for product definition
- algorithm_version :
- OR_ABI-L2-ALG-CMIP_v01r00.zip
- product_version :
- v01r00
array(-2147483647, dtype=int32)
- naming_authority :
- gov.nesdis.noaa
- Conventions :
- CF-1.7
- Metadata_Conventions :
- Unidata Dataset Discovery v1.0
- standard_name_vocabulary :
- CF Standard Name Table (v35, 20 July 2016)
- institution :
- DOC/NOAA/NESDIS > U.S. Department of Commerce, National Oceanic and Atmospheric Administration, National Environmental Satellite, Data, and Information Services
- project :
- GOES
- production_site :
- NSOF
- production_environment :
- OE
- spatial_resolution :
- 2km at nadir
- orbital_slot :
- GOES-East
- platform_ID :
- G16
- instrument_type :
- GOES R Series Advanced Baseline Imager
- scene_id :
- CONUS
- instrument_ID :
- FM1
- iso_series_metadata_id :
- 8c9e8150-3692-11e3-aa6e-0800200c9a66
- keywords_vocabulary :
- NASA Global Change Master Directory (GCMD) Earth Science Keywords, Version 7.0.0.0.0
- title :
- ABI L2 Cloud and Moisture Imagery
- summary :
- Multiple reflectance and emissive channel Cloud and Moisture Imagery Products are digital maps of clouds, moisture, and atmospheric windows at visible, near-IR, and IR bands.
- license :
- Unclassified data. Access is restricted to approved users only.
- keywords :
- ATMOSPHERE > ATMOSPHERIC RADIATION > REFLECTANCE, SPECTRAL/ENGINEERING > VISIBLE WAVELENGTHS > REFLECTANCE, SPECTRAL/ENGINEERING > INFRARED WAVELENGTHS > BRIGHTNESS TEMPERATURE
- cdm_data_type :
- Image
- processing_level :
- National Aeronautics and Space Administration (NASA) L2
- timeline_id :
- ABI Mode 6
- production_data_source :
- Realtime
- id :
- 960ce81d-e3cc-43c1-aeb6-24ea22de59eb
Example 2:#
Download a GLM file from GOES-West nearest the time 12:00 UTC January 1, 2021. Return the data as a list of files.
[4]:
g = goes_latest(satellite='goes17',
product='GLM',
return_as='filelist')
_______________________________
| Satellite: noaa-goes17 |
| Product: GLM-L2-LCFA |
π¦ Finished downloading [1] files to [/p/home/blaylock/data/noaa-goes17/GLM-L2-LCFA].
[5]:
g
[5]:
file | start | end | creation | |
---|---|---|---|---|
0 | noaa-goes17/GLM-L2-LCFA/2021/013/23/OR_GLM-L2-... | 2021-01-13 23:03:00 | 2021-01-13 23:03:20.400 | 2021-01-13 23:03:20.900 |
[6]:
g.attrs
[6]:
{'satellite': 'noaa-goes17',
'product': 'GLM-L2-LCFA',
'start': datetime.datetime(2021, 1, 13, 22, 3, 48, 559559),
'end': datetime.datetime(2021, 1, 13, 23, 3, 48, 559563),
'filePath': PosixPath('/p/home/blaylock/data')}
Show the files on my home driveβ¦#
[7]:
%%bash
tree ~/data
/p/home/blaylock/data
βββ noaa-goes16
βΒ Β βββ ABI-L2-MCMIPC
βΒ Β βββ 2021
βΒ Β βββ 013
βΒ Β βββ 22
βΒ Β βββ OR_ABI-L2-MCMIPC-M6_G16_s20210132256156_e20210132258529_c20210132259081.nc
βββ noaa-goes17
βββ GLM-L2-LCFA
βββ 2021
βββ 013
βββ 23
βββ OR_GLM-L2-LCFA_G17_s20210132303000_e20210132303204_c20210132303209.nc
10 directories, 2 files
[ ]: