DEM generation with Python

SAR interferometry is widely used for the generation of digital elevation models (DEM). The topographic information is derived by exploiting the phase differences of the coherent radar signal from 2 complex-valued SAR images, which are acquired from slightly different orbit positions. After focusing the raw SAR data, three essential steps are the main components of the standard InSAR processing:

  1. Co-Registration of the two complex images
  2. Interferogram generation and coherence estimation
  3. Phase unwrapping

In this tutorial the processing is conducted with the open source programming language Python. All data and instruction is included in the downloadable ZIP-File.

Responses