Skip to content

Commit

Permalink
Merge pull request #207 from smathermather/multi_temporal
Browse files Browse the repository at this point in the history
  • Loading branch information
Saijin-Naib authored Oct 18, 2024
2 parents ac3bfd0 + c9ae476 commit 5f986a3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
Binary file added source/images/align_pc.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,33 @@ For instance, point clouds properties can be modified to show elevation and also

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

********
Multi-temporal Datasets
********

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.

Workflow for multi-temporal datasets:
=====================================

#. Process your original data. This step doesn't require a ground control point file, but use one if absolute accuracy is a project requirement
#. Download the Point Cloud from your first processed dataset as an LAZ file type (default). Rename the point cloud to align.laz
#. 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
#. Check your log. It should include a line near the top that indicates it has set align to a path value, something like this::

[INFO] Initializing ODM 3.5.3 - Tue Oct 15 05:01:43 2024
[INFO] ==============
[INFO] 3d_tiles: False
[INFO] align: /var/www/data/bc14fa2c-ba5c-4b85-99b0-0b7ff715b210/gcp/align.laz
[INFO] auto_boundary: True


.. figure:: images/align_pc.gif
:alt: Animated gif comparing two separately processed, but aligned digital surface models.
:align: center

Animated gif comparing two separately processed, but aligned digital surface models.

********
Advanced
********
Expand Down

0 comments on commit 5f986a3

Please sign in to comment.