Skip to content

Align large datasets correct numbering, fix recommendations on align.laz #229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: publish
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions source/map-accuracy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,11 @@ When attempting to process very large datasets it may very well be the case that

**Workflow for aligning large datasets:**

#.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.
#.Process the first dataset with theDigital Surface Model (DSM) option enabled.
#.Download the DSM from first dataseta in its raw-tiff format and rename it to 'align.tif'
#.Load the second dataset together with the align.tif
#.Process the second dataset (including the align.tif file)
#.Repeat until all submodels have been processed.
#. 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.
#. Process the first dataset with theDigital Surface Model (DSM) option enabled.
#. Download the DSM from first dataseta in its raw-tiff format and rename it to 'align.tif'
#. Load the second dataset together with the align.tif
#. Process the second dataset (including the align.tif file)
#. Repeat until all submodels have been processed.

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