Full catalog/Global_Phosphorus_Dist_Map_1223
Global_Phosphorus_Dist_Map_1223·v1·dataset

Map of phosphorus nutrient in the world's soils

Global Gridded Soil Phosphorus Distribution Maps at 0.5-degree Resolution
land NASA ORNL_CLOUD Level 3 netCDF-4 classic
In plain English

What it measures. A global map of phosphorus, a key plant nutrient, in the world's soils, broken into different chemical forms (such as plant-available, organic, and mineral-bound), with uncertainty estimates.

How it's made. Not a satellite product; it was assembled from soil studies and global databases to represent conditions in the pre-industrial era around 1850, at half-degree resolution.

How & where you'd use it. Provides starting estimates of available soil phosphorus for global biogeochemistry models that treat phosphorus as a limit on plant growth.

What's measured

LAND SURFACE › SOILS › PHOSPHORUSLAND SURFACE › SOILS › SOIL CHEMISTRY

Coverage & cadence

  • Time span1850-01-01 → 1850-12-31
  • Measured byNOT APPLICABLE (NOT APPLICABLE)
  • Processing levelLevel 3
  • Spatial extent-180, -90, 180, 90
  • FormatsnetCDF-4 classic
  • 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

This data set provides estimates of different forms of naturally occurring soil phosphorus (P) including labile inorganic P, organic P, occluded P, secondary mineral P, apatite P, and total P on a global scale at 0.5-degree resolution. The data were assembled from chronosequence information and global spatial databases to develop a map of total soil P and the distribution among mineral bound, labile, organic, occluded, and secondary P forms in soils. Uncertainty was calculated for the different forms. The data set has no explicit temporal component -- data were nominally for the pre-industrial period ca. 1850. The estimated global spatial variation and distribution of different soil P forms presented in this study will be useful for global biogeochemistry models that include P as a limiting element in biological production by providing initial estimates of the available soil P for plant uptake and microbial utilization (Yang et al., 2013). There is one netCDF data file (.nc) with this data set.

Get the data

global_phosphorus_dist_map_1223_access.py
import earthaccess
earthaccess.login(strategy="netrc")          # free Earthdata Login

results = earthaccess.search_data(
    short_name="Global_Phosphorus_Dist_Map_1223",
    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.