Tutorials#
Two end-to-end notebooks. Both use openly available data; no NASA Earthdata or Vantor credentials, no API keys.
Stereo from a single ASTER L1A scene. The gentlest end-to-end flow:
aster2aspto extract nadir + back-looking viewsparallel_stereo(raw, then mapprojected for cleaner output)point2demto grid the resultasp_plotfor diagnostics + PDF report
Output: ~30 m DEM of Mt. Rainier.
Stereo from a high-resolution commercial-style WV3 pair (SpaceNet CORE3D, openly hosted on AWS). The full recipe:
Stereo geometry analysis with
StereoGeometryPlotterCOP-DEM clip from AWS Open Data
bundle_adjuston full imagesmapprojectto the COP-DEM gridparallel_stereoon the mapprojected pairasp_plot --pc_alignfor ICESat-2 alignment
Output: ~1 m DEM of UCSD campus.
Suggested order#
If you’ve never run ASP before, do the ASTER tutorial first. It has fewer parameters, and a coarser resolution.
The WorldView tutorial then adds bundle adjustment, cropping, and a finer resolution, higher accuracy result.
Beyond the tutorials#
The asp_plot example notebooks cover jitter correction, planetary missions (LRO NAC, Mars MOC NA, CTX), no-mapprojection variants, and scene selection.