Skip to content

Commit 2c7d84c

Browse files
Merge pull request #210 from smathermather/multi_temporal
Move align into tutorials, bring multi-temporal under align
2 parents 8f5ff56 + 08d84b6 commit 2c7d84c

File tree

3 files changed

+27
-13
lines changed

3 files changed

+27
-13
lines changed

source/align.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

source/arguments_edit/align.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
.. _align:
2+
3+
align
4+
`````
5+
6+
**Options:** *<path string>*
7+
8+
Path to a GeoTIFF DEM or a LAS/LAZ point cloud that the reconstruction outputs should be automatically aligned to. Experimental. Default: ``None``
9+
110
See `Multi-temporal datasets for further usage information. </tutorials/#multi-temporal-datasets>`_
211

312
Uses `CODEM <https://github.com/NCALM-UH/CODEM>`_, credits to Craig Glennie and the group at CRREL.
@@ -9,3 +18,7 @@ The details of the method are available at https://github.com/NCALM-UH/CODEM/blo
918
:align: center
1019

1120
Animated gif comparing two separately processed, but aligned digital surface models.
21+
22+
23+
`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-first-contribution>`_ and help improve `this page <https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/align.rst>`_!
24+

source/tutorials.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,20 @@ For instance, point clouds properties can be modified to show elevation and also
820820

821821
`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-first-contribution>`_ and help improve `this page <https://github.com/OpenDroneMap/docs/blob/publish/source/tutorials.rst>`_!
822822

823+
824+
###############
825+
Alignment Files
826+
###############
827+
828+
Georeferencing by default is done using GPS or GCPs (if provided).
829+
830+
Starting from ODM ``3.0.2`` people can supply a reference alignment file to georeference the program outputs. The reconstruction will be initially performed using GPS/GCPs and will subsequently be aligned to the reference model via a linear scaling/rotation/shift operation.
831+
832+
If you supply a file called ``align.laz``, ``align.las`` or ``align.tif`` (single band GeoTIFF DEM) then ODM will automatically detect it and attempt to align outputs to this reference model. If it has another name you can specify using ``--align <path>``.
833+
834+
The alignment file must be created in the base of your project folder. The base folder is usually where you have stored your images. If you are using WebODM or NodeODM, then upload the align file with your images. If resizing your images in WebODM, use an ``align.laz`` or ``align.las`` file instead of a tif.
835+
836+
823837
********
824838
Multi-temporal Datasets
825839
********

0 commit comments

Comments
 (0)