Skip to content

Commit 5f986a3

Browse files
authored
Merge pull request #207 from smathermather/multi_temporal
2 parents ac3bfd0 + c9ae476 commit 5f986a3

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

source/images/align_pc.gif

617 KB
Loading

source/tutorials.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,33 @@ For instance, point clouds properties can be modified to show elevation and also
821821

822822
`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>`_!
823823

824+
********
825+
Multi-temporal Datasets
826+
********
827+
828+
When previously mapped sites need revisited, OpenDroneMap can align multiple versions of a dataset through time by using a prior point cloud or digital elevation model. As the prior point cloud `seems to provide better results <https://community.opendronemap.org/t/tips-to-increase-same-site-temporal-consistency/22161/7>`_, that is the approach we will review here.
829+
830+
Workflow for multi-temporal datasets:
831+
=====================================
832+
833+
#. Process your original data. This step doesn't require a ground control point file, but use one if absolute accuracy is a project requirement
834+
#. Download the Point Cloud from your first processed dataset as an LAZ file type (default). Rename the point cloud to align.laz
835+
#. Include that LAZ file with each of your subsequent processing. If you are using command line ODM, include it in the images directory. If uploading, simply upload with your raw images for processing
836+
#. Check your log. It should include a line near the top that indicates it has set align to a path value, something like this::
837+
838+
[INFO] Initializing ODM 3.5.3 - Tue Oct 15 05:01:43 2024
839+
[INFO] ==============
840+
[INFO] 3d_tiles: False
841+
[INFO] align: /var/www/data/bc14fa2c-ba5c-4b85-99b0-0b7ff715b210/gcp/align.laz
842+
[INFO] auto_boundary: True
843+
844+
845+
.. figure:: images/align_pc.gif
846+
:alt: Animated gif comparing two separately processed, but aligned digital surface models.
847+
:align: center
848+
849+
Animated gif comparing two separately processed, but aligned digital surface models.
850+
824851
********
825852
Advanced
826853
********

0 commit comments

Comments
 (0)