demcoreg

Python and shell scripts for co-registration of rasters, specifically digital elevation models (DEMs).

Overview

All DEMs have some horizontal and vertical geolocation error. It is important to remove relative offsets when differencing multiple DEMs for elevation change analyses. These tools offer several options to solve this problem. Most solve for the sub-pixel horizontal shift and vertical offset required to minimize errors over “static” control surfaces. The ASP pc_align tool can also solve for more complex transformations with rotations and scaling.

Features

  • Multiple co-registration algorithms (ICP, NCC, SAD, Nuth and Kaab [2011])
  • Automatic determination of static control surfaces (i.e., exposed bedrock) for arbitrary DEM timestamp
  • Least-squares optimization to correct a group of DEMs

Some useful command-line utilities (run with no arguments for usage)

  • dem_mask.py - generate mask of snow-free rock surfaces using reflectance, LULC, SNODAS, MODSCAG
  • pc_align_wrapper.sh - wrapper around NASA Ames Stereo Pipeline pc_align utility for iterative closest point co-registration
  • apply_dem_translation.py - update geotransform and applies vertical offset
  • compute_dz.py - simple DEM difference calculation
  • robust_stats.py - print out robust statistics for sampled DEM differences before/after co-registration
  • ...
  • coreglib.py - implementation of various co-registration algorithms: Nuth and Kaab (2011), normalized cross-correlation with sub-pixel refinement, sum of absolute differences

Examples

dem_mask.py output

Sample dem_mask

filter_glas.py output

Sample filter_glas

Documentation

http://demcoreg.readthedocs.io

Installation

Install the latest release from PyPI:

pip install demcoreg 

Note: by default, this will deploy executable scripts in /usr/local/bin

Building from source

Clone the repository and install:

git clone https://github.com/dshean/demcoreg.git
pip install -e demcoreg

The -e flag (“editable mode”, setuptools “develop mode”) will allow you to modify source code and immediately see changes.

Core requirements

Optional requirements (needed for some functionality)

License

This project is licensed under the terms of the MIT License.

Citation

If you use any of this software for research applications that result in publications, please cite:

Shean, D. E., O. Alexandrov, Z. Moratto, B. E. Smith, I. R. Joughin, C. C. Porter, Morin, P. J., An automated, open-source pipeline for mass production of digital elevation models (DEMs) from very high-resolution commercial stereo satellite imagery, ISPRS J. Photogramm. Remote Sens, 116, 101-117, doi: 10.1016/j.isprsjprs.2016.03.012, 2016.