diff --git a/source/arguments_edit/build-overviews.rst b/source/arguments_edit/build-overviews.rst index bbaf86a3a..faa860698 100644 --- a/source/arguments_edit/build-overviews.rst +++ b/source/arguments_edit/build-overviews.rst @@ -3,6 +3,8 @@ | Parameter Domain: | True: ``--build-overviews`` | False: ``null`` +| Parameter Default: +| False: ``null`` ---- @@ -22,7 +24,7 @@ What Are Overviews? ------------------- Overviews (sometimes referred to as pyramids) are an optimization that reduce the time it takes to render GeoTIFF files; Larger file-size is the tradeoff for this increased rendering performance. -Overviews are lower-resoultion copies of the raster data (Power of two factor [128x128, 256x256, etc]) that are stored either internally or externally in a sidecar. +Overviews are lower-resolution copies of the raster data (Power of two factor [128x128, 256x256, etc]) that are stored either internally or externally in a sidecar. In the case of OpenDroneMap, the Overviews will always be internal. diff --git a/source/arguments_edit/camera-lens.rst b/source/arguments_edit/camera-lens.rst index 8b1378917..44ec823ec 100644 --- a/source/arguments_edit/camera-lens.rst +++ b/source/arguments_edit/camera-lens.rst @@ -1 +1,78 @@ +| Parameter Type: +| **String** +| Parameter Domain: +| ``auto`` : Automatic selection of best camera projection model. +| ``brown`` : Robust rectilinear projection model. Preferred by ``auto``. +| ``fisheye`` : Wide-angle / non-rectilinear projection model. +| ``perspective`` : Legacy rectilinear projection model. +| ``spherical`` : 360° camera projection model. +| Parameter Default: +| ``auto`` +---- + +======== ======== +Resource Impact +======== ======== +CPU ●○○ | Low +GPU ○○○ | None +HDD ●○○ | Low +RAM ●○○ | Low +Time ●○○ | Low +======== ======== + +---- + +What Are Camera Lens Models? +---------------------------- +Camera Lens Models are projection/distortion models that OpenSFM uses to correct for the optics of the camera platforms that record our images. These corrections are essential for proper camera/scene modeling, and therefore, proper reconstruction of the data. + +When are manual selections appropriate? +--------------------------------------- +Manually choosing a Camera Lens Model is currently only recommended in the case of Spherical Cameras (GoPro Fusion, GoPro Max, Insta360, Kodak PixPro, etc.) as these are currently not detected automatically by OpenSFM. + +Why would one use a particular Camera Lens Model? +------------------------------------------------- +In rare cases, OpenSFM may not be able to detect (or retrieve from its Camera database) the correct Camera Lens Model for your particular sensor, in which case you should select the closest appropriate model. When in doubt, try specifying ``brown`` first. + +Example Images +-------------- + +The following examples are all data taken with a standard Rectilinear Lens. Manual selection of the various Camera Lens Models is demonstrated to show some differences in how this will affect reconstruction. + +``auto`` : Rectilinear Data +^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. figure:: https://user-images.githubusercontent.com/19295950/127077336-ae79a958-a953-4376-86fd-430d0e5457f2.png + :alt: Rectilinear data rendered by ``auto`` Camera Lens Model + + This Point Cloud shows a proper reconstruction via the ``auto`` (``brown``) Camera Lens Model, which is appropriate for this sensor. + +``brown`` : Rectilinear Data +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. figure:: https://user-images.githubusercontent.com/19295950/127077753-580a174e-7572-4315-8801-224ce097d9fc.png + :alt: Rectilinear data rendered by ``brown`` Camera Lens Model + + As in the prior example, this Point Cloud is reconstructed via the ``brown`` Camera Lens Model. + +``fisheye`` : Rectilinear Data +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +.. figure:: https://user-images.githubusercontent.com/19295950/127077826-53d459fe-5e4e-4b10-8e70-fbddf775c4f7.png + :alt: Rectilinear data rendered by ``fisheye`` Camera Lens Model + + In this Point Cloud reconstruction, severe bowling and other artifacts have been introduced via the use of the wrong Camera Lens Model. + +``perspective`` : Rectilinear Data +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. figure:: https://user-images.githubusercontent.com/19295950/127077485-699f9e61-72a6-45f2-990f-f5748b6ee99f.png + :alt: Rectilinear data rendered by ``perspective`` Camera Lens Model + + This Point Cloud rendered well, very similar to the ``auto`` and ``brown`` examples. One may see artifacts in the ``perspective`` Camera Lens Model in very large collections, or over very flat/homogenus terrain (agricultural fields). In such cases, forcing ``brown`` may help. + +``spherical`` : Rectilinear Data +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. figure:: https://user-images.githubusercontent.com/19295950/127078960-27e35cbb-a378-4d0d-92e2-42dbfd1edd7c.png + :alt: Rectilinear data rendered by ``spherical`` Camera Lens Model + + This Point Cloud failed to reconstruct properly due to the manual selection of the ``fisheye`` Camera Lens Model. Similar failures to reconstruct can often indicate the wrong manual selection, or in edge cases, wrong ``auto`` selection of the Camera Lens Model, and you are advised to try another Model that is more appropriate. diff --git a/source/locale/en/pot/.doctrees/arguments.doctree b/source/locale/en/pot/.doctrees/arguments.doctree index 97d038653..74579c73f 100644 Binary files a/source/locale/en/pot/.doctrees/arguments.doctree and b/source/locale/en/pot/.doctrees/arguments.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/build-overviews.doctree b/source/locale/en/pot/.doctrees/arguments/build-overviews.doctree index b8b690f52..72c9947e6 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/build-overviews.doctree and b/source/locale/en/pot/.doctrees/arguments/build-overviews.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/camera-lens.doctree b/source/locale/en/pot/.doctrees/arguments/camera-lens.doctree index e6cb1148b..6a3c67e41 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/camera-lens.doctree and b/source/locale/en/pot/.doctrees/arguments/camera-lens.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/cameras.doctree b/source/locale/en/pot/.doctrees/arguments/cameras.doctree index e662c631a..b0cee238d 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/cameras.doctree and b/source/locale/en/pot/.doctrees/arguments/cameras.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/cog.doctree b/source/locale/en/pot/.doctrees/arguments/cog.doctree index 5a5ebcecf..19e4590b7 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/cog.doctree and b/source/locale/en/pot/.doctrees/arguments/cog.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/copy-to.doctree b/source/locale/en/pot/.doctrees/arguments/copy-to.doctree index 685e01b0a..d63c43676 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/copy-to.doctree and b/source/locale/en/pot/.doctrees/arguments/copy-to.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/crop.doctree b/source/locale/en/pot/.doctrees/arguments/crop.doctree index de0384034..5fb6b8bf8 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/crop.doctree and b/source/locale/en/pot/.doctrees/arguments/crop.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/debug.doctree b/source/locale/en/pot/.doctrees/arguments/debug.doctree index d502f1b69..773c4439d 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/debug.doctree and b/source/locale/en/pot/.doctrees/arguments/debug.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/dem-decimation.doctree b/source/locale/en/pot/.doctrees/arguments/dem-decimation.doctree index 639cdd244..f8865b4a1 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/dem-decimation.doctree and b/source/locale/en/pot/.doctrees/arguments/dem-decimation.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/dem-euclidean-map.doctree b/source/locale/en/pot/.doctrees/arguments/dem-euclidean-map.doctree index 2c953baa6..0b4e46345 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/dem-euclidean-map.doctree and b/source/locale/en/pot/.doctrees/arguments/dem-euclidean-map.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/dem-gapfill-steps.doctree b/source/locale/en/pot/.doctrees/arguments/dem-gapfill-steps.doctree index 595c88fe0..f5b75cb4a 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/dem-gapfill-steps.doctree and b/source/locale/en/pot/.doctrees/arguments/dem-gapfill-steps.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/dem-resolution.doctree b/source/locale/en/pot/.doctrees/arguments/dem-resolution.doctree index 4285202b1..3879240b9 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/dem-resolution.doctree and b/source/locale/en/pot/.doctrees/arguments/dem-resolution.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/depthmap-resolution.doctree b/source/locale/en/pot/.doctrees/arguments/depthmap-resolution.doctree index 8d6185552..ee8f139e2 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/depthmap-resolution.doctree and b/source/locale/en/pot/.doctrees/arguments/depthmap-resolution.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/dsm.doctree b/source/locale/en/pot/.doctrees/arguments/dsm.doctree index 64675d40b..4cd188e72 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/dsm.doctree and b/source/locale/en/pot/.doctrees/arguments/dsm.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/dtm.doctree b/source/locale/en/pot/.doctrees/arguments/dtm.doctree index d305055e8..c9aea2b4b 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/dtm.doctree and b/source/locale/en/pot/.doctrees/arguments/dtm.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/end-with.doctree b/source/locale/en/pot/.doctrees/arguments/end-with.doctree index 34d5e41cc..2aec34836 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/end-with.doctree and b/source/locale/en/pot/.doctrees/arguments/end-with.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/fast-orthophoto.doctree b/source/locale/en/pot/.doctrees/arguments/fast-orthophoto.doctree index 596b866df..366e5c1c4 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/fast-orthophoto.doctree and b/source/locale/en/pot/.doctrees/arguments/fast-orthophoto.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/feature-quality.doctree b/source/locale/en/pot/.doctrees/arguments/feature-quality.doctree index e3e513559..aaea3da2b 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/feature-quality.doctree and b/source/locale/en/pot/.doctrees/arguments/feature-quality.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/feature-type.doctree b/source/locale/en/pot/.doctrees/arguments/feature-type.doctree index 0209a0f82..994e81b24 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/feature-type.doctree and b/source/locale/en/pot/.doctrees/arguments/feature-type.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/force-gps.doctree b/source/locale/en/pot/.doctrees/arguments/force-gps.doctree index 1b1ea5b5a..d1e322302 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/force-gps.doctree and b/source/locale/en/pot/.doctrees/arguments/force-gps.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/gcp.doctree b/source/locale/en/pot/.doctrees/arguments/gcp.doctree index 2d8417902..4467a21ac 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/gcp.doctree and b/source/locale/en/pot/.doctrees/arguments/gcp.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/geo.doctree b/source/locale/en/pot/.doctrees/arguments/geo.doctree index 711008cd5..4a1b30ffa 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/geo.doctree and b/source/locale/en/pot/.doctrees/arguments/geo.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/gps-accuracy.doctree b/source/locale/en/pot/.doctrees/arguments/gps-accuracy.doctree index ade701df4..387f08cb1 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/gps-accuracy.doctree and b/source/locale/en/pot/.doctrees/arguments/gps-accuracy.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/help.doctree b/source/locale/en/pot/.doctrees/arguments/help.doctree index cb531a1d6..06c1151d2 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/help.doctree and b/source/locale/en/pot/.doctrees/arguments/help.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/ignore-gsd.doctree b/source/locale/en/pot/.doctrees/arguments/ignore-gsd.doctree index 5ed62aef9..3ec813de2 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/ignore-gsd.doctree and b/source/locale/en/pot/.doctrees/arguments/ignore-gsd.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/matcher-distance.doctree b/source/locale/en/pot/.doctrees/arguments/matcher-distance.doctree index fa6119e5c..d7a217171 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/matcher-distance.doctree and b/source/locale/en/pot/.doctrees/arguments/matcher-distance.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/matcher-neighbors.doctree b/source/locale/en/pot/.doctrees/arguments/matcher-neighbors.doctree index a6934a292..6fa32f11d 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/matcher-neighbors.doctree and b/source/locale/en/pot/.doctrees/arguments/matcher-neighbors.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/matcher-type.doctree b/source/locale/en/pot/.doctrees/arguments/matcher-type.doctree index bea6df3f3..a705cb5ea 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/matcher-type.doctree and b/source/locale/en/pot/.doctrees/arguments/matcher-type.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/max-concurrency.doctree b/source/locale/en/pot/.doctrees/arguments/max-concurrency.doctree index 672c6d6e9..287ad75a5 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/max-concurrency.doctree and b/source/locale/en/pot/.doctrees/arguments/max-concurrency.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/merge.doctree b/source/locale/en/pot/.doctrees/arguments/merge.doctree index 2c78b1a13..b8cb8e3c2 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/merge.doctree and b/source/locale/en/pot/.doctrees/arguments/merge.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/mesh-octree-depth.doctree b/source/locale/en/pot/.doctrees/arguments/mesh-octree-depth.doctree index 58c5ddbe1..c8f323b64 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/mesh-octree-depth.doctree and b/source/locale/en/pot/.doctrees/arguments/mesh-octree-depth.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/mesh-size.doctree b/source/locale/en/pot/.doctrees/arguments/mesh-size.doctree index b327b2555..798cba544 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/mesh-size.doctree and b/source/locale/en/pot/.doctrees/arguments/mesh-size.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/min-num-features.doctree b/source/locale/en/pot/.doctrees/arguments/min-num-features.doctree index 6c286525f..0074b969c 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/min-num-features.doctree and b/source/locale/en/pot/.doctrees/arguments/min-num-features.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/name.doctree b/source/locale/en/pot/.doctrees/arguments/name.doctree index a49a3093b..f855d33b8 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/name.doctree and b/source/locale/en/pot/.doctrees/arguments/name.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/optimize-disk-space.doctree b/source/locale/en/pot/.doctrees/arguments/optimize-disk-space.doctree index 12074dd5b..3f0b55895 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/optimize-disk-space.doctree and b/source/locale/en/pot/.doctrees/arguments/optimize-disk-space.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/orthophoto-compression.doctree b/source/locale/en/pot/.doctrees/arguments/orthophoto-compression.doctree index 8eeab8b5c..ba65cf434 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/orthophoto-compression.doctree and b/source/locale/en/pot/.doctrees/arguments/orthophoto-compression.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/orthophoto-cutline.doctree b/source/locale/en/pot/.doctrees/arguments/orthophoto-cutline.doctree index b051dce42..39fc03642 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/orthophoto-cutline.doctree and b/source/locale/en/pot/.doctrees/arguments/orthophoto-cutline.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/orthophoto-kmz.doctree b/source/locale/en/pot/.doctrees/arguments/orthophoto-kmz.doctree index 382f16ae7..0e1d37475 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/orthophoto-kmz.doctree and b/source/locale/en/pot/.doctrees/arguments/orthophoto-kmz.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/orthophoto-no-tiled.doctree b/source/locale/en/pot/.doctrees/arguments/orthophoto-no-tiled.doctree index 325ee7214..13830d780 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/orthophoto-no-tiled.doctree and b/source/locale/en/pot/.doctrees/arguments/orthophoto-no-tiled.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/orthophoto-png.doctree b/source/locale/en/pot/.doctrees/arguments/orthophoto-png.doctree index ea205b747..92586939f 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/orthophoto-png.doctree and b/source/locale/en/pot/.doctrees/arguments/orthophoto-png.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/orthophoto-resolution.doctree b/source/locale/en/pot/.doctrees/arguments/orthophoto-resolution.doctree index e5fa247e4..453f33630 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/orthophoto-resolution.doctree and b/source/locale/en/pot/.doctrees/arguments/orthophoto-resolution.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/pc-classify.doctree b/source/locale/en/pot/.doctrees/arguments/pc-classify.doctree index 2c341c5db..e25fa5f27 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/pc-classify.doctree and b/source/locale/en/pot/.doctrees/arguments/pc-classify.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/pc-csv.doctree b/source/locale/en/pot/.doctrees/arguments/pc-csv.doctree index a563ab972..023e6b913 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/pc-csv.doctree and b/source/locale/en/pot/.doctrees/arguments/pc-csv.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/pc-ept.doctree b/source/locale/en/pot/.doctrees/arguments/pc-ept.doctree index 58f7af023..6c5e6abc8 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/pc-ept.doctree and b/source/locale/en/pot/.doctrees/arguments/pc-ept.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/pc-filter.doctree b/source/locale/en/pot/.doctrees/arguments/pc-filter.doctree index 939d6ee84..ca78b167f 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/pc-filter.doctree and b/source/locale/en/pot/.doctrees/arguments/pc-filter.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/pc-geometric.doctree b/source/locale/en/pot/.doctrees/arguments/pc-geometric.doctree index 1318ac753..9f6ed9ef6 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/pc-geometric.doctree and b/source/locale/en/pot/.doctrees/arguments/pc-geometric.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/pc-las.doctree b/source/locale/en/pot/.doctrees/arguments/pc-las.doctree index 987d63bf9..1e24f490d 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/pc-las.doctree and b/source/locale/en/pot/.doctrees/arguments/pc-las.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/pc-quality.doctree b/source/locale/en/pot/.doctrees/arguments/pc-quality.doctree index d4c37639e..8770fca2e 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/pc-quality.doctree and b/source/locale/en/pot/.doctrees/arguments/pc-quality.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/pc-rectify.doctree b/source/locale/en/pot/.doctrees/arguments/pc-rectify.doctree index ebd2f8055..dd2e825ac 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/pc-rectify.doctree and b/source/locale/en/pot/.doctrees/arguments/pc-rectify.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/pc-sample.doctree b/source/locale/en/pot/.doctrees/arguments/pc-sample.doctree index 18f088f6f..5399be0f4 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/pc-sample.doctree and b/source/locale/en/pot/.doctrees/arguments/pc-sample.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/pc-tile.doctree b/source/locale/en/pot/.doctrees/arguments/pc-tile.doctree index 29156e582..e81716584 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/pc-tile.doctree and b/source/locale/en/pot/.doctrees/arguments/pc-tile.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/primary-band.doctree b/source/locale/en/pot/.doctrees/arguments/primary-band.doctree index 4402b9d71..126805e59 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/primary-band.doctree and b/source/locale/en/pot/.doctrees/arguments/primary-band.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/project-path.doctree b/source/locale/en/pot/.doctrees/arguments/project-path.doctree index ce1dbe074..425cb5d32 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/project-path.doctree and b/source/locale/en/pot/.doctrees/arguments/project-path.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/radiometric-calibration.doctree b/source/locale/en/pot/.doctrees/arguments/radiometric-calibration.doctree index 430f7eaf0..12c623e16 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/radiometric-calibration.doctree and b/source/locale/en/pot/.doctrees/arguments/radiometric-calibration.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/rerun-all.doctree b/source/locale/en/pot/.doctrees/arguments/rerun-all.doctree index 503eacde7..93884c261 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/rerun-all.doctree and b/source/locale/en/pot/.doctrees/arguments/rerun-all.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/rerun-from.doctree b/source/locale/en/pot/.doctrees/arguments/rerun-from.doctree index ee3e0f0be..2d1084dc1 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/rerun-from.doctree and b/source/locale/en/pot/.doctrees/arguments/rerun-from.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/rerun.doctree b/source/locale/en/pot/.doctrees/arguments/rerun.doctree index c936fbf5f..6194ba4eb 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/rerun.doctree and b/source/locale/en/pot/.doctrees/arguments/rerun.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/resize-to.doctree b/source/locale/en/pot/.doctrees/arguments/resize-to.doctree index cc3c70230..d1d88f069 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/resize-to.doctree and b/source/locale/en/pot/.doctrees/arguments/resize-to.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/skip-3dmodel.doctree b/source/locale/en/pot/.doctrees/arguments/skip-3dmodel.doctree index abb5dd997..cc1af60a4 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/skip-3dmodel.doctree and b/source/locale/en/pot/.doctrees/arguments/skip-3dmodel.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/skip-band-alignment.doctree b/source/locale/en/pot/.doctrees/arguments/skip-band-alignment.doctree index 9304b9f55..c055afcc7 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/skip-band-alignment.doctree and b/source/locale/en/pot/.doctrees/arguments/skip-band-alignment.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/skip-report.doctree b/source/locale/en/pot/.doctrees/arguments/skip-report.doctree index 8b3f78125..0c2db87df 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/skip-report.doctree and b/source/locale/en/pot/.doctrees/arguments/skip-report.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/sm-cluster.doctree b/source/locale/en/pot/.doctrees/arguments/sm-cluster.doctree index 0bc53f2bd..bc955958e 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/sm-cluster.doctree and b/source/locale/en/pot/.doctrees/arguments/sm-cluster.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/smrf-scalar.doctree b/source/locale/en/pot/.doctrees/arguments/smrf-scalar.doctree index 14e10b4bb..78d919aa9 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/smrf-scalar.doctree and b/source/locale/en/pot/.doctrees/arguments/smrf-scalar.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/smrf-slope.doctree b/source/locale/en/pot/.doctrees/arguments/smrf-slope.doctree index 3eee5a8cb..747984535 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/smrf-slope.doctree and b/source/locale/en/pot/.doctrees/arguments/smrf-slope.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/smrf-threshold.doctree b/source/locale/en/pot/.doctrees/arguments/smrf-threshold.doctree index 29d7df6ad..a30774f01 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/smrf-threshold.doctree and b/source/locale/en/pot/.doctrees/arguments/smrf-threshold.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/smrf-window.doctree b/source/locale/en/pot/.doctrees/arguments/smrf-window.doctree index c54647d69..2e51ddae0 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/smrf-window.doctree and b/source/locale/en/pot/.doctrees/arguments/smrf-window.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/split-image-groups.doctree b/source/locale/en/pot/.doctrees/arguments/split-image-groups.doctree index 361078eaa..a5d2f65e0 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/split-image-groups.doctree and b/source/locale/en/pot/.doctrees/arguments/split-image-groups.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/split-overlap.doctree b/source/locale/en/pot/.doctrees/arguments/split-overlap.doctree index 184f82139..b52a036aa 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/split-overlap.doctree and b/source/locale/en/pot/.doctrees/arguments/split-overlap.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/split.doctree b/source/locale/en/pot/.doctrees/arguments/split.doctree index 6d84374ca..339288caa 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/split.doctree and b/source/locale/en/pot/.doctrees/arguments/split.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/texturing-data-term.doctree b/source/locale/en/pot/.doctrees/arguments/texturing-data-term.doctree index 112b312e7..35a59a092 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/texturing-data-term.doctree and b/source/locale/en/pot/.doctrees/arguments/texturing-data-term.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/texturing-keep-unseen-faces.doctree b/source/locale/en/pot/.doctrees/arguments/texturing-keep-unseen-faces.doctree index 498864739..7aec3b7c8 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/texturing-keep-unseen-faces.doctree and b/source/locale/en/pot/.doctrees/arguments/texturing-keep-unseen-faces.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/texturing-outlier-removal-type.doctree b/source/locale/en/pot/.doctrees/arguments/texturing-outlier-removal-type.doctree index a297416e5..7a029a550 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/texturing-outlier-removal-type.doctree and b/source/locale/en/pot/.doctrees/arguments/texturing-outlier-removal-type.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/texturing-skip-global-seam-leveling.doctree b/source/locale/en/pot/.doctrees/arguments/texturing-skip-global-seam-leveling.doctree index db77d9c85..5fd084c3a 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/texturing-skip-global-seam-leveling.doctree and b/source/locale/en/pot/.doctrees/arguments/texturing-skip-global-seam-leveling.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/texturing-skip-local-seam-leveling.doctree b/source/locale/en/pot/.doctrees/arguments/texturing-skip-local-seam-leveling.doctree index 4693be4d7..bc59ea6f8 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/texturing-skip-local-seam-leveling.doctree and b/source/locale/en/pot/.doctrees/arguments/texturing-skip-local-seam-leveling.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/texturing-tone-mapping.doctree b/source/locale/en/pot/.doctrees/arguments/texturing-tone-mapping.doctree index 25b1b8ea6..bdfb6bb7f 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/texturing-tone-mapping.doctree and b/source/locale/en/pot/.doctrees/arguments/texturing-tone-mapping.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/tiles.doctree b/source/locale/en/pot/.doctrees/arguments/tiles.doctree index 87cc2d18a..8024bd57d 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/tiles.doctree and b/source/locale/en/pot/.doctrees/arguments/tiles.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/time.doctree b/source/locale/en/pot/.doctrees/arguments/time.doctree index 53291d907..d4adf1187 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/time.doctree and b/source/locale/en/pot/.doctrees/arguments/time.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/use-3dmesh.doctree b/source/locale/en/pot/.doctrees/arguments/use-3dmesh.doctree index 0988d8404..2c7a5a0ee 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/use-3dmesh.doctree and b/source/locale/en/pot/.doctrees/arguments/use-3dmesh.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/use-exif.doctree b/source/locale/en/pot/.doctrees/arguments/use-exif.doctree index 9832c1da1..1bdfbd3fc 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/use-exif.doctree and b/source/locale/en/pot/.doctrees/arguments/use-exif.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/use-fixed-camera-params.doctree b/source/locale/en/pot/.doctrees/arguments/use-fixed-camera-params.doctree index 7a89975b9..a4cddd245 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/use-fixed-camera-params.doctree and b/source/locale/en/pot/.doctrees/arguments/use-fixed-camera-params.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/use-hybrid-bundle-adjustment.doctree b/source/locale/en/pot/.doctrees/arguments/use-hybrid-bundle-adjustment.doctree index d5477eb47..43db0dbd4 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/use-hybrid-bundle-adjustment.doctree and b/source/locale/en/pot/.doctrees/arguments/use-hybrid-bundle-adjustment.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/verbose.doctree b/source/locale/en/pot/.doctrees/arguments/verbose.doctree index 9327f2d83..8b893f1ae 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/verbose.doctree and b/source/locale/en/pot/.doctrees/arguments/verbose.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments/version.doctree b/source/locale/en/pot/.doctrees/arguments/version.doctree index 7ae6d1c42..4ec912603 100644 Binary files a/source/locale/en/pot/.doctrees/arguments/version.doctree and b/source/locale/en/pot/.doctrees/arguments/version.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/build-overviews.doctree b/source/locale/en/pot/.doctrees/arguments_edit/build-overviews.doctree index b7d61ad4c..2f3a0868b 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/build-overviews.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/build-overviews.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/camera-lens.doctree b/source/locale/en/pot/.doctrees/arguments_edit/camera-lens.doctree index feb30defa..54cc0af36 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/camera-lens.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/camera-lens.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/cameras.doctree b/source/locale/en/pot/.doctrees/arguments_edit/cameras.doctree index 092f30c4a..17dfdb8fb 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/cameras.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/cameras.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/cog.doctree b/source/locale/en/pot/.doctrees/arguments_edit/cog.doctree index eb667545f..0ba86207a 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/cog.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/cog.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/copy-to.doctree b/source/locale/en/pot/.doctrees/arguments_edit/copy-to.doctree index 1a03ab432..924cdae88 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/copy-to.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/copy-to.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/crop.doctree b/source/locale/en/pot/.doctrees/arguments_edit/crop.doctree index 192d2aef8..4346fb1e0 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/crop.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/crop.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/debug.doctree b/source/locale/en/pot/.doctrees/arguments_edit/debug.doctree index d1b79528e..8ff3523fe 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/debug.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/debug.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/dem-decimation.doctree b/source/locale/en/pot/.doctrees/arguments_edit/dem-decimation.doctree index f74c4f4f6..7a7b8b633 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/dem-decimation.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/dem-decimation.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/dem-euclidean-map.doctree b/source/locale/en/pot/.doctrees/arguments_edit/dem-euclidean-map.doctree index 78e7316f9..c0830d6ad 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/dem-euclidean-map.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/dem-euclidean-map.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/dem-gapfill-steps.doctree b/source/locale/en/pot/.doctrees/arguments_edit/dem-gapfill-steps.doctree index ed3e71355..11eba3407 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/dem-gapfill-steps.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/dem-gapfill-steps.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/dem-resolution.doctree b/source/locale/en/pot/.doctrees/arguments_edit/dem-resolution.doctree index d4cda5129..00d806563 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/dem-resolution.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/dem-resolution.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/depthmap-resolution.doctree b/source/locale/en/pot/.doctrees/arguments_edit/depthmap-resolution.doctree index 539a5e5e4..78dad5224 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/depthmap-resolution.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/depthmap-resolution.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/dsm.doctree b/source/locale/en/pot/.doctrees/arguments_edit/dsm.doctree index cd765fbd3..c1362c83b 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/dsm.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/dsm.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/dtm.doctree b/source/locale/en/pot/.doctrees/arguments_edit/dtm.doctree index 05a3e8340..aaf425699 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/dtm.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/dtm.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/end-with.doctree b/source/locale/en/pot/.doctrees/arguments_edit/end-with.doctree index 0fe69a4ce..120044d75 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/end-with.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/end-with.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/fast-orthophoto.doctree b/source/locale/en/pot/.doctrees/arguments_edit/fast-orthophoto.doctree index 958b4b6d3..ecd655f96 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/fast-orthophoto.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/fast-orthophoto.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/feature-quality.doctree b/source/locale/en/pot/.doctrees/arguments_edit/feature-quality.doctree index 3e0863113..55d2a9667 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/feature-quality.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/feature-quality.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/feature-type.doctree b/source/locale/en/pot/.doctrees/arguments_edit/feature-type.doctree index ad5ad2724..1b531d486 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/feature-type.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/feature-type.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/force-gps.doctree b/source/locale/en/pot/.doctrees/arguments_edit/force-gps.doctree index 6c075ba0f..5e48ea9ed 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/force-gps.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/force-gps.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/gcp.doctree b/source/locale/en/pot/.doctrees/arguments_edit/gcp.doctree index 303ac65ca..c8bcdabbf 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/gcp.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/gcp.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/geo.doctree b/source/locale/en/pot/.doctrees/arguments_edit/geo.doctree index bd7a1e5e5..a8ce19b7c 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/geo.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/geo.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/gps-accuracy.doctree b/source/locale/en/pot/.doctrees/arguments_edit/gps-accuracy.doctree index 9c4bf0ed1..18275736b 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/gps-accuracy.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/gps-accuracy.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/help.doctree b/source/locale/en/pot/.doctrees/arguments_edit/help.doctree index c3686e2b3..ef4b8ce7b 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/help.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/help.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/ignore-gsd.doctree b/source/locale/en/pot/.doctrees/arguments_edit/ignore-gsd.doctree index b681f7215..8a35722bd 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/ignore-gsd.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/ignore-gsd.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/matcher-distance.doctree b/source/locale/en/pot/.doctrees/arguments_edit/matcher-distance.doctree index 1db0cbdea..43218bf9a 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/matcher-distance.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/matcher-distance.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/matcher-neighbors.doctree b/source/locale/en/pot/.doctrees/arguments_edit/matcher-neighbors.doctree index d51c1959d..49cb9568c 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/matcher-neighbors.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/matcher-neighbors.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/matcher-type.doctree b/source/locale/en/pot/.doctrees/arguments_edit/matcher-type.doctree index 463d27ff8..5ee544056 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/matcher-type.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/matcher-type.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/max-concurrency.doctree b/source/locale/en/pot/.doctrees/arguments_edit/max-concurrency.doctree index ee5654bfb..fd7e4cdce 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/max-concurrency.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/max-concurrency.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/merge.doctree b/source/locale/en/pot/.doctrees/arguments_edit/merge.doctree index 6e7edcf47..c64b90abc 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/merge.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/merge.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/mesh-octree-depth.doctree b/source/locale/en/pot/.doctrees/arguments_edit/mesh-octree-depth.doctree index 5b05073ab..bd23cd6ca 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/mesh-octree-depth.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/mesh-octree-depth.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/mesh-size.doctree b/source/locale/en/pot/.doctrees/arguments_edit/mesh-size.doctree index abd33a294..e78d222f2 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/mesh-size.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/mesh-size.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/min-num-features.doctree b/source/locale/en/pot/.doctrees/arguments_edit/min-num-features.doctree index e2ff245ff..2051a7b36 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/min-num-features.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/min-num-features.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/name.doctree b/source/locale/en/pot/.doctrees/arguments_edit/name.doctree index 71f506b1c..eed64add6 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/name.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/name.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/optimize-disk-space.doctree b/source/locale/en/pot/.doctrees/arguments_edit/optimize-disk-space.doctree index 00c9c6a94..d5eeffbed 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/optimize-disk-space.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/optimize-disk-space.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-compression.doctree b/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-compression.doctree index 868ed2b28..6f354b7c1 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-compression.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-compression.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-cutline.doctree b/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-cutline.doctree index 729fe48af..ff0c6a449 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-cutline.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-cutline.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-kmz.doctree b/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-kmz.doctree index a2282d2f4..663b69c43 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-kmz.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-kmz.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-no-tiled.doctree b/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-no-tiled.doctree index 11386f79d..dc0c1e404 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-no-tiled.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-no-tiled.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-png.doctree b/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-png.doctree index 9046a30b9..3f22cc0de 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-png.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-png.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-resolution.doctree b/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-resolution.doctree index 0ffaea81d..4d578306c 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-resolution.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/orthophoto-resolution.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/pc-classify.doctree b/source/locale/en/pot/.doctrees/arguments_edit/pc-classify.doctree index c266a6ae0..f8a69baba 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/pc-classify.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/pc-classify.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/pc-csv.doctree b/source/locale/en/pot/.doctrees/arguments_edit/pc-csv.doctree index 4e0bcdc5c..8bcffbae2 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/pc-csv.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/pc-csv.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/pc-ept.doctree b/source/locale/en/pot/.doctrees/arguments_edit/pc-ept.doctree index 3e7b1dd7a..2a4e6dbe1 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/pc-ept.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/pc-ept.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/pc-filter.doctree b/source/locale/en/pot/.doctrees/arguments_edit/pc-filter.doctree index 5bebc6b48..e6977ebf1 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/pc-filter.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/pc-filter.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/pc-geometric.doctree b/source/locale/en/pot/.doctrees/arguments_edit/pc-geometric.doctree index 5b62f07e5..7db9616d0 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/pc-geometric.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/pc-geometric.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/pc-las.doctree b/source/locale/en/pot/.doctrees/arguments_edit/pc-las.doctree index e635dbdd1..6b4ab46f6 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/pc-las.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/pc-las.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/pc-quality.doctree b/source/locale/en/pot/.doctrees/arguments_edit/pc-quality.doctree index 28af29d71..e108203db 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/pc-quality.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/pc-quality.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/pc-rectify.doctree b/source/locale/en/pot/.doctrees/arguments_edit/pc-rectify.doctree index 689563362..a4c207303 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/pc-rectify.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/pc-rectify.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/pc-sample.doctree b/source/locale/en/pot/.doctrees/arguments_edit/pc-sample.doctree index ae0cac362..ef73b4939 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/pc-sample.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/pc-sample.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/pc-tile.doctree b/source/locale/en/pot/.doctrees/arguments_edit/pc-tile.doctree index da2fb1a22..e54cd64b9 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/pc-tile.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/pc-tile.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/primary-band.doctree b/source/locale/en/pot/.doctrees/arguments_edit/primary-band.doctree index 4d1e5ecea..680da596a 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/primary-band.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/primary-band.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/project-path.doctree b/source/locale/en/pot/.doctrees/arguments_edit/project-path.doctree index 549fdbd53..b9344854a 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/project-path.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/project-path.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/radiometric-calibration.doctree b/source/locale/en/pot/.doctrees/arguments_edit/radiometric-calibration.doctree index 350d8e4ee..d7afe5c4b 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/radiometric-calibration.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/radiometric-calibration.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/rerun-all.doctree b/source/locale/en/pot/.doctrees/arguments_edit/rerun-all.doctree index e8d32bb6e..80ef21949 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/rerun-all.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/rerun-all.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/rerun-from.doctree b/source/locale/en/pot/.doctrees/arguments_edit/rerun-from.doctree index 6422374ca..82e14db16 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/rerun-from.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/rerun-from.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/rerun.doctree b/source/locale/en/pot/.doctrees/arguments_edit/rerun.doctree index 467701943..6502f9d0f 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/rerun.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/rerun.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/resize-to.doctree b/source/locale/en/pot/.doctrees/arguments_edit/resize-to.doctree index 6bb52587d..f140ac1a3 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/resize-to.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/resize-to.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/skip-3dmodel.doctree b/source/locale/en/pot/.doctrees/arguments_edit/skip-3dmodel.doctree index 47fe9c667..fd020a42b 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/skip-3dmodel.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/skip-3dmodel.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/skip-band-alignment.doctree b/source/locale/en/pot/.doctrees/arguments_edit/skip-band-alignment.doctree index 53f29f458..5b3230455 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/skip-band-alignment.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/skip-band-alignment.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/skip-report.doctree b/source/locale/en/pot/.doctrees/arguments_edit/skip-report.doctree index e238e2e9f..550c3aa99 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/skip-report.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/skip-report.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/sm-cluster.doctree b/source/locale/en/pot/.doctrees/arguments_edit/sm-cluster.doctree index d74ce4009..60e57e2ec 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/sm-cluster.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/sm-cluster.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/smrf-scalar.doctree b/source/locale/en/pot/.doctrees/arguments_edit/smrf-scalar.doctree index 1adfd6c2a..cfad9c11b 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/smrf-scalar.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/smrf-scalar.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/smrf-slope.doctree b/source/locale/en/pot/.doctrees/arguments_edit/smrf-slope.doctree index 3d249969f..4639c962e 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/smrf-slope.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/smrf-slope.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/smrf-threshold.doctree b/source/locale/en/pot/.doctrees/arguments_edit/smrf-threshold.doctree index cfe5b8199..46a182db2 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/smrf-threshold.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/smrf-threshold.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/smrf-window.doctree b/source/locale/en/pot/.doctrees/arguments_edit/smrf-window.doctree index 1ec4e1145..f3a71ecfb 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/smrf-window.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/smrf-window.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/split-image-groups.doctree b/source/locale/en/pot/.doctrees/arguments_edit/split-image-groups.doctree index 58c78087a..3cd059c45 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/split-image-groups.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/split-image-groups.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/split-overlap.doctree b/source/locale/en/pot/.doctrees/arguments_edit/split-overlap.doctree index 2d4742327..0b7dd06e8 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/split-overlap.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/split-overlap.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/split.doctree b/source/locale/en/pot/.doctrees/arguments_edit/split.doctree index 6364ce46d..dabeb4049 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/split.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/split.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/texturing-data-term.doctree b/source/locale/en/pot/.doctrees/arguments_edit/texturing-data-term.doctree index 4754e7cfe..6364fbd1a 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/texturing-data-term.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/texturing-data-term.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/texturing-keep-unseen-faces.doctree b/source/locale/en/pot/.doctrees/arguments_edit/texturing-keep-unseen-faces.doctree index 9be314d53..b2a92f024 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/texturing-keep-unseen-faces.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/texturing-keep-unseen-faces.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/texturing-outlier-removal-type.doctree b/source/locale/en/pot/.doctrees/arguments_edit/texturing-outlier-removal-type.doctree index d04a1f991..b6c00c265 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/texturing-outlier-removal-type.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/texturing-outlier-removal-type.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/texturing-skip-global-seam-leveling.doctree b/source/locale/en/pot/.doctrees/arguments_edit/texturing-skip-global-seam-leveling.doctree index 95eb19705..806a39334 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/texturing-skip-global-seam-leveling.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/texturing-skip-global-seam-leveling.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/texturing-skip-local-seam-leveling.doctree b/source/locale/en/pot/.doctrees/arguments_edit/texturing-skip-local-seam-leveling.doctree index 924a63f6a..e28e15c6d 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/texturing-skip-local-seam-leveling.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/texturing-skip-local-seam-leveling.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/texturing-tone-mapping.doctree b/source/locale/en/pot/.doctrees/arguments_edit/texturing-tone-mapping.doctree index 7b371273c..a2aa0b879 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/texturing-tone-mapping.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/texturing-tone-mapping.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/tiles.doctree b/source/locale/en/pot/.doctrees/arguments_edit/tiles.doctree index 0c591a97c..869043def 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/tiles.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/tiles.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/time.doctree b/source/locale/en/pot/.doctrees/arguments_edit/time.doctree index e0be4d1eb..76c92adcd 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/time.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/time.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/use-3dmesh.doctree b/source/locale/en/pot/.doctrees/arguments_edit/use-3dmesh.doctree index c9d667848..aa7b3fdbf 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/use-3dmesh.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/use-3dmesh.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/use-exif.doctree b/source/locale/en/pot/.doctrees/arguments_edit/use-exif.doctree index 6d885df08..7b4040ed6 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/use-exif.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/use-exif.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/use-fixed-camera-params.doctree b/source/locale/en/pot/.doctrees/arguments_edit/use-fixed-camera-params.doctree index 3f26aea8d..a73034507 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/use-fixed-camera-params.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/use-fixed-camera-params.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/use-hybrid-bundle-adjustment.doctree b/source/locale/en/pot/.doctrees/arguments_edit/use-hybrid-bundle-adjustment.doctree index 0f207d465..6bf6795b1 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/use-hybrid-bundle-adjustment.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/use-hybrid-bundle-adjustment.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/verbose.doctree b/source/locale/en/pot/.doctrees/arguments_edit/verbose.doctree index a656840db..4ab8bd49a 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/verbose.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/verbose.doctree differ diff --git a/source/locale/en/pot/.doctrees/arguments_edit/version.doctree b/source/locale/en/pot/.doctrees/arguments_edit/version.doctree index 57cd7655d..07b07c6ae 100644 Binary files a/source/locale/en/pot/.doctrees/arguments_edit/version.doctree and b/source/locale/en/pot/.doctrees/arguments_edit/version.doctree differ diff --git a/source/locale/en/pot/.doctrees/contributing.doctree b/source/locale/en/pot/.doctrees/contributing.doctree index a9ad2c452..ccc95a17c 100644 Binary files a/source/locale/en/pot/.doctrees/contributing.doctree and b/source/locale/en/pot/.doctrees/contributing.doctree differ diff --git a/source/locale/en/pot/.doctrees/environment.pickle b/source/locale/en/pot/.doctrees/environment.pickle index 3ccb72ab4..18edda882 100644 Binary files a/source/locale/en/pot/.doctrees/environment.pickle and b/source/locale/en/pot/.doctrees/environment.pickle differ diff --git a/source/locale/en/pot/.doctrees/faq.doctree b/source/locale/en/pot/.doctrees/faq.doctree new file mode 100644 index 000000000..8c86a1def Binary files /dev/null and b/source/locale/en/pot/.doctrees/faq.doctree differ diff --git a/source/locale/en/pot/.doctrees/flying.doctree b/source/locale/en/pot/.doctrees/flying.doctree index b43622262..1fda21747 100644 Binary files a/source/locale/en/pot/.doctrees/flying.doctree and b/source/locale/en/pot/.doctrees/flying.doctree differ diff --git a/source/locale/en/pot/.doctrees/gcp.doctree b/source/locale/en/pot/.doctrees/gcp.doctree index f655ae082..e7495af56 100644 Binary files a/source/locale/en/pot/.doctrees/gcp.doctree and b/source/locale/en/pot/.doctrees/gcp.doctree differ diff --git a/source/locale/en/pot/.doctrees/geo.doctree b/source/locale/en/pot/.doctrees/geo.doctree index d10b98735..773422d2e 100644 Binary files a/source/locale/en/pot/.doctrees/geo.doctree and b/source/locale/en/pot/.doctrees/geo.doctree differ diff --git a/source/locale/en/pot/.doctrees/index.doctree b/source/locale/en/pot/.doctrees/index.doctree index 62159c387..67337de82 100644 Binary files a/source/locale/en/pot/.doctrees/index.doctree and b/source/locale/en/pot/.doctrees/index.doctree differ diff --git a/source/locale/en/pot/.doctrees/installation.doctree b/source/locale/en/pot/.doctrees/installation.doctree index 4b493c920..f368d229c 100644 Binary files a/source/locale/en/pot/.doctrees/installation.doctree and b/source/locale/en/pot/.doctrees/installation.doctree differ diff --git a/source/locale/en/pot/.doctrees/large.doctree b/source/locale/en/pot/.doctrees/large.doctree index 6cdf0f0a4..3798d5fd3 100644 Binary files a/source/locale/en/pot/.doctrees/large.doctree and b/source/locale/en/pot/.doctrees/large.doctree differ diff --git a/source/locale/en/pot/.doctrees/map-accuracy.doctree b/source/locale/en/pot/.doctrees/map-accuracy.doctree index aa899ccac..c9540278c 100644 Binary files a/source/locale/en/pot/.doctrees/map-accuracy.doctree and b/source/locale/en/pot/.doctrees/map-accuracy.doctree differ diff --git a/source/locale/en/pot/.doctrees/masks.doctree b/source/locale/en/pot/.doctrees/masks.doctree index c4f185dc9..05863c74b 100644 Binary files a/source/locale/en/pot/.doctrees/masks.doctree and b/source/locale/en/pot/.doctrees/masks.doctree differ diff --git a/source/locale/en/pot/.doctrees/multispectral.doctree b/source/locale/en/pot/.doctrees/multispectral.doctree index bee5c2ca8..dfce6b108 100644 Binary files a/source/locale/en/pot/.doctrees/multispectral.doctree and b/source/locale/en/pot/.doctrees/multispectral.doctree differ diff --git a/source/locale/en/pot/.doctrees/outputs.doctree b/source/locale/en/pot/.doctrees/outputs.doctree index 832e2d25d..5a24b8e98 100644 Binary files a/source/locale/en/pot/.doctrees/outputs.doctree and b/source/locale/en/pot/.doctrees/outputs.doctree differ diff --git a/source/locale/en/pot/.doctrees/requesting-features.doctree b/source/locale/en/pot/.doctrees/requesting-features.doctree index 3e5e5f30f..1756bff2e 100644 Binary files a/source/locale/en/pot/.doctrees/requesting-features.doctree and b/source/locale/en/pot/.doctrees/requesting-features.doctree differ diff --git a/source/locale/en/pot/.doctrees/resources.doctree b/source/locale/en/pot/.doctrees/resources.doctree index 272726a44..6cd930047 100644 Binary files a/source/locale/en/pot/.doctrees/resources.doctree and b/source/locale/en/pot/.doctrees/resources.doctree differ diff --git a/source/locale/en/pot/.doctrees/tutorials.doctree b/source/locale/en/pot/.doctrees/tutorials.doctree index b9bac896f..c1fc59e5f 100644 Binary files a/source/locale/en/pot/.doctrees/tutorials.doctree and b/source/locale/en/pot/.doctrees/tutorials.doctree differ diff --git a/source/locale/en/pot/arguments.pot b/source/locale/en/pot/arguments.pot index 3f3805ebf..03db62bbf 100644 --- a/source/locale/en/pot/arguments.pot +++ b/source/locale/en/pot/arguments.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-22 08:47-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/build-overviews.pot b/source/locale/en/pot/arguments/build-overviews.pot index 9a1115903..009590d17 100644 --- a/source/locale/en/pot/arguments/build-overviews.pot +++ b/source/locale/en/pot/arguments/build-overviews.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:12-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,7 +25,133 @@ msgid "Build orthophoto overviews for faster display in programs such as QGIS. D msgstr "" #: ../../../arguments_edit/build-overviews.rst:1 -msgid "Overviews are an optimization that reduce the time it takes to open GeoTIFF files, for the tradeoff of a larger filesize." +msgid "Parameter Type:" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:2 +msgid "**Boolean**" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:3 +msgid "Parameter Domain:" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:4 +#: ../../../arguments_edit/build-overviews.rst:48 +msgid "True: ``--build-overviews``" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:5 +#: ../../../arguments_edit/build-overviews.rst:7 +#: ../../../arguments_edit/build-overviews.rst:55 +msgid "False: ``null``" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:6 +msgid "Parameter Default:" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:12 +msgid "Resource" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:12 +msgid "Impact" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:14 +msgid "CPU" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:14 +#: ../../../arguments_edit/build-overviews.rst:16 +#: ../../../arguments_edit/build-overviews.rst:17 +#: ../../../arguments_edit/build-overviews.rst:18 +msgid "●●○ | Medium" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:15 +msgid "GPU" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:15 +msgid "○○○ | None" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:16 +msgid "HDD" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:17 +msgid "RAM" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:18 +msgid "Time" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:24 +msgid "What Are Overviews?" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:25 +msgid "Overviews (sometimes referred to as pyramids) are an optimization that reduce the time it takes to render GeoTIFF files; Larger file-size is the tradeoff for this increased rendering performance." +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:27 +msgid "Overviews are lower-resolution copies of the raster data (Power of two factor [128x128, 256x256, etc]) that are stored either internally or externally in a sidecar." +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:29 +msgid "In the case of OpenDroneMap, the Overviews will always be internal." +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:32 +msgid "When are Overviews appropriate?" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:33 +msgid "One would likely want to use Overviews for nearly every instance, with some few (relatively rare) exceptions." +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:35 +msgid "Small File Size is paramount" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:36 +msgid "Reading software does not support internal Overviews" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:39 +msgid "Why would one use Overviews?" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:40 +msgid "Overviews speed preview of the raster data by allowing the program rendering the raster to choose the closest size pyramid to match the resolution of the display extent that it is being rendered into, potentially saving a significant amount of time retrieving the full-size raster, buffering it, and then downscaling it for display." +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:42 +msgid "In the case of WebODM, Overviews are used to create dynamic tiles for rapid display and navigation of the 2D web map." +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:45 +msgid "Example Images" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:52 +msgid "QGIS displaying the generated Overviews" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:52 +msgid "The Layer Properties panel demonstrates that this OpenDroneMap-generated GeoTIFF has internal Overviews." +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:59 +msgid "QGIS displaying the file is lacking Overviews" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:59 +msgid "The Layer Properties panel demonstrates that this OpenDroneMap-generated GeoTIFF lacks internal Overviews." msgstr "" #: ../../../arguments/build-overviews.rst:17 diff --git a/source/locale/en/pot/arguments/camera-lens.pot b/source/locale/en/pot/arguments/camera-lens.pot index 0c6f9bfa8..e07860497 100644 --- a/source/locale/en/pot/arguments/camera-lens.pot +++ b/source/locale/en/pot/arguments/camera-lens.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,6 +28,177 @@ msgstr "" msgid "Set a camera projection type. Manually setting a value can help improve geometric undistortion. By default the application tries to determine a lens type from the images metadata. . Default: ``auto``" msgstr "" +#: ../../../arguments_edit/camera-lens.rst:1 +msgid "Parameter Type:" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:2 +msgid "**String**" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:3 +msgid "Parameter Domain:" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:4 +msgid "``auto`` : Automatic selection of best camera projection model." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:5 +msgid "``brown`` : Robust rectilinear projection model. Preferred by ``auto``." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:6 +msgid "``fisheye`` : Wide-angle / non-rectilinear projection model." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:7 +msgid "``perspective`` : Legacy rectilinear projection model." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:8 +msgid "``spherical`` : 360° camera projection model." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:9 +msgid "Parameter Default:" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:10 +msgid "``auto``" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:15 +msgid "Resource" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:15 +msgid "Impact" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:17 +msgid "CPU" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:17 +#: ../../../arguments_edit/camera-lens.rst:19 +#: ../../../arguments_edit/camera-lens.rst:20 +#: ../../../arguments_edit/camera-lens.rst:21 +msgid "●○○ | Low" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:18 +msgid "GPU" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:18 +msgid "○○○ | None" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:19 +msgid "HDD" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:20 +msgid "RAM" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:21 +msgid "Time" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:27 +msgid "What Are Camera Lens Models?" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:28 +msgid "Camera Lens Models are projection/distortion models that OpenSFM uses to correct for the optics of the camera platforms that record our images. These corrections are essential for proper camera/scene modeling, and therefore, proper reconstruction of the data." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:31 +msgid "When are manual selections appropriate?" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:32 +msgid "Manually choosing a Camera Lens Model is currently only recommended in the case of Spherical Cameras (GoPro Fusion, GoPro Max, Insta360, Kodak PixPro, etc.) as these are currently not detected automatically by OpenSFM." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:35 +msgid "Why would one use a particular Camera Lens Model?" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:36 +msgid "In rare cases, OpenSFM may not be able to detect (or retrieve from its Camera database) the correct Camera Lens Model for your particular sensor, in which case you should select the closest appropriate model. When in doubt, try specifying ``brown`` first." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:39 +msgid "Example Images" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:41 +msgid "The following examples are all data taken with a standard Rectilinear Lens. Manual selection of the various Camera Lens Models is demonstrated to show some differences in how this will affect reconstruction." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:44 +msgid "``auto`` : Rectilinear Data" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:48 +msgid "Rectilinear data rendered by ``auto`` Camera Lens Model" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:48 +msgid "This Point Cloud shows a proper reconstruction via the ``auto`` (``brown``) Camera Lens Model, which is appropriate for this sensor." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:51 +msgid "``brown`` : Rectilinear Data" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:55 +msgid "Rectilinear data rendered by ``brown`` Camera Lens Model" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:55 +msgid "As in the prior example, this Point Cloud is reconstructed via the ``brown`` Camera Lens Model." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:58 +msgid "``fisheye`` : Rectilinear Data" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:62 +msgid "Rectilinear data rendered by ``fisheye`` Camera Lens Model" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:62 +msgid "In this Point Cloud reconstruction, severe bowling and other artifacts have been introduced via the use of the wrong Camera Lens Model." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:65 +msgid "``perspective`` : Rectilinear Data" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:70 +msgid "Rectilinear data rendered by ``perspective`` Camera Lens Model" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:70 +msgid "This Point Cloud rendered well, very similar to the ``auto`` and ``brown`` examples. One may see artifacts in the ``perspective`` Camera Lens Model in very large collections, or over very flat/homogenus terrain (agricultural fields). In such cases, forcing ``brown`` may help." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:73 +msgid "``spherical`` : Rectilinear Data" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:78 +msgid "Rectilinear data rendered by ``spherical`` Camera Lens Model" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:78 +msgid "This Point Cloud failed to reconstruct properly due to the manual selection of the ``fisheye`` Camera Lens Model. Similar failures to reconstruct can often indicate the wrong manual selection, or in edge cases, wrong ``auto`` selection of the Camera Lens Model, and you are advised to try another Model that is more appropriate." +msgstr "" + #: ../../../arguments/camera-lens.rst:17 msgid "`Learn to edit `_ and help improve `this page `_!" msgstr "" diff --git a/source/locale/en/pot/arguments/cameras.pot b/source/locale/en/pot/arguments/cameras.pot index 4d6d896e4..20efeab02 100644 --- a/source/locale/en/pot/arguments/cameras.pot +++ b/source/locale/en/pot/arguments/cameras.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/cog.pot b/source/locale/en/pot/arguments/cog.pot index 948e57a06..386b22218 100644 --- a/source/locale/en/pot/arguments/cog.pot +++ b/source/locale/en/pot/arguments/cog.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/copy-to.pot b/source/locale/en/pot/arguments/copy-to.pot index 29245fda6..a964089a1 100644 --- a/source/locale/en/pot/arguments/copy-to.pot +++ b/source/locale/en/pot/arguments/copy-to.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/crop.pot b/source/locale/en/pot/arguments/crop.pot index 0fbc7b517..4fef16acc 100644 --- a/source/locale/en/pot/arguments/crop.pot +++ b/source/locale/en/pot/arguments/crop.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/debug.pot b/source/locale/en/pot/arguments/debug.pot index dbf740570..252971970 100644 --- a/source/locale/en/pot/arguments/debug.pot +++ b/source/locale/en/pot/arguments/debug.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/dem-decimation.pot b/source/locale/en/pot/arguments/dem-decimation.pot index 6ae021e14..f692bcefc 100644 --- a/source/locale/en/pot/arguments/dem-decimation.pot +++ b/source/locale/en/pot/arguments/dem-decimation.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/dem-euclidean-map.pot b/source/locale/en/pot/arguments/dem-euclidean-map.pot index b6fea6baf..a8116cb01 100644 --- a/source/locale/en/pot/arguments/dem-euclidean-map.pot +++ b/source/locale/en/pot/arguments/dem-euclidean-map.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/dem-gapfill-steps.pot b/source/locale/en/pot/arguments/dem-gapfill-steps.pot index 9d6ee31df..21cadd621 100644 --- a/source/locale/en/pot/arguments/dem-gapfill-steps.pot +++ b/source/locale/en/pot/arguments/dem-gapfill-steps.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/dem-resolution.pot b/source/locale/en/pot/arguments/dem-resolution.pot index db3054b1d..5c1c8f657 100644 --- a/source/locale/en/pot/arguments/dem-resolution.pot +++ b/source/locale/en/pot/arguments/dem-resolution.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/depthmap-resolution.pot b/source/locale/en/pot/arguments/depthmap-resolution.pot index f58cb3504..5168882c0 100644 --- a/source/locale/en/pot/arguments/depthmap-resolution.pot +++ b/source/locale/en/pot/arguments/depthmap-resolution.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/dsm.pot b/source/locale/en/pot/arguments/dsm.pot index f3be048f2..7d208c3c9 100644 --- a/source/locale/en/pot/arguments/dsm.pot +++ b/source/locale/en/pot/arguments/dsm.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-22 08:47-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/dtm.pot b/source/locale/en/pot/arguments/dtm.pot index 917a066a0..f0a6db1de 100644 --- a/source/locale/en/pot/arguments/dtm.pot +++ b/source/locale/en/pot/arguments/dtm.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-22 08:47-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/end-with.pot b/source/locale/en/pot/arguments/end-with.pot index 8ffdc6a4c..535176cf6 100644 --- a/source/locale/en/pot/arguments/end-with.pot +++ b/source/locale/en/pot/arguments/end-with.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/fast-orthophoto.pot b/source/locale/en/pot/arguments/fast-orthophoto.pot index 3570d4091..620398110 100644 --- a/source/locale/en/pot/arguments/fast-orthophoto.pot +++ b/source/locale/en/pot/arguments/fast-orthophoto.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/feature-quality.pot b/source/locale/en/pot/arguments/feature-quality.pot index 976ab251d..83be36615 100644 --- a/source/locale/en/pot/arguments/feature-quality.pot +++ b/source/locale/en/pot/arguments/feature-quality.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/feature-type.pot b/source/locale/en/pot/arguments/feature-type.pot index d7b542053..43f15d1d0 100644 --- a/source/locale/en/pot/arguments/feature-type.pot +++ b/source/locale/en/pot/arguments/feature-type.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/force-gps.pot b/source/locale/en/pot/arguments/force-gps.pot index 0efb29dc9..37f640f51 100644 --- a/source/locale/en/pot/arguments/force-gps.pot +++ b/source/locale/en/pot/arguments/force-gps.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/gcp.pot b/source/locale/en/pot/arguments/gcp.pot index c1add5289..9841cbc74 100644 --- a/source/locale/en/pot/arguments/gcp.pot +++ b/source/locale/en/pot/arguments/gcp.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/geo.pot b/source/locale/en/pot/arguments/geo.pot index ce19a7260..4e3ad21dd 100644 --- a/source/locale/en/pot/arguments/geo.pot +++ b/source/locale/en/pot/arguments/geo.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/gps-accuracy.pot b/source/locale/en/pot/arguments/gps-accuracy.pot index 77ffffdfd..c3a952953 100644 --- a/source/locale/en/pot/arguments/gps-accuracy.pot +++ b/source/locale/en/pot/arguments/gps-accuracy.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/help.pot b/source/locale/en/pot/arguments/help.pot index 9f664f96f..01bea9a11 100644 --- a/source/locale/en/pot/arguments/help.pot +++ b/source/locale/en/pot/arguments/help.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/ignore-gsd.pot b/source/locale/en/pot/arguments/ignore-gsd.pot index 993d1ad01..e58fcb2bf 100644 --- a/source/locale/en/pot/arguments/ignore-gsd.pot +++ b/source/locale/en/pot/arguments/ignore-gsd.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/matcher-distance.pot b/source/locale/en/pot/arguments/matcher-distance.pot index 1b3fb87d7..99b7865e6 100644 --- a/source/locale/en/pot/arguments/matcher-distance.pot +++ b/source/locale/en/pot/arguments/matcher-distance.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/matcher-neighbors.pot b/source/locale/en/pot/arguments/matcher-neighbors.pot index 2ba11219f..f9a90a9b9 100644 --- a/source/locale/en/pot/arguments/matcher-neighbors.pot +++ b/source/locale/en/pot/arguments/matcher-neighbors.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/matcher-type.pot b/source/locale/en/pot/arguments/matcher-type.pot index 5d633562a..803d9ac6c 100644 --- a/source/locale/en/pot/arguments/matcher-type.pot +++ b/source/locale/en/pot/arguments/matcher-type.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/max-concurrency.pot b/source/locale/en/pot/arguments/max-concurrency.pot index 005fbfab9..888623f6a 100644 --- a/source/locale/en/pot/arguments/max-concurrency.pot +++ b/source/locale/en/pot/arguments/max-concurrency.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/merge.pot b/source/locale/en/pot/arguments/merge.pot index 1a71a2da3..915ca3180 100644 --- a/source/locale/en/pot/arguments/merge.pot +++ b/source/locale/en/pot/arguments/merge.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/mesh-octree-depth.pot b/source/locale/en/pot/arguments/mesh-octree-depth.pot index a1e38be90..17a63132d 100644 --- a/source/locale/en/pot/arguments/mesh-octree-depth.pot +++ b/source/locale/en/pot/arguments/mesh-octree-depth.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/mesh-size.pot b/source/locale/en/pot/arguments/mesh-size.pot index a4b1b8da2..e35198b83 100644 --- a/source/locale/en/pot/arguments/mesh-size.pot +++ b/source/locale/en/pot/arguments/mesh-size.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/min-num-features.pot b/source/locale/en/pot/arguments/min-num-features.pot index c3053cf8b..a23d776e5 100644 --- a/source/locale/en/pot/arguments/min-num-features.pot +++ b/source/locale/en/pot/arguments/min-num-features.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/name.pot b/source/locale/en/pot/arguments/name.pot index 2a1740e7c..6c2e2e5d1 100644 --- a/source/locale/en/pot/arguments/name.pot +++ b/source/locale/en/pot/arguments/name.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/optimize-disk-space.pot b/source/locale/en/pot/arguments/optimize-disk-space.pot index 3118ab9b7..5905fd077 100644 --- a/source/locale/en/pot/arguments/optimize-disk-space.pot +++ b/source/locale/en/pot/arguments/optimize-disk-space.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/orthophoto-compression.pot b/source/locale/en/pot/arguments/orthophoto-compression.pot index 501738bb5..205b3f6b4 100644 --- a/source/locale/en/pot/arguments/orthophoto-compression.pot +++ b/source/locale/en/pot/arguments/orthophoto-compression.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/orthophoto-cutline.pot b/source/locale/en/pot/arguments/orthophoto-cutline.pot index b41dec400..32f44cb34 100644 --- a/source/locale/en/pot/arguments/orthophoto-cutline.pot +++ b/source/locale/en/pot/arguments/orthophoto-cutline.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/orthophoto-kmz.pot b/source/locale/en/pot/arguments/orthophoto-kmz.pot index df6c5ff70..59ed79a2f 100644 --- a/source/locale/en/pot/arguments/orthophoto-kmz.pot +++ b/source/locale/en/pot/arguments/orthophoto-kmz.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/orthophoto-no-tiled.pot b/source/locale/en/pot/arguments/orthophoto-no-tiled.pot index f03db7620..be10a18ce 100644 --- a/source/locale/en/pot/arguments/orthophoto-no-tiled.pot +++ b/source/locale/en/pot/arguments/orthophoto-no-tiled.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/orthophoto-png.pot b/source/locale/en/pot/arguments/orthophoto-png.pot index 9e3e8e457..d834608c9 100644 --- a/source/locale/en/pot/arguments/orthophoto-png.pot +++ b/source/locale/en/pot/arguments/orthophoto-png.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/orthophoto-resolution.pot b/source/locale/en/pot/arguments/orthophoto-resolution.pot index b54d5f9e7..926f6fe43 100644 --- a/source/locale/en/pot/arguments/orthophoto-resolution.pot +++ b/source/locale/en/pot/arguments/orthophoto-resolution.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/pc-classify.pot b/source/locale/en/pot/arguments/pc-classify.pot index 1060bed45..ca7589d68 100644 --- a/source/locale/en/pot/arguments/pc-classify.pot +++ b/source/locale/en/pot/arguments/pc-classify.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-22 08:47-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/pc-csv.pot b/source/locale/en/pot/arguments/pc-csv.pot index 45a5c636f..0452c99f2 100644 --- a/source/locale/en/pot/arguments/pc-csv.pot +++ b/source/locale/en/pot/arguments/pc-csv.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/pc-ept.pot b/source/locale/en/pot/arguments/pc-ept.pot index a22fec4f6..7cf6ead1f 100644 --- a/source/locale/en/pot/arguments/pc-ept.pot +++ b/source/locale/en/pot/arguments/pc-ept.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/pc-filter.pot b/source/locale/en/pot/arguments/pc-filter.pot index 2ea0d1d40..0e0ae91d3 100644 --- a/source/locale/en/pot/arguments/pc-filter.pot +++ b/source/locale/en/pot/arguments/pc-filter.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/pc-geometric.pot b/source/locale/en/pot/arguments/pc-geometric.pot index 441762323..774a10132 100644 --- a/source/locale/en/pot/arguments/pc-geometric.pot +++ b/source/locale/en/pot/arguments/pc-geometric.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/pc-las.pot b/source/locale/en/pot/arguments/pc-las.pot index 7831ac46f..398e8bbee 100644 --- a/source/locale/en/pot/arguments/pc-las.pot +++ b/source/locale/en/pot/arguments/pc-las.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/pc-quality.pot b/source/locale/en/pot/arguments/pc-quality.pot index 53ef1cab8..0a8518eb2 100644 --- a/source/locale/en/pot/arguments/pc-quality.pot +++ b/source/locale/en/pot/arguments/pc-quality.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/pc-rectify.pot b/source/locale/en/pot/arguments/pc-rectify.pot index d73d2ccd6..b94546410 100644 --- a/source/locale/en/pot/arguments/pc-rectify.pot +++ b/source/locale/en/pot/arguments/pc-rectify.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/pc-sample.pot b/source/locale/en/pot/arguments/pc-sample.pot index 93c2ea0b6..e3774e603 100644 --- a/source/locale/en/pot/arguments/pc-sample.pot +++ b/source/locale/en/pot/arguments/pc-sample.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/pc-tile.pot b/source/locale/en/pot/arguments/pc-tile.pot index 7451d430d..1ce265ce4 100644 --- a/source/locale/en/pot/arguments/pc-tile.pot +++ b/source/locale/en/pot/arguments/pc-tile.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/primary-band.pot b/source/locale/en/pot/arguments/primary-band.pot index c65d098c6..54baddb5e 100644 --- a/source/locale/en/pot/arguments/primary-band.pot +++ b/source/locale/en/pot/arguments/primary-band.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/project-path.pot b/source/locale/en/pot/arguments/project-path.pot index 9a98d4c6f..29d6daccf 100644 --- a/source/locale/en/pot/arguments/project-path.pot +++ b/source/locale/en/pot/arguments/project-path.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/radiometric-calibration.pot b/source/locale/en/pot/arguments/radiometric-calibration.pot index 08d453f26..92cbc78cf 100644 --- a/source/locale/en/pot/arguments/radiometric-calibration.pot +++ b/source/locale/en/pot/arguments/radiometric-calibration.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/rerun-all.pot b/source/locale/en/pot/arguments/rerun-all.pot index b57c50fcb..5e8a6e4f1 100644 --- a/source/locale/en/pot/arguments/rerun-all.pot +++ b/source/locale/en/pot/arguments/rerun-all.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/rerun-from.pot b/source/locale/en/pot/arguments/rerun-from.pot index 76543ed84..1aec063e9 100644 --- a/source/locale/en/pot/arguments/rerun-from.pot +++ b/source/locale/en/pot/arguments/rerun-from.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/rerun.pot b/source/locale/en/pot/arguments/rerun.pot index 76e8ac37c..470750fb0 100644 --- a/source/locale/en/pot/arguments/rerun.pot +++ b/source/locale/en/pot/arguments/rerun.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/resize-to.pot b/source/locale/en/pot/arguments/resize-to.pot index 3781c3cc2..ded0b1d2a 100644 --- a/source/locale/en/pot/arguments/resize-to.pot +++ b/source/locale/en/pot/arguments/resize-to.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/skip-3dmodel.pot b/source/locale/en/pot/arguments/skip-3dmodel.pot index 1910c6181..bcfa251d7 100644 --- a/source/locale/en/pot/arguments/skip-3dmodel.pot +++ b/source/locale/en/pot/arguments/skip-3dmodel.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/skip-band-alignment.pot b/source/locale/en/pot/arguments/skip-band-alignment.pot index 5cd05d0f1..23a5217e9 100644 --- a/source/locale/en/pot/arguments/skip-band-alignment.pot +++ b/source/locale/en/pot/arguments/skip-band-alignment.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/skip-report.pot b/source/locale/en/pot/arguments/skip-report.pot index 6e606fd76..aa26c4c7d 100644 --- a/source/locale/en/pot/arguments/skip-report.pot +++ b/source/locale/en/pot/arguments/skip-report.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/sm-cluster.pot b/source/locale/en/pot/arguments/sm-cluster.pot index 9073a4749..83cc1922d 100644 --- a/source/locale/en/pot/arguments/sm-cluster.pot +++ b/source/locale/en/pot/arguments/sm-cluster.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/smrf-scalar.pot b/source/locale/en/pot/arguments/smrf-scalar.pot index 1c0dda0e4..01f69a1a4 100644 --- a/source/locale/en/pot/arguments/smrf-scalar.pot +++ b/source/locale/en/pot/arguments/smrf-scalar.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/smrf-slope.pot b/source/locale/en/pot/arguments/smrf-slope.pot index 8552e6ab1..089da683b 100644 --- a/source/locale/en/pot/arguments/smrf-slope.pot +++ b/source/locale/en/pot/arguments/smrf-slope.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/smrf-threshold.pot b/source/locale/en/pot/arguments/smrf-threshold.pot index 3a7511058..aaca3a839 100644 --- a/source/locale/en/pot/arguments/smrf-threshold.pot +++ b/source/locale/en/pot/arguments/smrf-threshold.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/smrf-window.pot b/source/locale/en/pot/arguments/smrf-window.pot index 052e83d1d..32a5a0b10 100644 --- a/source/locale/en/pot/arguments/smrf-window.pot +++ b/source/locale/en/pot/arguments/smrf-window.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/split-image-groups.pot b/source/locale/en/pot/arguments/split-image-groups.pot index e2e884348..d987ab12f 100644 --- a/source/locale/en/pot/arguments/split-image-groups.pot +++ b/source/locale/en/pot/arguments/split-image-groups.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/split-overlap.pot b/source/locale/en/pot/arguments/split-overlap.pot index e3690162e..23cd664d3 100644 --- a/source/locale/en/pot/arguments/split-overlap.pot +++ b/source/locale/en/pot/arguments/split-overlap.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/split.pot b/source/locale/en/pot/arguments/split.pot index 0c95da78f..4734226a1 100644 --- a/source/locale/en/pot/arguments/split.pot +++ b/source/locale/en/pot/arguments/split.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/texturing-data-term.pot b/source/locale/en/pot/arguments/texturing-data-term.pot index e9048f7a2..9e5f6b1d7 100644 --- a/source/locale/en/pot/arguments/texturing-data-term.pot +++ b/source/locale/en/pot/arguments/texturing-data-term.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/texturing-keep-unseen-faces.pot b/source/locale/en/pot/arguments/texturing-keep-unseen-faces.pot index d490517ab..761dc0356 100644 --- a/source/locale/en/pot/arguments/texturing-keep-unseen-faces.pot +++ b/source/locale/en/pot/arguments/texturing-keep-unseen-faces.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/texturing-outlier-removal-type.pot b/source/locale/en/pot/arguments/texturing-outlier-removal-type.pot index d1211a643..6dae1fbaa 100644 --- a/source/locale/en/pot/arguments/texturing-outlier-removal-type.pot +++ b/source/locale/en/pot/arguments/texturing-outlier-removal-type.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/texturing-skip-global-seam-leveling.pot b/source/locale/en/pot/arguments/texturing-skip-global-seam-leveling.pot index 7d85a71fd..653d7cd7c 100644 --- a/source/locale/en/pot/arguments/texturing-skip-global-seam-leveling.pot +++ b/source/locale/en/pot/arguments/texturing-skip-global-seam-leveling.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/texturing-skip-local-seam-leveling.pot b/source/locale/en/pot/arguments/texturing-skip-local-seam-leveling.pot index 1eeb697fb..83d7c34ad 100644 --- a/source/locale/en/pot/arguments/texturing-skip-local-seam-leveling.pot +++ b/source/locale/en/pot/arguments/texturing-skip-local-seam-leveling.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/texturing-tone-mapping.pot b/source/locale/en/pot/arguments/texturing-tone-mapping.pot index f83977afd..27f238759 100644 --- a/source/locale/en/pot/arguments/texturing-tone-mapping.pot +++ b/source/locale/en/pot/arguments/texturing-tone-mapping.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/tiles.pot b/source/locale/en/pot/arguments/tiles.pot index 3183c99ba..369d7da79 100644 --- a/source/locale/en/pot/arguments/tiles.pot +++ b/source/locale/en/pot/arguments/tiles.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/time.pot b/source/locale/en/pot/arguments/time.pot index 59ceb3ea2..1d9c4ed86 100644 --- a/source/locale/en/pot/arguments/time.pot +++ b/source/locale/en/pot/arguments/time.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/use-3dmesh.pot b/source/locale/en/pot/arguments/use-3dmesh.pot index eed956828..a9df83331 100644 --- a/source/locale/en/pot/arguments/use-3dmesh.pot +++ b/source/locale/en/pot/arguments/use-3dmesh.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/use-exif.pot b/source/locale/en/pot/arguments/use-exif.pot index 49b5d434b..694cddfd6 100644 --- a/source/locale/en/pot/arguments/use-exif.pot +++ b/source/locale/en/pot/arguments/use-exif.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/use-fixed-camera-params.pot b/source/locale/en/pot/arguments/use-fixed-camera-params.pot index 42c8aa3ad..d94379697 100644 --- a/source/locale/en/pot/arguments/use-fixed-camera-params.pot +++ b/source/locale/en/pot/arguments/use-fixed-camera-params.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/use-hybrid-bundle-adjustment.pot b/source/locale/en/pot/arguments/use-hybrid-bundle-adjustment.pot index 101d3ac18..ace5059a7 100644 --- a/source/locale/en/pot/arguments/use-hybrid-bundle-adjustment.pot +++ b/source/locale/en/pot/arguments/use-hybrid-bundle-adjustment.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/verbose.pot b/source/locale/en/pot/arguments/verbose.pot index 35e3f09a7..670be94f8 100644 --- a/source/locale/en/pot/arguments/verbose.pot +++ b/source/locale/en/pot/arguments/verbose.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments/version.pot b/source/locale/en/pot/arguments/version.pot index fb3fa952f..5bc38c30e 100644 --- a/source/locale/en/pot/arguments/version.pot +++ b/source/locale/en/pot/arguments/version.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/build-overviews.pot b/source/locale/en/pot/arguments_edit/build-overviews.pot index 894c5ec3f..9cd4212de 100644 --- a/source/locale/en/pot/arguments_edit/build-overviews.pot +++ b/source/locale/en/pot/arguments_edit/build-overviews.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-09 09:50-0400\n" +"POT-Creation-Date: 2021-08-04 10:12-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,5 +17,131 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ../../../arguments_edit/build-overviews.rst:1 -msgid "Overviews are an optimization that reduce the time it takes to open GeoTIFF files, for the tradeoff of a larger filesize." +msgid "Parameter Type:" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:2 +msgid "**Boolean**" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:3 +msgid "Parameter Domain:" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:4 +#: ../../../arguments_edit/build-overviews.rst:48 +msgid "True: ``--build-overviews``" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:5 +#: ../../../arguments_edit/build-overviews.rst:7 +#: ../../../arguments_edit/build-overviews.rst:55 +msgid "False: ``null``" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:6 +msgid "Parameter Default:" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:12 +msgid "Resource" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:12 +msgid "Impact" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:14 +msgid "CPU" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:14 +#: ../../../arguments_edit/build-overviews.rst:16 +#: ../../../arguments_edit/build-overviews.rst:17 +#: ../../../arguments_edit/build-overviews.rst:18 +msgid "●●○ | Medium" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:15 +msgid "GPU" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:15 +msgid "○○○ | None" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:16 +msgid "HDD" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:17 +msgid "RAM" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:18 +msgid "Time" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:24 +msgid "What Are Overviews?" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:25 +msgid "Overviews (sometimes referred to as pyramids) are an optimization that reduce the time it takes to render GeoTIFF files; Larger file-size is the tradeoff for this increased rendering performance." +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:27 +msgid "Overviews are lower-resolution copies of the raster data (Power of two factor [128x128, 256x256, etc]) that are stored either internally or externally in a sidecar." +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:29 +msgid "In the case of OpenDroneMap, the Overviews will always be internal." +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:32 +msgid "When are Overviews appropriate?" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:33 +msgid "One would likely want to use Overviews for nearly every instance, with some few (relatively rare) exceptions." +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:35 +msgid "Small File Size is paramount" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:36 +msgid "Reading software does not support internal Overviews" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:39 +msgid "Why would one use Overviews?" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:40 +msgid "Overviews speed preview of the raster data by allowing the program rendering the raster to choose the closest size pyramid to match the resolution of the display extent that it is being rendered into, potentially saving a significant amount of time retrieving the full-size raster, buffering it, and then downscaling it for display." +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:42 +msgid "In the case of WebODM, Overviews are used to create dynamic tiles for rapid display and navigation of the 2D web map." +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:45 +msgid "Example Images" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:52 +msgid "QGIS displaying the generated Overviews" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:52 +msgid "The Layer Properties panel demonstrates that this OpenDroneMap-generated GeoTIFF has internal Overviews." +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:59 +msgid "QGIS displaying the file is lacking Overviews" +msgstr "" + +#: ../../../arguments_edit/build-overviews.rst:59 +msgid "The Layer Properties panel demonstrates that this OpenDroneMap-generated GeoTIFF lacks internal Overviews." msgstr "" diff --git a/source/locale/en/pot/arguments_edit/camera-lens.pot b/source/locale/en/pot/arguments_edit/camera-lens.pot index 56296b1bf..43ebfe7ac 100644 --- a/source/locale/en/pot/arguments_edit/camera-lens.pot +++ b/source/locale/en/pot/arguments_edit/camera-lens.pot @@ -6,12 +6,183 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" + +#: ../../../arguments_edit/camera-lens.rst:1 +msgid "Parameter Type:" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:2 +msgid "**String**" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:3 +msgid "Parameter Domain:" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:4 +msgid "``auto`` : Automatic selection of best camera projection model." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:5 +msgid "``brown`` : Robust rectilinear projection model. Preferred by ``auto``." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:6 +msgid "``fisheye`` : Wide-angle / non-rectilinear projection model." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:7 +msgid "``perspective`` : Legacy rectilinear projection model." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:8 +msgid "``spherical`` : 360° camera projection model." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:9 +msgid "Parameter Default:" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:10 +msgid "``auto``" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:15 +msgid "Resource" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:15 +msgid "Impact" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:17 +msgid "CPU" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:17 +#: ../../../arguments_edit/camera-lens.rst:19 +#: ../../../arguments_edit/camera-lens.rst:20 +#: ../../../arguments_edit/camera-lens.rst:21 +msgid "●○○ | Low" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:18 +msgid "GPU" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:18 +msgid "○○○ | None" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:19 +msgid "HDD" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:20 +msgid "RAM" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:21 +msgid "Time" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:27 +msgid "What Are Camera Lens Models?" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:28 +msgid "Camera Lens Models are projection/distortion models that OpenSFM uses to correct for the optics of the camera platforms that record our images. These corrections are essential for proper camera/scene modeling, and therefore, proper reconstruction of the data." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:31 +msgid "When are manual selections appropriate?" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:32 +msgid "Manually choosing a Camera Lens Model is currently only recommended in the case of Spherical Cameras (GoPro Fusion, GoPro Max, Insta360, Kodak PixPro, etc.) as these are currently not detected automatically by OpenSFM." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:35 +msgid "Why would one use a particular Camera Lens Model?" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:36 +msgid "In rare cases, OpenSFM may not be able to detect (or retrieve from its Camera database) the correct Camera Lens Model for your particular sensor, in which case you should select the closest appropriate model. When in doubt, try specifying ``brown`` first." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:39 +msgid "Example Images" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:41 +msgid "The following examples are all data taken with a standard Rectilinear Lens. Manual selection of the various Camera Lens Models is demonstrated to show some differences in how this will affect reconstruction." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:44 +msgid "``auto`` : Rectilinear Data" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:48 +msgid "Rectilinear data rendered by ``auto`` Camera Lens Model" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:48 +msgid "This Point Cloud shows a proper reconstruction via the ``auto`` (``brown``) Camera Lens Model, which is appropriate for this sensor." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:51 +msgid "``brown`` : Rectilinear Data" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:55 +msgid "Rectilinear data rendered by ``brown`` Camera Lens Model" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:55 +msgid "As in the prior example, this Point Cloud is reconstructed via the ``brown`` Camera Lens Model." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:58 +msgid "``fisheye`` : Rectilinear Data" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:62 +msgid "Rectilinear data rendered by ``fisheye`` Camera Lens Model" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:62 +msgid "In this Point Cloud reconstruction, severe bowling and other artifacts have been introduced via the use of the wrong Camera Lens Model." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:65 +msgid "``perspective`` : Rectilinear Data" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:70 +msgid "Rectilinear data rendered by ``perspective`` Camera Lens Model" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:70 +msgid "This Point Cloud rendered well, very similar to the ``auto`` and ``brown`` examples. One may see artifacts in the ``perspective`` Camera Lens Model in very large collections, or over very flat/homogenus terrain (agricultural fields). In such cases, forcing ``brown`` may help." +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:73 +msgid "``spherical`` : Rectilinear Data" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:78 +msgid "Rectilinear data rendered by ``spherical`` Camera Lens Model" +msgstr "" + +#: ../../../arguments_edit/camera-lens.rst:78 +msgid "This Point Cloud failed to reconstruct properly due to the manual selection of the ``fisheye`` Camera Lens Model. Similar failures to reconstruct can often indicate the wrong manual selection, or in edge cases, wrong ``auto`` selection of the Camera Lens Model, and you are advised to try another Model that is more appropriate." +msgstr "" diff --git a/source/locale/en/pot/arguments_edit/cameras.pot b/source/locale/en/pot/arguments_edit/cameras.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/cameras.pot +++ b/source/locale/en/pot/arguments_edit/cameras.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/cog.pot b/source/locale/en/pot/arguments_edit/cog.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/cog.pot +++ b/source/locale/en/pot/arguments_edit/cog.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/copy-to.pot b/source/locale/en/pot/arguments_edit/copy-to.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/copy-to.pot +++ b/source/locale/en/pot/arguments_edit/copy-to.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/crop.pot b/source/locale/en/pot/arguments_edit/crop.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/crop.pot +++ b/source/locale/en/pot/arguments_edit/crop.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/debug.pot b/source/locale/en/pot/arguments_edit/debug.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/debug.pot +++ b/source/locale/en/pot/arguments_edit/debug.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/dem-decimation.pot b/source/locale/en/pot/arguments_edit/dem-decimation.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/dem-decimation.pot +++ b/source/locale/en/pot/arguments_edit/dem-decimation.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/dem-euclidean-map.pot b/source/locale/en/pot/arguments_edit/dem-euclidean-map.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/dem-euclidean-map.pot +++ b/source/locale/en/pot/arguments_edit/dem-euclidean-map.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/dem-gapfill-steps.pot b/source/locale/en/pot/arguments_edit/dem-gapfill-steps.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/dem-gapfill-steps.pot +++ b/source/locale/en/pot/arguments_edit/dem-gapfill-steps.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/dem-resolution.pot b/source/locale/en/pot/arguments_edit/dem-resolution.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/dem-resolution.pot +++ b/source/locale/en/pot/arguments_edit/dem-resolution.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/depthmap-resolution.pot b/source/locale/en/pot/arguments_edit/depthmap-resolution.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/depthmap-resolution.pot +++ b/source/locale/en/pot/arguments_edit/depthmap-resolution.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/dsm.pot b/source/locale/en/pot/arguments_edit/dsm.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/dsm.pot +++ b/source/locale/en/pot/arguments_edit/dsm.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/dtm.pot b/source/locale/en/pot/arguments_edit/dtm.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/dtm.pot +++ b/source/locale/en/pot/arguments_edit/dtm.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/end-with.pot b/source/locale/en/pot/arguments_edit/end-with.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/end-with.pot +++ b/source/locale/en/pot/arguments_edit/end-with.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/fast-orthophoto.pot b/source/locale/en/pot/arguments_edit/fast-orthophoto.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/fast-orthophoto.pot +++ b/source/locale/en/pot/arguments_edit/fast-orthophoto.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/feature-quality.pot b/source/locale/en/pot/arguments_edit/feature-quality.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/feature-quality.pot +++ b/source/locale/en/pot/arguments_edit/feature-quality.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/feature-type.pot b/source/locale/en/pot/arguments_edit/feature-type.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/feature-type.pot +++ b/source/locale/en/pot/arguments_edit/feature-type.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/force-gps.pot b/source/locale/en/pot/arguments_edit/force-gps.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/force-gps.pot +++ b/source/locale/en/pot/arguments_edit/force-gps.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/gcp.pot b/source/locale/en/pot/arguments_edit/gcp.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/gcp.pot +++ b/source/locale/en/pot/arguments_edit/gcp.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/geo.pot b/source/locale/en/pot/arguments_edit/geo.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/geo.pot +++ b/source/locale/en/pot/arguments_edit/geo.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/gps-accuracy.pot b/source/locale/en/pot/arguments_edit/gps-accuracy.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/gps-accuracy.pot +++ b/source/locale/en/pot/arguments_edit/gps-accuracy.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/help.pot b/source/locale/en/pot/arguments_edit/help.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/help.pot +++ b/source/locale/en/pot/arguments_edit/help.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/ignore-gsd.pot b/source/locale/en/pot/arguments_edit/ignore-gsd.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/ignore-gsd.pot +++ b/source/locale/en/pot/arguments_edit/ignore-gsd.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/matcher-distance.pot b/source/locale/en/pot/arguments_edit/matcher-distance.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/matcher-distance.pot +++ b/source/locale/en/pot/arguments_edit/matcher-distance.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/matcher-neighbors.pot b/source/locale/en/pot/arguments_edit/matcher-neighbors.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/matcher-neighbors.pot +++ b/source/locale/en/pot/arguments_edit/matcher-neighbors.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/matcher-type.pot b/source/locale/en/pot/arguments_edit/matcher-type.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/matcher-type.pot +++ b/source/locale/en/pot/arguments_edit/matcher-type.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/max-concurrency.pot b/source/locale/en/pot/arguments_edit/max-concurrency.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/max-concurrency.pot +++ b/source/locale/en/pot/arguments_edit/max-concurrency.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/merge.pot b/source/locale/en/pot/arguments_edit/merge.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/merge.pot +++ b/source/locale/en/pot/arguments_edit/merge.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/mesh-octree-depth.pot b/source/locale/en/pot/arguments_edit/mesh-octree-depth.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/mesh-octree-depth.pot +++ b/source/locale/en/pot/arguments_edit/mesh-octree-depth.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/mesh-size.pot b/source/locale/en/pot/arguments_edit/mesh-size.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/mesh-size.pot +++ b/source/locale/en/pot/arguments_edit/mesh-size.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/min-num-features.pot b/source/locale/en/pot/arguments_edit/min-num-features.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/min-num-features.pot +++ b/source/locale/en/pot/arguments_edit/min-num-features.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/name.pot b/source/locale/en/pot/arguments_edit/name.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/name.pot +++ b/source/locale/en/pot/arguments_edit/name.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/optimize-disk-space.pot b/source/locale/en/pot/arguments_edit/optimize-disk-space.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/optimize-disk-space.pot +++ b/source/locale/en/pot/arguments_edit/optimize-disk-space.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/orthophoto-compression.pot b/source/locale/en/pot/arguments_edit/orthophoto-compression.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/orthophoto-compression.pot +++ b/source/locale/en/pot/arguments_edit/orthophoto-compression.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/orthophoto-cutline.pot b/source/locale/en/pot/arguments_edit/orthophoto-cutline.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/orthophoto-cutline.pot +++ b/source/locale/en/pot/arguments_edit/orthophoto-cutline.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/orthophoto-kmz.pot b/source/locale/en/pot/arguments_edit/orthophoto-kmz.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/orthophoto-kmz.pot +++ b/source/locale/en/pot/arguments_edit/orthophoto-kmz.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/orthophoto-no-tiled.pot b/source/locale/en/pot/arguments_edit/orthophoto-no-tiled.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/orthophoto-no-tiled.pot +++ b/source/locale/en/pot/arguments_edit/orthophoto-no-tiled.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/orthophoto-png.pot b/source/locale/en/pot/arguments_edit/orthophoto-png.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/orthophoto-png.pot +++ b/source/locale/en/pot/arguments_edit/orthophoto-png.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/orthophoto-resolution.pot b/source/locale/en/pot/arguments_edit/orthophoto-resolution.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/orthophoto-resolution.pot +++ b/source/locale/en/pot/arguments_edit/orthophoto-resolution.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/pc-classify.pot b/source/locale/en/pot/arguments_edit/pc-classify.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/pc-classify.pot +++ b/source/locale/en/pot/arguments_edit/pc-classify.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/pc-csv.pot b/source/locale/en/pot/arguments_edit/pc-csv.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/pc-csv.pot +++ b/source/locale/en/pot/arguments_edit/pc-csv.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/pc-ept.pot b/source/locale/en/pot/arguments_edit/pc-ept.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/pc-ept.pot +++ b/source/locale/en/pot/arguments_edit/pc-ept.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/pc-filter.pot b/source/locale/en/pot/arguments_edit/pc-filter.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/pc-filter.pot +++ b/source/locale/en/pot/arguments_edit/pc-filter.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/pc-geometric.pot b/source/locale/en/pot/arguments_edit/pc-geometric.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/pc-geometric.pot +++ b/source/locale/en/pot/arguments_edit/pc-geometric.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/pc-las.pot b/source/locale/en/pot/arguments_edit/pc-las.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/pc-las.pot +++ b/source/locale/en/pot/arguments_edit/pc-las.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/pc-quality.pot b/source/locale/en/pot/arguments_edit/pc-quality.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/pc-quality.pot +++ b/source/locale/en/pot/arguments_edit/pc-quality.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/pc-rectify.pot b/source/locale/en/pot/arguments_edit/pc-rectify.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/pc-rectify.pot +++ b/source/locale/en/pot/arguments_edit/pc-rectify.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/pc-sample.pot b/source/locale/en/pot/arguments_edit/pc-sample.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/pc-sample.pot +++ b/source/locale/en/pot/arguments_edit/pc-sample.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/pc-tile.pot b/source/locale/en/pot/arguments_edit/pc-tile.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/pc-tile.pot +++ b/source/locale/en/pot/arguments_edit/pc-tile.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/primary-band.pot b/source/locale/en/pot/arguments_edit/primary-band.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/primary-band.pot +++ b/source/locale/en/pot/arguments_edit/primary-band.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/project-path.pot b/source/locale/en/pot/arguments_edit/project-path.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/project-path.pot +++ b/source/locale/en/pot/arguments_edit/project-path.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/radiometric-calibration.pot b/source/locale/en/pot/arguments_edit/radiometric-calibration.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/radiometric-calibration.pot +++ b/source/locale/en/pot/arguments_edit/radiometric-calibration.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/rerun-all.pot b/source/locale/en/pot/arguments_edit/rerun-all.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/rerun-all.pot +++ b/source/locale/en/pot/arguments_edit/rerun-all.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/rerun-from.pot b/source/locale/en/pot/arguments_edit/rerun-from.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/rerun-from.pot +++ b/source/locale/en/pot/arguments_edit/rerun-from.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/rerun.pot b/source/locale/en/pot/arguments_edit/rerun.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/rerun.pot +++ b/source/locale/en/pot/arguments_edit/rerun.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/resize-to.pot b/source/locale/en/pot/arguments_edit/resize-to.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/resize-to.pot +++ b/source/locale/en/pot/arguments_edit/resize-to.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/skip-3dmodel.pot b/source/locale/en/pot/arguments_edit/skip-3dmodel.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/skip-3dmodel.pot +++ b/source/locale/en/pot/arguments_edit/skip-3dmodel.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/skip-band-alignment.pot b/source/locale/en/pot/arguments_edit/skip-band-alignment.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/skip-band-alignment.pot +++ b/source/locale/en/pot/arguments_edit/skip-band-alignment.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/skip-report.pot b/source/locale/en/pot/arguments_edit/skip-report.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/skip-report.pot +++ b/source/locale/en/pot/arguments_edit/skip-report.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/sm-cluster.pot b/source/locale/en/pot/arguments_edit/sm-cluster.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/sm-cluster.pot +++ b/source/locale/en/pot/arguments_edit/sm-cluster.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/smrf-scalar.pot b/source/locale/en/pot/arguments_edit/smrf-scalar.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/smrf-scalar.pot +++ b/source/locale/en/pot/arguments_edit/smrf-scalar.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/smrf-slope.pot b/source/locale/en/pot/arguments_edit/smrf-slope.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/smrf-slope.pot +++ b/source/locale/en/pot/arguments_edit/smrf-slope.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/smrf-threshold.pot b/source/locale/en/pot/arguments_edit/smrf-threshold.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/smrf-threshold.pot +++ b/source/locale/en/pot/arguments_edit/smrf-threshold.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/smrf-window.pot b/source/locale/en/pot/arguments_edit/smrf-window.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/smrf-window.pot +++ b/source/locale/en/pot/arguments_edit/smrf-window.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/split-image-groups.pot b/source/locale/en/pot/arguments_edit/split-image-groups.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/split-image-groups.pot +++ b/source/locale/en/pot/arguments_edit/split-image-groups.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/split-overlap.pot b/source/locale/en/pot/arguments_edit/split-overlap.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/split-overlap.pot +++ b/source/locale/en/pot/arguments_edit/split-overlap.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/split.pot b/source/locale/en/pot/arguments_edit/split.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/split.pot +++ b/source/locale/en/pot/arguments_edit/split.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/texturing-data-term.pot b/source/locale/en/pot/arguments_edit/texturing-data-term.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/texturing-data-term.pot +++ b/source/locale/en/pot/arguments_edit/texturing-data-term.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/texturing-keep-unseen-faces.pot b/source/locale/en/pot/arguments_edit/texturing-keep-unseen-faces.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/texturing-keep-unseen-faces.pot +++ b/source/locale/en/pot/arguments_edit/texturing-keep-unseen-faces.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/texturing-outlier-removal-type.pot b/source/locale/en/pot/arguments_edit/texturing-outlier-removal-type.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/texturing-outlier-removal-type.pot +++ b/source/locale/en/pot/arguments_edit/texturing-outlier-removal-type.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/texturing-skip-global-seam-leveling.pot b/source/locale/en/pot/arguments_edit/texturing-skip-global-seam-leveling.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/texturing-skip-global-seam-leveling.pot +++ b/source/locale/en/pot/arguments_edit/texturing-skip-global-seam-leveling.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/texturing-skip-local-seam-leveling.pot b/source/locale/en/pot/arguments_edit/texturing-skip-local-seam-leveling.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/texturing-skip-local-seam-leveling.pot +++ b/source/locale/en/pot/arguments_edit/texturing-skip-local-seam-leveling.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/texturing-tone-mapping.pot b/source/locale/en/pot/arguments_edit/texturing-tone-mapping.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/texturing-tone-mapping.pot +++ b/source/locale/en/pot/arguments_edit/texturing-tone-mapping.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/tiles.pot b/source/locale/en/pot/arguments_edit/tiles.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/tiles.pot +++ b/source/locale/en/pot/arguments_edit/tiles.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/time.pot b/source/locale/en/pot/arguments_edit/time.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/time.pot +++ b/source/locale/en/pot/arguments_edit/time.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/use-3dmesh.pot b/source/locale/en/pot/arguments_edit/use-3dmesh.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/use-3dmesh.pot +++ b/source/locale/en/pot/arguments_edit/use-3dmesh.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/use-exif.pot b/source/locale/en/pot/arguments_edit/use-exif.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/use-exif.pot +++ b/source/locale/en/pot/arguments_edit/use-exif.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/use-fixed-camera-params.pot b/source/locale/en/pot/arguments_edit/use-fixed-camera-params.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/use-fixed-camera-params.pot +++ b/source/locale/en/pot/arguments_edit/use-fixed-camera-params.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/use-hybrid-bundle-adjustment.pot b/source/locale/en/pot/arguments_edit/use-hybrid-bundle-adjustment.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/use-hybrid-bundle-adjustment.pot +++ b/source/locale/en/pot/arguments_edit/use-hybrid-bundle-adjustment.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/verbose.pot b/source/locale/en/pot/arguments_edit/verbose.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/verbose.pot +++ b/source/locale/en/pot/arguments_edit/verbose.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/arguments_edit/version.pot b/source/locale/en/pot/arguments_edit/version.pot index 56296b1bf..b978fecfd 100644 --- a/source/locale/en/pot/arguments_edit/version.pot +++ b/source/locale/en/pot/arguments_edit/version.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-15 13:46-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/contributing.pot b/source/locale/en/pot/contributing.pot index d2980315f..50a6e16e0 100644 --- a/source/locale/en/pot/contributing.pot +++ b/source/locale/en/pot/contributing.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-22 19:54-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/faq.pot b/source/locale/en/pot/faq.pot new file mode 100644 index 000000000..651183417 --- /dev/null +++ b/source/locale/en/pot/faq.pot @@ -0,0 +1,57 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2020, OpenDroneMap +# This file is distributed under the same license as the OpenDroneMap package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: OpenDroneMap 2.6.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../../../faq.rst:3 +msgid "Frequently Asked Questions" +msgstr "" + +#: ../../../faq.rst:7 +msgid "Data Processing" +msgstr "" + +#: ../../../faq.rst:10 +msgid "Can I process two or more orthophoto GeoTIFFs to stitch them together?" +msgstr "" + +#: ../../../faq.rst:12 +msgid "No. ODM is a photogrammetric pipeline and orthophotos do not have the necessary camera information since the images have already been orthorectified. You can use another program such as `Hugin `_ to do that." +msgstr "" + +#: ../../../faq.rst:16 +msgid "Licensing" +msgstr "" + +#: ../../../faq.rst:19 +msgid "I want to build a commercial application that includes ODM. Do I need a commercial license?" +msgstr "" + +#: ../../../faq.rst:21 +msgid "ODM is free and open source software, released under the `AGPLv3 `_. You are free to build and sell applications with it, just make sure to comply with the requirements of the license, in particular the disclose source requirement." +msgstr "" + +#: ../../../faq.rst:24 +msgid "Are there other licensing options aside from the AGPLv3?" +msgstr "" + +#: ../../../faq.rst:26 +msgid "Nope, sorry!" +msgstr "" + +#: ../../../faq.rst:29 +msgid "`Learn to edit `_ and help improve `this page `_!" +msgstr "" diff --git a/source/locale/en/pot/flying.pot b/source/locale/en/pot/flying.pot index f287e6da1..4ceaf73b2 100644 --- a/source/locale/en/pot/flying.pot +++ b/source/locale/en/pot/flying.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-22 19:54-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/gcp.pot b/source/locale/en/pot/gcp.pot index 1dda0f3a3..b6be54ed9 100644 --- a/source/locale/en/pot/gcp.pot +++ b/source/locale/en/pot/gcp.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-22 19:54-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/geo.pot b/source/locale/en/pot/geo.pot index c6436d560..ad3a50c76 100644 --- a/source/locale/en/pot/geo.pot +++ b/source/locale/en/pot/geo.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-22 19:54-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/index.pot b/source/locale/en/pot/index.pot index df5d2286e..cc06fae33 100644 --- a/source/locale/en/pot/index.pot +++ b/source/locale/en/pot/index.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-22 08:47-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/installation.pot b/source/locale/en/pot/installation.pot index 5c407b4af..c9afaa4dc 100644 --- a/source/locale/en/pot/installation.pot +++ b/source/locale/en/pot/installation.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-22 08:47-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/large.pot b/source/locale/en/pot/large.pot index 31bb7c763..a742e11c4 100644 --- a/source/locale/en/pot/large.pot +++ b/source/locale/en/pot/large.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-22 08:47-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/map-accuracy.pot b/source/locale/en/pot/map-accuracy.pot index a784cd9e2..7de74a09b 100644 --- a/source/locale/en/pot/map-accuracy.pot +++ b/source/locale/en/pot/map-accuracy.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-22 08:47-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/masks.pot b/source/locale/en/pot/masks.pot index f23d25b3e..bf8b79e80 100644 --- a/source/locale/en/pot/masks.pot +++ b/source/locale/en/pot/masks.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-22 08:47-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/multispectral.pot b/source/locale/en/pot/multispectral.pot index e28c85a3d..1c9a87129 100644 --- a/source/locale/en/pot/multispectral.pot +++ b/source/locale/en/pot/multispectral.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-22 19:54-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/outputs.pot b/source/locale/en/pot/outputs.pot index 8e71df49c..946fc8382 100644 --- a/source/locale/en/pot/outputs.pot +++ b/source/locale/en/pot/outputs.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-22 08:47-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/requesting-features.pot b/source/locale/en/pot/requesting-features.pot index 90dbda284..a1a97e3b7 100644 --- a/source/locale/en/pot/requesting-features.pot +++ b/source/locale/en/pot/requesting-features.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-22 19:54-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/resources.pot b/source/locale/en/pot/resources.pot index 0e068818a..3e7d94291 100644 --- a/source/locale/en/pot/resources.pot +++ b/source/locale/en/pot/resources.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-22 19:54-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/source/locale/en/pot/tutorials.pot b/source/locale/en/pot/tutorials.pot index 04c6dbf72..b6524bfe5 100644 --- a/source/locale/en/pot/tutorials.pot +++ b/source/locale/en/pot/tutorials.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: OpenDroneMap 2.5.7\n" +"Project-Id-Version: OpenDroneMap 2.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-07-22 08:47-0400\n" +"POT-Creation-Date: 2021-08-04 10:03-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"