Brian Blaylock
January 13, 2021
Download GOES Data: Nearest Time#
For all options, refer to the GOES-2-go Reference Guide: goes2go.data.goes_nearesttime
[1]:
from goes2go.data import goes_nearesttime
from datetime import datetime, timedelta
import pandas as pd
Specify the time you want to go data nearest to. May be a datetime or pandas-style datetime object, or a string that pandas can decode.
Example 1:#
Download an ABI file from GOES-East nearest the time 10:00 UTC December 12, 2020. Return the data opened with xarray.
[2]:
g = goes_nearesttime(datetime(2020, 12, 25, 10),
                     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] 2020-12-25T10:02: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 '2020-12-25T10:04:10.7Z'
    time_coverage_start                     <U22 '2020-12-25T10:01:17.9Z'
    time_coverage_end                       <U22 '2020-12-25T10:03:55.8Z'
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.0013
    mean_reflectance_factor_C01             float64 7.66e-05
    std_dev_reflectance_factor_C01          float64 1.62e-05
    outlier_pixel_count_C02                 float64 0.0
    min_reflectance_factor_C02              float64 0.0
    max_reflectance_factor_C02              float64 0.01686
    mean_reflectance_factor_C02             float64 0.0004737
    std_dev_reflectance_factor_C02          float64 0.0006462
    outlier_pixel_count_C03                 float64 0.0
    min_reflectance_factor_C03              float64 0.0
    max_reflectance_factor_C03              float64 0.009648
    mean_reflectance_factor_C03             float64 0.0001223
    std_dev_reflectance_factor_C03          float64 0.0002471
    outlier_pixel_count_C04                 float64 0.0
    min_reflectance_factor_C04              float64 0.0
    max_reflectance_factor_C04              float64 0.01254
    mean_reflectance_factor_C04             float64 0.0001181
    std_dev_reflectance_factor_C04          float64 0.000219
    outlier_pixel_count_C05                 float64 0.0
    min_reflectance_factor_C05              float64 0.0
    max_reflectance_factor_C05              float64 0.04088
    mean_reflectance_factor_C05             float64 0.0001563
    std_dev_reflectance_factor_C05          float64 0.0003238
    outlier_pixel_count_C06                 float64 0.0
    min_reflectance_factor_C06              float64 0.0
    max_reflectance_factor_C06              float64 0.03812
    mean_reflectance_factor_C06             float64 8.81e-05
    std_dev_reflectance_factor_C06          float64 0.0001417
    outlier_pixel_count_C07                 float64 0.0
    min_brightness_temperature_C07          float64 104.6
    max_brightness_temperature_C07          float64 299.3
    mean_brightness_temperature_C07         float64 270.1
    std_dev_brightness_temperature_C07      float64 21.6
    outlier_pixel_count_C08                 float64 0.0
    min_brightness_temperature_C08          float64 201.9
    max_brightness_temperature_C08          float64 253.3
    mean_brightness_temperature_C08         float64 236.7
    std_dev_brightness_temperature_C08      float64 10.11
    outlier_pixel_count_C09                 float64 0.0
    min_brightness_temperature_C09          float64 201.5
    max_brightness_temperature_C09          float64 262.4
    mean_brightness_temperature_C09         float64 244.8
    std_dev_brightness_temperature_C09      float64 12.32
    outlier_pixel_count_C10                 float64 0.0
    min_brightness_temperature_C10          float64 201.5
    max_brightness_temperature_C10          float64 269.3
    mean_brightness_temperature_C10         float64 251.4
    std_dev_brightness_temperature_C10      float64 14.25
    outlier_pixel_count_C11                 float64 0.0
    min_brightness_temperature_C11          float64 200.6
    max_brightness_temperature_C11          float64 295.0
    mean_brightness_temperature_C11         float64 266.7
    std_dev_brightness_temperature_C11      float64 21.59
    outlier_pixel_count_C12                 float64 0.0
    min_brightness_temperature_C12          float64 208.2
    max_brightness_temperature_C12          float64 275.0
    mean_brightness_temperature_C12         float64 248.8
    std_dev_brightness_temperature_C12      float64 17.01
    outlier_pixel_count_C13                 float64 0.0
    min_brightness_temperature_C13          float64 201.3
    max_brightness_temperature_C13          float64 298.0
    mean_brightness_temperature_C13         float64 268.1
    std_dev_brightness_temperature_C13      float64 22.46
    outlier_pixel_count_C14                 float64 0.0
    min_brightness_temperature_C14          float64 201.0
    max_brightness_temperature_C14          float64 298.2
    mean_brightness_temperature_C14         float64 267.5
    std_dev_brightness_temperature_C14      float64 22.79
    outlier_pixel_count_C15                 float64 0.0
    min_brightness_temperature_C15          float64 200.5
    max_brightness_temperature_C15          float64 295.6
    mean_brightness_temperature_C15         float64 266.1
    std_dev_brightness_temperature_C15      float64 22.22
    outlier_pixel_count_C16                 float64 0.0
    min_brightness_temperature_C16          float64 201.3
    max_brightness_temperature_C16          float64 278.9
    mean_brightness_temperature_C16         float64 256.4
    std_dev_brightness_temperature_C16      float64 17.86
    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:                        5200b893-323e-4b7f-9485-812d93c1f864xarray.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('2020-12-25T10:02:36.882797952', 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_s202036...array('OR_ABI-L2-MCMIPC-M6_G16_s20203601001179_e20203601003558_c20203601004107.nc', dtype='<U74')
- date_created()<U22'2020-12-25T10:04:10.7Z'array('2020-12-25T10:04:10.7Z', dtype='<U22')
- time_coverage_start()<U22'2020-12-25T10:01:17.9Z'array('2020-12-25T10:01:17.9Z', dtype='<U22')
- time_coverage_end()<U22'2020-12-25T10:03:55.8Z'array('2020-12-25T10:03:55.8Z', 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(['2020-12-25T10:01:17.949414016', '2020-12-25T10:03:55.816182016'], 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.0013) 
- 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(7.66e-05) 
- 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(1.62e-05) 
- 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.016856) 
- 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.000474) 
- 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.000646) 
- 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.009648) 
- 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.000122) 
- 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.000247) 
- 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.012543) 
- 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.000118) 
- 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.000219) 
- 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.040882) 
- 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.000156) 
- 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.000324) 
- 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.038119) 
- 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(8.81e-05) 
- 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.000142) 
- 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(104.563683) 
- 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(299.333496) 
- 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(270.101959) 
- 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(21.600874) 
- 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(253.347488) 
- 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(236.681885) 
- 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(10.110323) 
- 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(201.464325) 
- 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(262.373718) 
- 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(244.830948) 
- 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(12.324735) 
- 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.493805) 
- 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(269.256897) 
- 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.3853) 
- 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(14.253305) 
- 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.618423) 
- 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(294.961823) 
- 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(266.657349) 
- 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(21.586151) 
- 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(208.186035) 
- 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(274.973236) 
- 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(248.815491) 
- 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(17.010582) 
- 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(201.292557) 
- 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(298.029907) 
- 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(268.114044) 
- 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(22.463531) 
- 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(201.034805) 
- 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(298.186462) 
- 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(267.520538) 
- 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(22.786564) 
- 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(200.515976) 
- 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(295.628357) 
- 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(266.05014) 
- 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(22.221588) 
- 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(201.327942) 
- 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(278.864594) 
- 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(256.387512) 
- 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(17.859726) 
- 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_s20203601001179_e20203601003558_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_s20203601001179_e20203601003558_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_s20203601001179_e20203601003558_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_s20203601001179_e20203601003558_c*.nc
- input_ABI_L1b_radiance_band_5_1km_data :
- OR_ABI-L1b-RADC-M6C05_G16_s20203601001179_e20203601003558_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_s20203601001179_e20203601003558_c*.nc
- input_ABI_L1b_radiance_band_7_2km_data :
- OR_ABI-L1b-RADC-M6C07_G16_s20203601001179_e20203601003558_c*.nc
- input_ABI_L1b_radiance_band_8_2km_data :
- OR_ABI-L1b-RADC-M6C08_G16_s20203601001179_e20203601003558_c*.nc
- input_ABI_L1b_radiance_band_9_2km_data :
- OR_ABI-L1b-RADC-M6C09_G16_s20203601001179_e20203601003558_c*.nc
- input_ABI_L1b_radiance_band_10_2km_data :
- OR_ABI-L1b-RADC-M6C10_G16_s20203601001179_e20203601003558_c*.nc
- input_ABI_L1b_radiance_band_11_2km_data :
- OR_ABI-L1b-RADC-M6C11_G16_s20203601001179_e20203601003558_c*.nc
- input_ABI_L1b_radiance_band_12_2km_data :
- OR_ABI-L1b-RADC-M6C12_G16_s20203601001179_e20203601003558_c*.nc
- input_ABI_L1b_radiance_band_13_2km_data :
- OR_ABI-L1b-RADC-M6C13_G16_s20203601001179_e20203601003558_c*.nc
- input_ABI_L1b_radiance_band_14_2km_data :
- OR_ABI-L1b-RADC-M6C14_G16_s20203601001179_e20203601003558_c*.nc
- input_ABI_L1b_radiance_band_15_2km_data :
- OR_ABI-L1b-RADC-M6C15_G16_s20203601001179_e20203601003558_c*.nc
- input_ABI_L1b_radiance_band_16_2km_data :
- OR_ABI-L1b-RADC-M6C16_G16_s20203601001179_e20203601003558_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 :
- 5200b893-323e-4b7f-9485-812d93c1f864
 
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_nearesttime('2021-01-01 12:00',
                     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/001/12/OR_GLM-L2-... | 2021-01-01 12:00:00 | 2021-01-01 12:00:20.400 | 2021-01-01 12:00:20.600 | 
[6]:
g.attrs
[6]:
{'satellite': 'noaa-goes17',
 'product': 'GLM-L2-LCFA',
 'start': Timestamp('2021-01-01 11:00:00'),
 'end': Timestamp('2021-01-01 13:00:00'),
 '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
βΒ Β      βββ 2020
βΒ Β          βββ 360
βΒ Β              βββ 10
βΒ Β                  βββ OR_ABI-L2-MCMIPC-M6_G16_s20203601001179_e20203601003558_c20203601004107.nc
βββ noaa-goes17
    βββ GLM-L2-LCFA
        βββ 2021
            βββ 001
                βββ 12
                    βββ OR_GLM-L2-LCFA_G17_s20210011200000_e20210011200204_c20210011200206.nc
10 directories, 2 files
[ ]: