Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.11 KB

getting_started.rst

File metadata and controls

34 lines (22 loc) · 1.11 KB

Getting started

Install

Demcompare is available on Pypi and can be installed by:

python3 -m venv venv
source venv/bin/activate
pip install demcompare

Note

In case of installation problems, please refer to faq

Command line execution

Example of a basic DEM coregistration + statistics execution with the sample images and input configuration available on demcompare :

wget https://raw.githubusercontent.com/CNES/demcompare/master/data_samples/images/srtm_sample.zip  # input stereo pair
wget https://raw.githubusercontent.com/CNES/demcompare/master/data_samples/json_conf_files/nuth_kaab_config.json # configuration file
unzip srtm_sample.zip #uncompress data
demcompare nuth_kaab_config.json #run demcompare
  • For more information about demcompare's command line execution, please refer to: command_line_execution
  • For more information about demcompare's steps, please refer to: coregistration, statistics, report