What covers the land worldwide (yearly, 30 m)
What it measures. What covers the land worldwide, year by year, classifying each spot into land cover types and flagging where the cover has changed, along with measures of how green and seasonal each area is.
How it's made. Derived from decades of Landsat satellite imagery (Landsat 5, 7 and 8) at 30-meter resolution, mapped on continent-by-continent grids covering 2001 onward.
How & where you'd use it. Tracking deforestation, urban growth and ecosystem change, supporting carbon accounting, land management and climate, hydrology and ecology modeling.
What's measured
Coverage & cadence
- Time span2001-07-01 → 2021-07-01
- Measured byLANDSAT-8 (OLI) · LANDSAT-7 (ETM+) · LANDSAT-5 (TM)
- Processing levelLevel 3
- Spatial extent-180, -90, 180, 90
- FormatsGeoTIFF
- StatusCOMPLETE
What you can do with it
- Map air pollutants — NO₂, aerosols, ozone
- Track greenhouse gases and Earth's energy budget
- Feed weather and air-quality analysis
Official description
NASA's Making Earth System Data Records for Use in Research Environments ([MEaSUREs](https://earthdata.nasa.gov/about/competitive-programs/measures)) Global Land Cover Mapping and Estimation ([GLanCE](https://sites.bu.edu/measures/)) annual 30 meter (m) Version 1 data product provides global land cover and land cover change data derived from Landsat 5 Thematic Mapper (TM), Landsat 7 Enhanced Thematic Mapper Plus (ETM+), and Landsat 8 Operational Land Imager (OLI). These maps provide the user community with land cover type, land cover change, metrics characterizing the magnitude and seasonality of greenness of each pixel, and the magnitude of change. GLanCE data products will be provided using a set of [seven continental grids](https://measures-glance.github.io/glance-grids/) that use Lambert Azimuthal Equal Area projections parameterized to minimize distortion for each continent. Currently, North America, South America, Europe, Oceania, and Africa are available. This dataset includes global land cover and land cover change data for the period 2001 to 2019. Africa is extended through 2021. GLanCE is useful for a wide range of applications, including ecosystem, climate, and hydrologic modeling; monitoring the response of terrestrial ecosystems to climate change; carbon accounting; and land management. The GLanCE data product provides seven layers: the [land cover class](https://sites.bu.edu/measures/project-overview/methods/), the estimated day of year of change, integer identifier for class in previous year, median and amplitude of the Enhanced Vegetation Index (EVI2) in the year, rate of change in EVI2, and the change in EVI2 median from previous year to current year. A low-resolution browse image representing EVI2 amplitude is also available for each granule. Known Issues * Version 1.0 of the data set does not include Quality Assurance, Leaf Type or Leaf Phenology. These layers are populated with fill values. These layers will be included in future releases of the data product. * All GLnanCE granules should contain 7 products except the year 2001, which contain 4, as there are no change products (chgDate, EVI2chg, prevClass) for the initial year of data. * Science Data Set (SDS) values may be missing, or of lower quality, at years when land cover change occurs. This issue is a by-product of the fact that Continuous Change Detection and Classification (CCDC) does not fit models or provide synthetic reflectance values during short periods of time between time segments. * The accuracy of mapping results varies by land cover class and geography. Specifically, distinguishing between shrubs and herbaceous cover is challenging at high latitudes and in arid and semi-arid regions. Hence, the accuracy of shrub cover, herbaceous cover, and to some degree bare cover, is lower than for other classes. * Due to the combined effects of large solar zenith angles, short growing seasons, lower availability of high-resolution imagery to support training data, the representation of land cover at land high latitudes in the GLanCE product is lower than in mid latitudes. * Shadows and large variation in local zenith angles decrease the accuracy of the GLanCE product in regions with complex topography, especially at high latitudes. * Mapping results may include artifacts from variation in data density in overlap zones between Landsat scenes relative to mapping results in non-overlap zones. * Regions with low observation density due to cloud cover, especially in the tropics, and/or poor data density (e.g. Alaska, Siberia, West Africa) have lower map quality. * Artifacts from the Landsat 7 Scan Line Corrector failure are occasionally evident in the GLanCE map product. * High proportions of missing data in regions with snow and ice at high elevations result in missing data in the GLanCE SDSs. * The GlanCE data product tends to modestly overpredict developed land cover in arid regions.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="GLanCE30",
version="001",
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 LPCLOUD 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
- The technical information in the User's Guide enables users to interpret and use the data products. VIEW RELATED INFORMATION
- Land Cover Class Table VIEW RELATED INFORMATION
- Continental Grid System VIEW RELATED INFORMATION