Skip to content

Commit 8e5a6af

Browse files
authored
Merge pull request #227 from SambokoHubert/align_large_datasets
2 parents 2d49ecd + fce02ff commit 8e5a6af

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Then, only if you are on Windows 10 Home, Windows 8 (any version) or Windows 7 (
101101

102102
If you are on Windows 10 Professional or a newer version, you should install instead:
103103

104-
* Docker for Windows: https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe
104+
* Docker for Windows:https://docs.docker.com/desktop/install/windows-install/
105105

106106
Please do **NOT** install both docker programs. They are different and will create a mess if they are both installed.
107107

source/map-accuracy.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,5 +269,19 @@ When previously mapped sites need revisited, OpenDroneMap can align multiple ver
269269

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

272+
-----------------------
273+
Aligning Large Datasets
274+
-----------------------
275+
276+
When attempting to process very large datasets it may very well be the case that one needs to devide a large set of images into smaller more manageable chunks for ease of processing.This process however, may introduce some uncertainty with respect to the alignment of all the processed outputs.To make sure that all point clouds and terrain/suface models are seamlessly alighn in preparation for merging we follow the simple techniques outlined below.
277+
278+
**Workflow for aligning large datasets:**
279+
280+
#.Split the full compliment of images into manageable chunks. E.g. If you have flown and collected a total of 1000 images but you know your processor cannot handle all these images at once, you may want to devide these images into four sets of submodels with 250 images each.
281+
#.Process the first dataset with theDigital Surface Model (DSM) option enabled.
282+
#.Download the DSM from first dataseta in its raw-tiff format and rename it to 'align.tif'
283+
#.Load the second dataset together with the align.tif
284+
#.Process the second dataset (including the align.tif file)
285+
#.Repeat until all submodels have been processed.
272286

273287
`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/map-accuracy.rst>`_!

0 commit comments

Comments
 (0)