Where heat-loving (C4) plants grow worldwide
What it measures. Maps the percentage of each grid cell covered by C4 plants—the heat-loving group that includes many tropical grasses and crops like corn—across the global land surface.
How it's made. Compiled from existing datasets on plant growth forms, climate zones, cropland fraction, and national crop statistics, harmonized to a consistent global land mask as part of the ISLSCP II collection.
How & where you'd use it. Because C3 and C4 plants respond differently to light, temperature, and CO2, this map helps Earth-system models correctly simulate the exchange of carbon, water, and energy between vegetation and the atmosphere.
What's measured
Coverage & cadence
- Time span1993-01-01 → 1998-12-31
- Measured byFIELD INVESTIGATION (LICOR LEAF AREA METER, STEEL MEASURING TAPE) · NOAA-14 (MODIS, AVHRR) · Terra (MODIS)
- Processing levelLevel 3
- Spatial extent-180, -90, 180, 90
- FormatsASCII
- StatusCOMPLETE
What you can do with it
- Track deforestation, fire scars and land-cover change
- Monitor crop and vegetation health (NDVI/EVI)
- Map how built-up vs. green an area is over time
Official description
The photosynthetic composition (C3 or C4) of vegetation on the land surface is essential for accurate simulations of biosphere-atmosphere exchanges of carbon, water, and energy. C3 and C4 plants have different responses to light, temperature, CO2, and nitrogen; they also differ in physiological functions like stomatal conductance and isotope fractionation. A fine-scale distribution of these plant types is essential for earth science modeling. The C4 percentage is determined from datasets that describe the continuous distribution of plant growth forms (i.e., the percent of a grid cell covered by herbaceous or woody vegetation), climate classifications, the fraction of a grid cell covered in croplands, and national crop type harvest area statistics. The staff from the International Satellite Land Surface Climatology Project (ISLSCP) Initiative II have made the original data set consistent with the ISLSCP-2 land/water mask. This data set contains a single file in ArcInfo ASCIIGRID format. This data set is one of the products of the International Satellite Land-Surface Climatology Project, Initiative II (ISLSCP II) data collection which contains 50 global time series data sets for the ten-year period 1986 to 1995. Selected data sets span even longer periods. ISLSCP II is a consistent collection of data sets that were compiled from existing data sources and algorithms, and were designed to satisfy the needs of modelers and investigators of the global carbon, water and energy cycle. The data were acquired from a number of U.S. and international agencies, universities, and institutions. The global data sets were mapped at consistent spatial (1, 0.5 and 0.25 degrees) and temporal (monthly, with meteorological data at finer (e.g., 3-hour)) resolutions and reformatted into a common ASCII format. The data and documentation have undergone two peer reviews. ISLSCP is one of several projects of Global Energy and Water Cycle Experiment (GEWEX) [http://www.gewex.org/] and has the lead role in addressing land-atmosphere interactions -- process modeling, data retrieval algorithms, field experiment design and execution, and the development of global data sets.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="c4_percent_1deg_932",
version="1",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from ORNL_CLOUD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data. GET DATA
- Collection Bundle URL GET DATA
- ORNL DAAC Data Set Documentation VIEW RELATED INFORMATION
- Data Set Documentation VIEW RELATED INFORMATION
- Data Set Documentation VIEW RELATED INFORMATION