Skip to content

Commit 9d04f46

Browse files
Saijin-NaibSaijin-Naib
authored andcommitted
update: add gps z offset, update split overlap
1 parent dcd762d commit 9d04f46

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

source/arguments.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ Options and Flags
8989
:ref:`gps-accuracy<gps-accuracy>` <positive float>
9090
Set a value in meters for the GPS Dilution of Precision (DOP) information for all images. If your images are tagged with high precision GPS information (RTK), this value will be automatically set accordingly. You can use this option to manually set it in case the reconstruction fails. Lowering this option can sometimes help control bowling-effects over large areas. Default: ``3``
9191

92+
:ref:`gps-z-offset<gps-z-offset>` <float>
93+
Set a GPS offset in meters for the vertical axis (Z) by adding it to the altitude value of the GPS EXIF data. This does not change the value of any GCPs. This can be useful for example when adjusting from ellipsoidal to orthometric height. Default: ``0``
94+
9295
:ref:`help<help>`
9396
show this help message and exit
9497

@@ -246,7 +249,7 @@ Options and Flags
246249
Path to the image groups file that controls how images should be split into groups. The file needs to use the following format: image_name group_nameDefault: ``None``
247250

248251
:ref:`split-overlap<split-overlap>` <positive integer>
249-
Radius of the overlap between submodels. After grouping images into clusters, images that are closer than this radius to a cluster are added to the cluster. This is done to ensure that neighboring submodels overlap. Default: ``150``
252+
Radius of the overlap between submodels in meters. After grouping images into clusters, images that are closer than this radius to a cluster are added to the cluster. This is done to ensure that neighboring submodels overlap. All imagesneed GPS information. Default: ``150``
250253

251254
:ref:`texturing-keep-unseen-faces<texturing-keep-unseen-faces>`
252255
Keep faces in the mesh that are not seen in any camera. Default: ``False``

source/arguments/gps-z-offset.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
..
2+
AUTO-GENERATED by extract_odm_strings.py! DO NOT EDIT!
3+
If you want to add more details to a command, edit a
4+
.rst file in arguments_edit/<argument>.rst
5+
6+
.. _gps-z-offset:
7+
8+
gps-z-offset
9+
````````````
10+
11+
**Options:** *<float>*
12+
13+
Set a GPS offset in meters for the vertical axis (Z) by adding it to the altitude value of the GPS EXIF data. This does not change the value of any GCPs. This can be useful for example when adjusting from ellipsoidal to orthometric height. Default: ``0``
14+
15+
16+
17+
18+
`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/arguments_edit/gps-z-offset.rst>`_!

source/arguments/split-overlap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ split-overlap
1010

1111
**Options:** *<positive integer>*
1212

13-
Radius of the overlap between submodels in meters. After grouping images into clusters, images that are closer than this radius to a cluster are added to the cluster. This is done to ensure that neighboring submodels overlap. All images need GPS information. Default: ``150``
13+
Radius of the overlap between submodels in meters. After grouping images into clusters, images that are closer than this radius to a cluster are added to the cluster. This is done to ensure that neighboring submodels overlap. All imagesneed GPS information. Default: ``150``
1414

1515

1616

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)