MYDOCGA.006 Aqua Ocean Reflectance Daily Global 1km
Description
The MYDOCGA V6 ocean reflectance product consists of
1 kilometer reflectance data from Aqua MODIS bands 8-16. The product
is referred to as ocean reflectance, because bands 8-16 are used
primarily to produce ocean products, but this is not an ocean product
as the tiles produced are land tiles.
Documentation:
Bands
Resolution
1000 meters
Bands
Name
Min
Max
Scale
Wavelength
Description
num_observations
0
127
Number of observations per pixel
sur_refl_b08
-100
16000
0.0001
405-420nm
MODIS band 8 surface reflectance
sur_refl_b09
-100
16000
0.0001
438-448nm
MODIS band 9 surface reflectance
sur_refl_b10
-100
16000
0.0001
483-493nm
MODIS band 10 surface reflectance
sur_refl_b11
-100
16000
0.0001
526-536nm
MODIS band 11 surface reflectance
sur_refl_b12
-100
16000
0.0001
546-556nm
MODIS band 12 surface reflectance
sur_refl_b13
-100
16000
0.0001
662-672nm
MODIS band 13 surface reflectance
sur_refl_b14
-100
16000
0.0001
673-683nm
MODIS band 14 surface reflectance
sur_refl_b15
-100
16000
0.0001
743-753nm
MODIS band 15 surface reflectance
sur_refl_b16
-100
16000
0.0001
862-877nm
MODIS band 16 surface reflectance
QC_b8_15_1km
Band quality for MODIS bands 8-15
Bitmask for QC_b8_15_1km
Bits 0-3: Band 8 data quality
0: Highest quality
7: Noisy detector
8: Dead detector; data interpolated in L1B
9: Solar zenith >= 86 degrees
10: Solar zenith >= 85 and < 86 degrees
11: Missing input
12: Internal constant used in place of climatological data for at least one atmospheric constant
13: Correction out of bounds pixel constrained to extreme allowable value
14: L1B data faulty
15: Not processed due to deep ocean or clouds
Bits 4-7: Band 9 data quality
0: Highest quality
7: Noisy detector
8: Dead detector; data interpolated in L1B
9: Solar zenith >= 86 degrees
10: Solar zenith >= 85 and < 86 degrees
11: Missing input
12: Internal constant used in place of climatological data for at least one atmospheric constant
13: Correction out of bounds pixel constrained to extreme allowable value
14: L1B data faulty
15: Not processed due to deep ocean or clouds
Bits 8-11: Band 10 data quality
0: Highest quality
7: Noisy detector
8: Dead detector; data interpolated in L1B
9: Solar zenith >= 86 degrees
10: Solar zenith >= 85 and < 86 degrees
11: Missing input
12: Internal constant used in place of climatological data for at least one atmospheric constant
13: Correction out of bounds pixel constrained to extreme allowable value
14: L1B data faulty
15: Not processed due to deep ocean or clouds
Bits 12-15: Band 11 data quality
0: Highest quality
7: Noisy detector
8: Dead detector; data interpolated in L1B
9: Solar zenith >= 86 degrees
10: Solar zenith >= 85 and < 86 degrees
11: Missing input
12: Internal constant used in place of climatological data for at least one atmospheric constant
13: Correction out of bounds pixel constrained to extreme allowable value
14: L1B data faulty
15: Not processed due to deep ocean or clouds
Bits 16-19: Band 12 data quality
0: Highest quality
7: Noisy detector
8: Dead detector; data interpolated in L1B
9: Solar zenith >= 86 degrees
10: Solar zenith >= 85 and < 86 degrees
11: Missing input
12: Internal constant used in place of climatological data for at least one atmospheric constant
13: Correction out of bounds pixel constrained to extreme allowable value
14: L1B data faulty
15: Not processed due to deep ocean or clouds
Bits 20-23: Band 13 data quality
0: Highest quality
7: Noisy detector
8: Dead detector; data interpolated in L1B
9: Solar zenith >= 86 degrees
10: Solar zenith >= 85 and < 86 degrees
11: Missing input
12: Internal constant used in place of climatological data for at least one atmospheric constant
13: Correction out of bounds pixel constrained to extreme allowable value
14: L1B data faulty
15: Not processed due to deep ocean or clouds
Bits 24-27: Band 14 data quality
0: Highest quality
7: Noisy detector
8: Dead detector; data interpolated in L1B
9: Solar zenith >= 86 degrees
10: Solar zenith >= 85 and < 86 degrees
11: Missing input
12: Internal constant used in place of climatological data for at least one atmospheric constant
13: Correction out of bounds pixel constrained to extreme allowable value
14: L1B data faulty
15: Not processed due to deep ocean or clouds
Bits 28-31: Band 15 data quality
0: Highest quality
7: Noisy detector
8: Dead detector; data interpolated in L1B
9: Solar zenith >= 86 degrees
10: Solar zenith >= 85 and < 86 degrees
11: Missing input
12: Internal constant used in place of climatological data for at least one atmospheric constant
13: Correction out of bounds pixel constrained to extreme allowable value
14: L1B data faulty
15: Not processed due to deep ocean or clouds
QC_b16_15_1km
Band quality for MODIS band 16
Bitmask for QC_b16_15_1km
Bits 0-3: Unused
Bits 4-7: Band 16 data quality
0: Highest quality
7: Noisy detector
8: Dead detector; data interpolated in L1B
9: Solar zenith >= 86 degrees
10: Solar zenith >= 85 and < 86 degrees
11: Missing input
12: Internal constant used in place of climatological data for at least one atmospheric constant
13: Correction out of bounds pixel constrained to extreme allowable value
14: L1B data faulty
15: Not processed due to deep ocean or clouds
orbit_pnt
0
15
Pointer to the orbit of each observation
granule_pnt
0
254
Pointer to the granule of each observation
Terms of Use
Terms of Use
MODIS data and products acquired through the LP DAAC
have no restrictions on subsequent use, sale, or redistribution.
Explore with Earth Engine
Important:
Earth Engine is a platform for petabyte-scale scientific analysis and visualization of
geospatial datasets, both for public benefit and for business and government users.
Earth Engine is free to use for research, education, and nonprofit use. To get started, please
register for Earth Engine access.
Code Editor (JavaScript)
var dataset = ee . ImageCollection ( 'MODIS/006/MYDOCGA' )
. filter ( ee . Filter . date ( '2018-01-01' , '2018-05-01' ));
var falseColor =
dataset . select ([ 'sur_refl_b11' , 'sur_refl_b10' , 'sur_refl_b09' ]);
var falseColorVis = {
min : 0.0 ,
max : 2000.0 ,
};
Map . setCenter ( 6.746 , 46.529 , 2 );
Map . addLayer ( falseColor , falseColorVis , 'False Color' );
Open in Code Editor
[null,null,[],[[["MYDOCGA provides daily, global, 1km resolution ocean reflectance data from the Aqua MODIS instrument, specifically bands 8-16."],["Although focused on ocean reflectance, the product is delivered in land tiles and includes surface reflectance data."],["The dataset covers the period from July 4, 2002, to February 25, 2023, and is freely available for use, sale, or redistribution."],["Users can access detailed documentation, including a User's Guide and ATBD, for further information on the dataset and its applications."],["Earth Engine provides tools and resources to explore and analyze this dataset, including code examples and visualization capabilities."]]],[]]