Skip to content

Commit b474abe

Browse files
add details on project setup
1 parent 1a153f4 commit b474abe

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

source/tutorials.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -830,10 +830,21 @@ Multi-temporal Datasets
830830

831831
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.
832832

833-
Steps
834-
-----
833+
Workflow for multi-temporal datasets:
834+
-------------------------------------
835+
836+
837+
.. [#] Process your original data. This step doesn't require a ground control point file, but use one if absolute accuracy is a project requirement
838+
.. [#] Download the Point Cloud from your first processed dataset as an LAZ file type (default). Rename the point cloud to align.laz
839+
.. [#] 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
840+
.. [#] Check your log. It should include a line near the top that indicates it has set align to a path value, something like this:
841+
842+
[INFO] Initializing ODM 3.5.3 - Tue Oct 15 05:01:43 2024
843+
[INFO] ==============
844+
[INFO] 3d_tiles: False
845+
[INFO] align: /var/www/data/bc14fa2c-ba5c-4b85-99b0-0b7ff715b210/gcp/align.laz
846+
[INFO] auto_boundary: True
835847
836-
blaa blaa blaa
837848
838849
839850
Using Singularity

0 commit comments

Comments
 (0)