Where farmland is irrigated worldwide, raw stage (30 m)
What it measures. A 30 m map identifying where cropland is irrigated, sorted into 32 irrigated-crop types, along with non-irrigated land and water bodies, plus an accuracy assessment.
How it's made. Produced from Landsat 8 satellite imagery spanning 2019-2021 to represent the year 2020; this is the Level 1 (raw/early) stage of the product.
How & where you'd use it. Aimed at food and water security questions like where and how much land is irrigated. Coverage currently spans only the continental US, with the rest of the world to be added later.
What's measured
Coverage & cadence
- Time span2019-01-01 → 2021-12-31
- Measured byLANDSAT-8 (OLI)
- Processing levelLevel 1
- Spatial extent-180, -90, 180, 90
- FormatsGeoTIFF
- StatusACTIVE
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 Landsat-Derived Global Irrigated-Cropland Product Level 1 2020 (LGRIP30_L1_IRRI) Version 2 data provides high-resolution, 30 meter (m) cropland data to assist and address food and water security issues of the twenty-first century. As an extension of the Global Food Security-support Analysis Data ([GFSAD](https://www.usgs.gov/centers/western-geographic-science-center/science/global-food-security-support-analysis-data-30-m)) project, LGRIP_L1_IRRI V2 maps agricultural lands by dividing them into 32 irrigated cropland types and calculates applicable cropland areas across the globe. LGRIP data are produced using Landsat 8 time-series satellite sensor data for the 2019 through 2021 time period to create a nominal 2020 product. Each LGRIP30 L1 V2 Irrigated 30 m resolution GeoTIFF file contains a layer that identifies areas of irrigated cropland (cropland that had at least one irrigation during the crop growing period) divided into 32 types, non-irrigated land (rainfed cropland and areas not classified as cropland), and water bodies over a 10° by 10° area, as well as an accuracy assessment of the product. A low-resolution browse image is also included. Currently, LGRIP30 V2 products contain data only for the conterminous United States (CONUS). LGRIP30 V2 data covering the rest of the globe will be added at a later date.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="LGRIP30_L1_IRRI",
version="002",
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
- GFSAD Homepage VIEW RELATED INFORMATION
- The ATBD provides physical theory and mathematical procedures for the calculations used to produce the data products. VIEW RELATED INFORMATION
- The technical information in the User's Guide enables users to interpret and use the data products. VIEW RELATED INFORMATION