Daily rainfall estimated from microwave readings (F18)
What it measures. Daily, gridded global rainfall amounts averaged onto a quarter-degree map, suitable for climate work.
How it's made. Produced by the GPROF algorithm using microwave readings from the SSMIS instrument on the DMSP F18 satellite, which senses both liquid and frozen precipitation, then combined into daily grid averages.
How & where you'd use it. One contributor to the merged, multi-satellite record of global precipitation used for climate studies.
What's measured
Coverage & cadence
- Time span2022-05-01 → ongoing
- Measured byDMSP 5D-3/F18 (SSMIS)
- Processing levelLevel 3
- Spatial extent-180, -90, 180, 90
- 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
Version 07 is the current version of the data set. Older versions will no longer be available and have been superseded by Version 07. 3GPROF products provide global gridded monthly/daily precipitation averages from multiple satellites that can be used for climate studies. The 3GPROF products are based on retrievals from high-quality microwave sensors, which are sensitive to liquid and ice-phase precipitation hydrometeors in the atmosphere.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="GPM_3GPROFF18SSMIS_DAY",
version="07",
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 GES_DISC Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Access the data via HTTPS GET DATA
- Access the data via the OPeNDAP protocol. USE SERVICE API
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA
- README Document VIEW RELATED INFORMATION
- ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD) VIEW RELATED INFORMATION
- FILE SPECIFICATION DOCUMENT VIEW RELATED INFORMATION
- Instrument Description VIEW RELATED INFORMATION
- GPM and partner sensors anomalous events VIEW RELATED INFORMATION