ALOS World 3D-30m (AW3D30)#
alos-dem · theme terrain · no data
JAXA’s global 30 m digital surface model from ALOS PRISM optical stereo imagery (2006-2011), EGM96 geoid: version 3.2 on the Planetary Computer, version 4.1 on Earth Engine. The DEM the CHILI heat-load index is derived from, and an independent surface to check the radar DEMs against.
import easysnowdata as esd
aoi = (-121.94, 46.72, -121.54, 46.99) # Mount Rainier
data = esd.terrain.dem.load(aoi)
No account needed for the default route
source="planetary-computer" is open. source="gee" needs earthengine — see the credentials page.
Sources#
2 routes serve this product; the first is the default and source= picks another. The return contract is the same either way.
source |
provider |
credentials |
resolution |
extent |
temporal |
latency |
notes |
|---|---|---|---|---|---|---|---|
|
stac |
none |
30 m |
global |
static (acquired 2006-2011; v3.2 2021) |
— |
signed hrefs, anonymous; one COG per 1° tile |
|
gee |
earthengine |
30 m |
global |
static (acquired 2006-2011; v4.1 2024) |
— |
the newer v4.1, tiled as an ImageCollection and mosaicked here |
Where each route points#
planetary-computer— Planetary Computer no dataalos-demgee— Earth Engine (v4.1) no dataJAXA/ALOS/AW3D30/V4_1
Variables#
variable |
units |
dtype |
nodata |
categorical |
|---|---|---|---|---|
|
m |
float32 |
-9999 |
no |
Provenance#
Licence · JAXA AW3D30 terms of use (free, attribution)
DOI · 10.5069/G94M92HB
Cite the data as
Japan Aerospace Exploration Agency (2021). ALOS World 3D 30 meter DEM V3.2. Distributed by OpenTopography. https://doi.org/10.5069/G94M92HB
Documentation
Loader · easysnowdata.terrain.dem.load