
- Dataset Availability
- 2000-02-24T00:00:00Z–2025-08-25T00:00:00Z
- Dataset Provider
- NASA LP DAAC at the USGS EROS Center
- Cadence
- 1 Day
- Tags
Description
The MCD43A1 V6.1 Bidirectional Reflectance Distribution Function and Albedo (BRDF/Albedo) Model Parameters dataset is a 500 meter daily 16-day product. The Julian date represents the 9th day of the 16-day retrieval period, and consequently the observations are weighted to estimate the BRDF/Albedo for that day. The MCD43A1 algorithm, as is with all combined products, chooses the best representative pixel from a pool that includes all the acquisitions from both the Terra and Aqua sensors from the retrieval period.
The MCD43A1 provides the three model weighting parameters (isotropic, volumetric, and geometric) for each of the MODIS bands 1 through 7 and the visible (vis), near infrared (nir), and shortwave bands used to derive the Albedo and BRDF products (MCD43A3 and MCD43A4). The Mandatory Quality layers for each of the 10 bands are supplied as well.
Documentation:
Bands
Pixel Size 500 meters
Bands
BRDF_Albedo_Parameters_Band1_iso
BDRF/Albedo isotropic parameter for band 1
BRDF_Albedo_Parameters_Band1_vol
BDRF/Albedo volumetric parameter for band 1
BRDF_Albedo_Parameters_Band1_geo
BDRF/Albedo geometric parameter for band 1
BRDF_Albedo_Parameters_Band2_iso
BDRF/Albedo isotropic parameter for band 2
BRDF_Albedo_Parameters_Band2_vol
BDRF/Albedo volumetric parameter for band 2
BRDF_Albedo_Parameters_Band2_geo
BDRF/Albedo geometric parameter for band 2
BRDF_Albedo_Parameters_Band3_iso
BDRF/Albedo isotropic parameter for band 3
BRDF_Albedo_Parameters_Band3_vol
BDRF/Albedo volumetric parameter for band 3
BRDF_Albedo_Parameters_Band3_geo
BDRF/Albedo geometric parameter for band 3
BRDF_Albedo_Parameters_Band4_iso
BDRF/Albedo isotropic parameter for band 4
BRDF_Albedo_Parameters_Band4_vol
BDRF/Albedo volumetric parameter for band 4
BRDF_Albedo_Parameters_Band4_geo
BDRF/Albedo geometric parameter for band 4
BRDF_Albedo_Parameters_Band5_iso
BDRF/Albedo isotropic parameter for band 5
BRDF_Albedo_Parameters_Band5_vol
BDRF/Albedo volumetric parameter for band 5
BRDF_Albedo_Parameters_Band5_geo
BDRF/Albedo geometric parameter for band 5
BRDF_Albedo_Parameters_Band6_iso
BDRF/Albedo isotropic parameter for band 6
BRDF_Albedo_Parameters_Band6_vol
BDRF/Albedo volumetric parameter for band 6
BRDF_Albedo_Parameters_Band6_geo
BDRF/Albedo geometric parameter for band 6
BRDF_Albedo_Parameters_Band7_iso
BDRF/Albedo isotropic parameter for band 7
BRDF_Albedo_Parameters_Band7_vol
BDRF/Albedo volumetric parameter for band 7
BRDF_Albedo_Parameters_Band7_geo
BDRF/Albedo geometric parameter for band 7
BRDF_Albedo_Parameters_vis_iso
BDRF/Albedo isotropic parameter for the visible band
BRDF_Albedo_Parameters_vis_vol
BDRF/Albedo volumetric parameter for the visible band
BRDF_Albedo_Parameters_vis_geo
BDRF/Albedo geometric parameter for the visible band
BRDF_Albedo_Parameters_nir_iso
BDRF/Albedo isotropic parameter for the NIR band
BRDF_Albedo_Parameters_nir_vol
BDRF/Albedo volumetric parameter for the NIR band
BRDF_Albedo_Parameters_nir_geo
BDRF/Albedo geometric parameter for the NIR band
BRDF_Albedo_Parameters_shortwave_iso
BDRF/Albedo isotropic parameter for the shortwave band
BRDF_Albedo_Parameters_shortwave_vol
BDRF/Albedo volumetric parameter for the shortwave band
BRDF_Albedo_Parameters_shortwave_geo
BDRF/Albedo geometric parameter for the shortwave band
BRDF_Albedo_Band_Mandatory_Quality_Band1
BRDF albedo mandatory quality for band 1
BRDF_Albedo_Band_Mandatory_Quality_Band2
BRDF albedo mandatory quality for band 2
BRDF_Albedo_Band_Mandatory_Quality_Band3
BRDF albedo mandatory quality for band 3
BRDF_Albedo_Band_Mandatory_Quality_Band4
BRDF albedo mandatory quality for band 4
BRDF_Albedo_Band_Mandatory_Quality_Band5
BRDF albedo mandatory quality for band 5
BRDF_Albedo_Band_Mandatory_Quality_Band6
BRDF albedo mandatory quality for band 6
BRDF_Albedo_Band_Mandatory_Quality_Band7
BRDF albedo mandatory quality for band 7
BRDF_Albedo_Band_Mandatory_Quality_vis
BRDF albedo mandatory quality for visible broadband
BRDF_Albedo_Band_Mandatory_Quality_nir
BRDF albedo mandatory quality for NIR broadband
BRDF_Albedo_Band_Mandatory_Quality_shortwave
BRDF albedo mandatory quality for shortwave broadband
Terms of Use
Terms of Use
MODIS data and products acquired through the LP DAAC have no restrictions on subsequent use, sale, or redistribution.
Citations
-
Please visit LP DAAC 'Citing Our Data' page for information on citing LP DAAC datasets.
DOIs
Explore with Earth Engine
Code Editor (JavaScript)
var dataset = ee . ImageCollection ( 'MODIS/061/MCD43A1' ) . filter ( ee . Filter . date ( '2018-05-01' , '2018-07-01' )); var defaultVisualization = dataset . select ([ 'BRDF_Albedo_Parameters_Band1_iso' , 'BRDF_Albedo_Parameters_Band4_iso' , 'BRDF_Albedo_Parameters_Band3_iso' ]); var defaultVisualizationVis = { min : 0.0 , max : 1400.0 , gamma : 2.0 , }; Map . setCenter ( 6.746 , 46.529 , 6 ); Map . addLayer ( defaultVisualization , defaultVisualizationVis , 'Default visualization' );