run updatelangpo

pull/167/head
Dan Joseph 2023-01-30 11:00:57 -05:00
rodzic 48bb3da9cf
commit e1d23d431d
102 zmienionych plików z 9656 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,949 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments.rst:9
msgid "Options and Flags"
msgstr ""
#: ../../arguments.rst:12
msgid ":ref:`auto-boundary<auto-boundary>`"
msgstr ""
#: ../../arguments.rst:12
msgid ""
"Automatically set a boundary using camera shot locations to limit the "
"area of the reconstruction. This can help remove far away background "
"artifacts (sky, background landscapes, etc.). See also --boundary. "
"Default: ``False``"
msgstr ""
#: ../../arguments.rst:15
msgid ":ref:`boundary<boundary>` <json>"
msgstr ""
#: ../../arguments.rst:15
msgid ""
"GeoJSON polygon limiting the area of the reconstruction. Can be specified"
" either as path to a GeoJSON file or as a JSON string representing the "
"contents of a GeoJSON file. Default: ``"
msgstr ""
#: ../../arguments.rst:18
msgid ":ref:`build-overviews<build-overviews>`"
msgstr ""
#: ../../arguments.rst:18
msgid ""
"Build orthophoto overviews for faster display in programs such as QGIS. "
"Default: ``False``"
msgstr ""
#: ../../arguments.rst:21
msgid ""
":ref:`camera-lens<camera-lens>` auto | perspective | brown | fisheye |"
" spherical"
msgstr ""
#: ../../arguments.rst:21
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.rst:24
msgid ":ref:`cameras<cameras>` <json>"
msgstr ""
#: ../../arguments.rst:24
msgid ""
"Use the camera parameters computed from another dataset instead of "
"calculating them. Can be specified either as path to a cameras.json file "
"or as a JSON string representing the contents of a cameras.json file. "
"Default: ``"
msgstr ""
#: ../../arguments.rst:27
msgid ":ref:`cog<cog>`"
msgstr ""
#: ../../arguments.rst:27
msgid ""
"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: "
"``False``"
msgstr ""
#: ../../arguments.rst:30
msgid ":ref:`copy-to<copy-to>` <path>"
msgstr ""
#: ../../arguments.rst:30
msgid "Copy output results to this folder after processing."
msgstr ""
#: ../../arguments.rst:33
msgid ":ref:`crop<crop>` <positive float>"
msgstr ""
#: ../../arguments.rst:33
msgid ""
"Automatically crop image outputs by creating a smooth buffer around the "
"dataset boundaries, shrinked by N meters. Use 0 to disable cropping. "
"Default: ``3``"
msgstr ""
#: ../../arguments.rst:36
msgid ":ref:`debug<debug>`"
msgstr ""
#: ../../arguments.rst:36
msgid "Print debug messages. Default: ``False``"
msgstr ""
#: ../../arguments.rst:39
msgid ":ref:`dem-decimation<dem-decimation>` <positive integer>"
msgstr ""
#: ../../arguments.rst:39
#, python-format
msgid ""
"Decimate the points before generating the DEM. 1 is no decimation (full "
"quality). 100 decimates ~99%% of the points. Useful for speeding up "
"generation of DEM results in very large datasets. Default: ``1``"
msgstr ""
#: ../../arguments.rst:42
msgid ":ref:`dem-euclidean-map<dem-euclidean-map>`"
msgstr ""
#: ../../arguments.rst:42
msgid ""
"Computes an euclidean raster map for each DEM. The map reports the "
"distance from each cell to the nearest NODATA value (before any hole "
"filling takes place). This can be useful to isolate the areas that have "
"been filled. Default: ``False``"
msgstr ""
#: ../../arguments.rst:45
msgid ":ref:`dem-gapfill-steps<dem-gapfill-steps>` <positive integer>"
msgstr ""
#: ../../arguments.rst:45
msgid ""
"Number of steps used to fill areas with gaps. Set to 0 to disable gap "
"filling. Starting with a radius equal to the output resolution, N "
"different DEMs are generated with progressively bigger radius using the "
"inverse distance weighted (IDW) algorithm and merged together. Remaining "
"gaps are then merged using nearest neighbor interpolation. Default: ``3``"
msgstr ""
#: ../../arguments.rst:48
msgid ":ref:`dem-resolution<dem-resolution>` <float>"
msgstr ""
#: ../../arguments.rst:48
msgid ""
"DSM/DTM resolution in cm / pixel. Note that this value is capped by a "
"ground sampling distance (GSD) estimate. To remove the cap, check "
"--ignore-gsd also. Default: ``5``"
msgstr ""
#: ../../arguments.rst:51
msgid ":ref:`depthmap-resolution<depthmap-resolution>` <positive float>"
msgstr ""
#: ../../arguments.rst:51
msgid ""
"Legacy option (use --pc-quality instead). Controls the density of the "
"point cloud by setting the resolution of the depthmap images. Higher "
"values take longer to compute but produce denser point clouds. Default: "
"``640``"
msgstr ""
#: ../../arguments.rst:54
msgid ":ref:`dsm<dsm>`"
msgstr ""
#: ../../arguments.rst:54
msgid ""
"Use this tag to build a DSM (Digital Surface Model, ground + objects) "
"using a progressive morphological filter. Check the --dem\\* parameters "
"for finer tuning. Default: ``False``"
msgstr ""
#: ../../arguments.rst:57
msgid ":ref:`dtm<dtm>`"
msgstr ""
#: ../../arguments.rst:57
msgid ""
"Use this tag to build a DTM (Digital Terrain Model, ground only) using a "
"simple morphological filter. Check the --dem\\* and --smrf\\* parameters "
"for finer tuning. Default: ``False``"
msgstr ""
#: ../../arguments.rst:60
msgid ""
":ref:`end-with<end-with>` dataset | split | merge | opensfm | openmvs"
" | odm_filterpoints | odm_meshing | mvs_texturing | "
"odm_georeferencing | odm_dem | odm_orthophoto | odm_report | "
"odm_postprocess"
msgstr ""
#: ../../arguments.rst:60
msgid "End processing at this stage. . Default: ``odm_postprocess``"
msgstr ""
#: ../../arguments.rst:63
msgid ":ref:`fast-orthophoto<fast-orthophoto>`"
msgstr ""
#: ../../arguments.rst:63
msgid ""
"Skips dense reconstruction and 3D model generation. It generates an "
"orthophoto directly from the sparse reconstruction. If you just need an "
"orthophoto and do not need a full 3D model, turn on this option. Default:"
" ``False``"
msgstr ""
#: ../../arguments.rst:66
msgid ""
":ref:`feature-quality<feature-quality>` ultra | high | medium | low |"
" lowest"
msgstr ""
#: ../../arguments.rst:66
msgid ""
"Set feature extraction quality. Higher quality generates better features,"
" but requires more memory and takes longer. . Default: ``high``"
msgstr ""
#: ../../arguments.rst:69
msgid ":ref:`feature-type<feature-type>` akaze | hahog | orb | sift"
msgstr ""
#: ../../arguments.rst:69
msgid ""
"Choose the algorithm for extracting keypoints and computing descriptors. "
". Default: ``sift``"
msgstr ""
#: ../../arguments.rst:72
msgid ":ref:`force-gps<force-gps>`"
msgstr ""
#: ../../arguments.rst:72
msgid ""
"Use images' GPS exif data for reconstruction, even if there are GCPs "
"present.This flag is useful if you have high precision GPS measurements. "
"If there are no GCPs, this flag does nothing. Default: ``False``"
msgstr ""
#: ../../arguments.rst:75
msgid ":ref:`gcp<gcp>` <path string>"
msgstr ""
#: ../../arguments.rst:75
msgid ""
"Path to the file containing the ground control points used for "
"georeferencing. The file needs to use the following format: EPSG:<code> "
"or <+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] "
"[extra1] [extra2]Default: ``None``"
msgstr ""
#: ../../arguments.rst:78
msgid ":ref:`geo<geo>` <path string>"
msgstr ""
#: ../../arguments.rst:78
msgid ""
"Path to the image geolocation file containing the camera center "
"coordinates used for georeferencing. Note that omega/phi/kappa are "
"currently not supported (you can set them to 0). The file needs to use "
"the following format: EPSG:<code> or <+proj definition>image_name geo_x "
"geo_y geo_z [omega (degrees)] [phi (degrees)] [kappa (degrees)] [horz "
"accuracy (meters)] [vert accuracy (meters)]Default: ``None``"
msgstr ""
#: ../../arguments.rst:81
msgid ":ref:`gps-accuracy<gps-accuracy>` <positive float>"
msgstr ""
#: ../../arguments.rst:81
msgid ""
"Set a value in meters for the GPS Dilution of Precision (DOP) information"
" for all images. If your images are tagged with high precision GPS "
"information (RTK), this value will be automatically set accordingly. You "
"can use this option to manually set it in case the reconstruction fails. "
"Lowering this option can sometimes help control bowling-effects over "
"large areas. Default: ``10``"
msgstr ""
#: ../../arguments.rst:84
msgid ":ref:`help<help>`"
msgstr ""
#: ../../arguments.rst:84
msgid "show this help message and exit"
msgstr ""
#: ../../arguments.rst:87
msgid ":ref:`ignore-gsd<ignore-gsd>`"
msgstr ""
#: ../../arguments.rst:87
msgid ""
"Ignore Ground Sampling Distance (GSD). GSD caps the maximum resolution of"
" image outputs and resizes images when necessary, resulting in faster "
"processing and lower memory usage. Since GSD is an estimate, sometimes "
"ignoring it can result in slightly better image output quality. Default: "
"``False``"
msgstr ""
#: ../../arguments.rst:90
msgid ":ref:`matcher-neighbors<matcher-neighbors>` <integer>"
msgstr ""
#: ../../arguments.rst:90
msgid ""
"Number of nearest images to pre-match based on GPS exif data. Set to 0 to"
" skip pre-matching. Default: ``8``"
msgstr ""
#: ../../arguments.rst:93
msgid ":ref:`matcher-type<matcher-type>` bow | bruteforce | flann"
msgstr ""
#: ../../arguments.rst:93
msgid ""
"Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag "
"of Words. FLANN is slower, but more stable. BOW is faster, but can "
"sometimes miss valid matches. BRUTEFORCE is very slow but robust.. "
"Default: ``flann``"
msgstr ""
#: ../../arguments.rst:96
msgid ":ref:`max-concurrency<max-concurrency>` <positive integer>"
msgstr ""
#: ../../arguments.rst:96
msgid ""
"The maximum number of processes to use in various processes. Peak memory "
"requirement is ~1GB per thread and 2 megapixel image resolution. Default:"
" ``4``"
msgstr ""
#: ../../arguments.rst:99
msgid ":ref:`merge<merge>` all | pointcloud | orthophoto | dem"
msgstr ""
#: ../../arguments.rst:99
msgid ""
"Choose what to merge in the merge step in a split dataset. By default all"
" available outputs are merged. Options: ['all', 'pointcloud', "
"'orthophoto', 'dem']. Default: ``all``"
msgstr ""
#: ../../arguments.rst:102
msgid ":ref:`mesh-octree-depth<mesh-octree-depth>` <integer: 1 <= x <= 14>"
msgstr ""
#: ../../arguments.rst:102
msgid ""
"Octree depth used in the mesh reconstruction, increase to get more "
"vertices, recommended values are 8-12. Default: ``11``"
msgstr ""
#: ../../arguments.rst:105
msgid ":ref:`mesh-size<mesh-size>` <positive integer>"
msgstr ""
#: ../../arguments.rst:105
msgid "The maximum vertex count of the output mesh. Default: ``200000``"
msgstr ""
#: ../../arguments.rst:108
msgid ":ref:`min-num-features<min-num-features>` <integer>"
msgstr ""
#: ../../arguments.rst:108
msgid ""
"Minimum number of features to extract per image. More features can be "
"useful for finding more matches between images, potentially allowing the "
"reconstruction of areas with little overlap or insufficient features. "
"More features also slow down processing. Default: ``8000``"
msgstr ""
#: ../../arguments.rst:111
msgid ":ref:`name<name>` <dataset name>"
msgstr ""
#: ../../arguments.rst:111
msgid ""
"Name of dataset (i.e subfolder name within project folder). Default: "
"``code``"
msgstr ""
#: ../../arguments.rst:114
msgid ":ref:`optimize-disk-space<optimize-disk-space>`"
msgstr ""
#: ../../arguments.rst:114
msgid ""
"Delete heavy intermediate files to optimize disk space usage. This "
"affects the ability to restart the pipeline from an intermediate stage, "
"but allows datasets to be processed on machines that don't have "
"sufficient disk space available. Default: ``False``"
msgstr ""
#: ../../arguments.rst:117
msgid ""
":ref:`orthophoto-compression<orthophoto-compression>` JPEG | LZW | "
"PACKBITS | DEFLATE | LZMA | NONE"
msgstr ""
#: ../../arguments.rst:117
msgid "Set the compression to use for orthophotos. . Default: ``DEFLATE``"
msgstr ""
#: ../../arguments.rst:120
msgid ":ref:`orthophoto-cutline<orthophoto-cutline>`"
msgstr ""
#: ../../arguments.rst:120
msgid ""
"Generates a polygon around the cropping area that cuts the orthophoto "
"around the edges of features. This polygon can be useful for stitching "
"seamless mosaics with multiple overlapping orthophotos. Default: "
"``False``"
msgstr ""
#: ../../arguments.rst:123
msgid ":ref:`orthophoto-kmz<orthophoto-kmz>`"
msgstr ""
#: ../../arguments.rst:123
msgid ""
"Set this parameter if you want to generate a Google Earth (KMZ) rendering"
" of the orthophoto. Default: ``False``"
msgstr ""
#: ../../arguments.rst:126
msgid ":ref:`orthophoto-no-tiled<orthophoto-no-tiled>`"
msgstr ""
#: ../../arguments.rst:126
msgid "Set this parameter if you want a striped GeoTIFF. Default: ``False``"
msgstr ""
#: ../../arguments.rst:129
msgid ":ref:`orthophoto-png<orthophoto-png>`"
msgstr ""
#: ../../arguments.rst:129
msgid ""
"Set this parameter if you want to generate a PNG rendering of the "
"orthophoto. Default: ``False``"
msgstr ""
#: ../../arguments.rst:132
msgid ":ref:`orthophoto-resolution<orthophoto-resolution>` <float > 0.0>"
msgstr ""
#: ../../arguments.rst:132
msgid ""
"Orthophoto resolution in cm / pixel. Note that this value is capped by a "
"ground sampling distance (GSD) estimate. To remove the cap, check "
"--ignore-gsd also. Default: ``5``"
msgstr ""
#: ../../arguments.rst:135
msgid ":ref:`pc-classify<pc-classify>`"
msgstr ""
#: ../../arguments.rst:135
msgid ""
"Classify the point cloud outputs using a Simple Morphological Filter. You"
" can control the behavior of this option by tweaking the --dem-\\* "
"parameters. Default: ``False``"
msgstr ""
#: ../../arguments.rst:138
msgid ":ref:`pc-csv<pc-csv>`"
msgstr ""
#: ../../arguments.rst:138
msgid "Export the georeferenced point cloud in CSV format. Default: ``False``"
msgstr ""
#: ../../arguments.rst:141
msgid ":ref:`pc-ept<pc-ept>`"
msgstr ""
#: ../../arguments.rst:141
msgid ""
"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. "
"Default: ``False``"
msgstr ""
#: ../../arguments.rst:144
msgid ":ref:`pc-filter<pc-filter>` <positive float>"
msgstr ""
#: ../../arguments.rst:144
msgid ""
"Filters the point cloud by removing points that deviate more than N "
"standard deviations from the local mean. Set to 0 to disable filtering. "
"Default: ``2.5``"
msgstr ""
#: ../../arguments.rst:147
msgid ":ref:`pc-geometric<pc-geometric>`"
msgstr ""
#: ../../arguments.rst:147
msgid ""
"Improve the accuracy of the point cloud by computing geometrically "
"consistent depthmaps. This increases processing time, but can improve "
"results in urban scenes. Default: ``False``"
msgstr ""
#: ../../arguments.rst:150
msgid ":ref:`pc-las<pc-las>`"
msgstr ""
#: ../../arguments.rst:150
msgid "Export the georeferenced point cloud in LAS format. Default: ``False``"
msgstr ""
#: ../../arguments.rst:153
msgid ":ref:`pc-quality<pc-quality>` ultra | high | medium | low | lowest"
msgstr ""
#: ../../arguments.rst:153
msgid ""
"Set point cloud quality. Higher quality generates better, denser point "
"clouds, but requires more memory and takes longer. Each step up in "
"quality increases processing time roughly by a factor of 4x.. Default: "
"``medium``"
msgstr ""
#: ../../arguments.rst:156
msgid ":ref:`pc-rectify<pc-rectify>`"
msgstr ""
#: ../../arguments.rst:156
msgid ""
"Perform ground rectification on the point cloud. This means that wrongly "
"classified ground points will be re-classified and gaps will be filled. "
"Useful for generating DTMs. Default: ``False``"
msgstr ""
#: ../../arguments.rst:159
msgid ":ref:`pc-sample<pc-sample>` <positive float>"
msgstr ""
#: ../../arguments.rst:159
msgid ""
"Filters the point cloud by keeping only a single point around a radius N "
"(in meters). This can be useful to limit the output resolution of the "
"point cloud and remove duplicate points. Set to 0 to disable sampling. "
"Default: ``0``"
msgstr ""
#: ../../arguments.rst:162
msgid ":ref:`pc-tile<pc-tile>`"
msgstr ""
#: ../../arguments.rst:162
msgid ""
"Reduce the memory usage needed for depthmap fusion by splitting large "
"scenes into tiles. Turn this on if your machine doesn't have much RAM "
"and/or you've set --pc-quality to high or ultra. Experimental. Default: "
"``False``"
msgstr ""
#: ../../arguments.rst:165
msgid ":ref:`primary-band<primary-band>` <string>"
msgstr ""
#: ../../arguments.rst:165
msgid ""
"When processing multispectral datasets, you can specify the name of the "
"primary band that will be used for reconstruction. It's recommended to "
"choose a band which has sharp details and is in focus. Default: ``auto``"
msgstr ""
#: ../../arguments.rst:168
msgid ":ref:`project-path<project-path>` <path>"
msgstr ""
#: ../../arguments.rst:168
msgid ""
"Path to the project folder. Your project folder should contain subfolders"
" for each dataset. Each dataset should have an \"images\" folder."
msgstr ""
#: ../../arguments.rst:171
msgid ""
":ref:`radiometric-calibration<radiometric-calibration>` none | camera |"
" camera+sun"
msgstr ""
#: ../../arguments.rst:171
msgid ""
"Set the radiometric calibration to perform on images. When processing "
"multispectral and thermal images you should set this option to obtain "
"reflectance/temperature values (otherwise you will get digital number "
"values). [camera] applies black level, vignetting, row gradient "
"gain/exposure compensation (if appropriate EXIF tags are found) and "
"computes absolute temperature values. [camera+sun] is experimental, "
"applies all the corrections of [camera], plus compensates for spectral "
"radiance registered via a downwelling light sensor (DLS) taking in "
"consideration the angle of the sun. . Default: ``none``"
msgstr ""
#: ../../arguments.rst:174
msgid ""
":ref:`rerun<rerun>` dataset | split | merge | opensfm | openmvs | "
"odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing |"
" odm_dem | odm_orthophoto | odm_report | odm_postprocess"
msgstr ""
#: ../../arguments.rst:174
msgid "Rerun this stage only and stop. . Default: ``"
msgstr ""
#: ../../arguments.rst:177
msgid ":ref:`rerun-all<rerun-all>`"
msgstr ""
#: ../../arguments.rst:177
msgid "Permanently delete all previous results and rerun the processing pipeline."
msgstr ""
#: ../../arguments.rst:180
msgid ""
":ref:`rerun-from<rerun-from>` dataset | split | merge | opensfm | "
"openmvs | odm_filterpoints | odm_meshing | mvs_texturing | "
"odm_georeferencing | odm_dem | odm_orthophoto | odm_report | "
"odm_postprocess"
msgstr ""
#: ../../arguments.rst:180
msgid "Rerun processing from this stage. . Default: ``"
msgstr ""
#: ../../arguments.rst:183
msgid ":ref:`resize-to<resize-to>` <integer>"
msgstr ""
#: ../../arguments.rst:183
msgid ""
"Legacy option (use --feature-quality instead). Resizes images by the "
"largest side for feature extraction purposes only. Set to -1 to disable. "
"This does not affect the final orthophoto resolution quality and will not"
" resize the original images. Default: ``2048``"
msgstr ""
#: ../../arguments.rst:186
msgid ":ref:`sfm-algorithm<sfm-algorithm>` incremental | triangulation"
msgstr ""
#: ../../arguments.rst:186
msgid ""
"Choose the structure from motion algorithm. For aerial datasets, if "
"camera GPS positions and angles are available, triangulation can generate"
" better results. . Default: ``incremental``"
msgstr ""
#: ../../arguments.rst:189
msgid ":ref:`skip-3dmodel<skip-3dmodel>`"
msgstr ""
#: ../../arguments.rst:189
msgid ""
"Skip generation of a full 3D model. This can save time if you only need "
"2D results such as orthophotos and DEMs. Default: ``False``"
msgstr ""
#: ../../arguments.rst:192
msgid ":ref:`skip-band-alignment<skip-band-alignment>`"
msgstr ""
#: ../../arguments.rst:192
msgid ""
"When processing multispectral datasets, ODM will automatically align the "
"images for each band. If the images have been postprocessed and are "
"already aligned, use this option. Default: ``False``"
msgstr ""
#: ../../arguments.rst:195
msgid ":ref:`skip-orthophoto<skip-orthophoto>`"
msgstr ""
#: ../../arguments.rst:195
msgid ""
"Skip generation of the orthophoto. This can save time if you only need 3D"
" results or DEMs. Default: ``False``"
msgstr ""
#: ../../arguments.rst:198
msgid ":ref:`skip-report<skip-report>`"
msgstr ""
#: ../../arguments.rst:198
msgid ""
"Skip generation of PDF report. This can save time if you don't need a "
"report. Default: ``False``"
msgstr ""
#: ../../arguments.rst:201
msgid ":ref:`sm-cluster<sm-cluster>` <string>"
msgstr ""
#: ../../arguments.rst:201
msgid ""
"URL to a ClusterODM instance for distributing a split-merge workflow on "
"multiple nodes in parallel. Default: ``None``"
msgstr ""
#: ../../arguments.rst:204
msgid ":ref:`smrf-scalar<smrf-scalar>` <positive float>"
msgstr ""
#: ../../arguments.rst:204
msgid "Simple Morphological Filter elevation scalar parameter. Default: ``1.25``"
msgstr ""
#: ../../arguments.rst:207
msgid ":ref:`smrf-slope<smrf-slope>` <positive float>"
msgstr ""
#: ../../arguments.rst:207
msgid ""
"Simple Morphological Filter slope parameter (rise over run). Default: "
"``0.15``"
msgstr ""
#: ../../arguments.rst:210
msgid ":ref:`smrf-threshold<smrf-threshold>` <positive float>"
msgstr ""
#: ../../arguments.rst:210
msgid ""
"Simple Morphological Filter elevation threshold parameter (meters). "
"Default: ``0.5``"
msgstr ""
#: ../../arguments.rst:213
msgid ":ref:`smrf-window<smrf-window>` <positive float>"
msgstr ""
#: ../../arguments.rst:213
msgid ""
"Simple Morphological Filter window radius parameter (meters). Default: "
"``18.0``"
msgstr ""
#: ../../arguments.rst:216
msgid ":ref:`split<split>` <positive integer>"
msgstr ""
#: ../../arguments.rst:216
msgid ""
"Average number of images per submodel. When splitting a large dataset "
"into smaller submodels, images are grouped into clusters. This value "
"regulates the number of images that each cluster should have on average. "
"Default: ``999999``"
msgstr ""
#: ../../arguments.rst:219
msgid ":ref:`split-image-groups<split-image-groups>` <path string>"
msgstr ""
#: ../../arguments.rst:219
msgid ""
"Path to the image groups file that controls how images should be split "
"into groups. The file needs to use the following format: image_name "
"group_nameDefault: ``None``"
msgstr ""
#: ../../arguments.rst:222
msgid ":ref:`split-overlap<split-overlap>` <positive integer>"
msgstr ""
#: ../../arguments.rst:222
msgid ""
"Radius of the overlap between submodels. After grouping images into "
"clusters, images that are closer than this radius to a cluster are added "
"to the cluster. This is done to ensure that neighboring submodels "
"overlap. Default: ``150``"
msgstr ""
#: ../../arguments.rst:225
msgid ":ref:`texturing-data-term<texturing-data-term>` gmi | area"
msgstr ""
#: ../../arguments.rst:225
msgid ""
"When texturing the 3D mesh, for each triangle, choose to prioritize "
"images with sharp features (gmi) or those that cover the largest area "
"(area). Default: ``gmi``"
msgstr ""
#: ../../arguments.rst:228
msgid ":ref:`texturing-keep-unseen-faces<texturing-keep-unseen-faces>`"
msgstr ""
#: ../../arguments.rst:228
msgid ""
"Keep faces in the mesh that are not seen in any camera. Default: "
"``False``"
msgstr ""
#: ../../arguments.rst:231
msgid ""
":ref:`texturing-outlier-removal-type<texturing-outlier-removal-type>` "
"none | gauss_clamping | gauss_damping"
msgstr ""
#: ../../arguments.rst:231
msgid "Type of photometric outlier removal method. . Default: ``gauss_clamping``"
msgstr ""
#: ../../arguments.rst:234
msgid ""
":ref:`texturing-skip-global-seam-leveling<texturing-skip-global-seam-"
"leveling>`"
msgstr ""
#: ../../arguments.rst:234
msgid ""
"Skip normalization of colors across all images. Useful when processing "
"radiometric data. Default: ``False``"
msgstr ""
#: ../../arguments.rst:237
msgid ""
":ref:`texturing-skip-local-seam-leveling<texturing-skip-local-seam-"
"leveling>`"
msgstr ""
#: ../../arguments.rst:237
msgid "Skip the blending of colors near seams. Default: ``False``"
msgstr ""
#: ../../arguments.rst:240
msgid ":ref:`texturing-tone-mapping<texturing-tone-mapping>` none | gamma"
msgstr ""
#: ../../arguments.rst:240
msgid ""
"Turn on gamma tone mapping or none for no tone mapping. Can be one of "
"['none', 'gamma']. Default: ``none``"
msgstr ""
#: ../../arguments.rst:243
msgid ":ref:`tiles<tiles>`"
msgstr ""
#: ../../arguments.rst:243
msgid ""
"Generate static tiles for orthophotos and DEMs that are suitable for "
"viewers like Leaflet or OpenLayers. Default: ``False``"
msgstr ""
#: ../../arguments.rst:246
msgid ":ref:`time<time>`"
msgstr ""
#: ../../arguments.rst:246
msgid "Generates a benchmark file with runtime info. Default: ``False``"
msgstr ""
#: ../../arguments.rst:249
msgid ":ref:`use-3dmesh<use-3dmesh>`"
msgstr ""
#: ../../arguments.rst:249
msgid ""
"Use a full 3D mesh to compute the orthophoto instead of a 2.5D mesh. This"
" option is a bit faster and provides similar results in planar areas. "
"Default: ``False``"
msgstr ""
#: ../../arguments.rst:252
msgid ":ref:`use-exif<use-exif>`"
msgstr ""
#: ../../arguments.rst:252
msgid ""
"Use this tag if you have a GCP File but want to use the EXIF information "
"for georeferencing instead. Default: ``False``"
msgstr ""
#: ../../arguments.rst:255
msgid ":ref:`use-fixed-camera-params<use-fixed-camera-params>`"
msgstr ""
#: ../../arguments.rst:255
msgid ""
"Turn off camera parameter optimization during bundle adjustment. This can"
" be sometimes useful for improving results that exhibit doming/bowling or"
" when images are taken with a rolling shutter camera. Default: ``False``"
msgstr ""
#: ../../arguments.rst:258
msgid ":ref:`use-hybrid-bundle-adjustment<use-hybrid-bundle-adjustment>`"
msgstr ""
#: ../../arguments.rst:258
msgid ""
"Run local bundle adjustment for every image added to the reconstruction "
"and a global adjustment every 100 images. Speeds up reconstruction for "
"very large datasets. Default: ``False``"
msgstr ""
#: ../../arguments.rst:261
msgid ":ref:`verbose<verbose>`"
msgstr ""
#: ../../arguments.rst:261
msgid "Print additional messages to the console. Default: ``False``"
msgstr ""
#: ../../arguments.rst:267
msgid ":ref:`version<version>`"
msgstr ""
#: ../../arguments.rst:264
msgid "Displays version number and exits."
msgstr ""
#: ../../arguments.rst:269
msgid ""
"If you want to add more details to a command, `learn to edit "
"<https://github.com/opendronemap/docs#how-to-make-your-first-"
"contribution>`_ and help improve the matching file in the "
"``arguments_edit`` `project folder "
"<https://github.com/OpenDroneMap/docs/tree/publish/source/arguments_edit>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,181 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/auto-boundary.rst:9
msgid "auto-boundary"
msgstr ""
#: ../../arguments/auto-boundary.rst:13
msgid ""
"Automatically set a boundary using camera shot locations to limit the "
"area of the reconstruction. This can help remove far away background "
"artifacts (sky, background landscapes, etc.). See also --boundary. "
"Default: ``False``"
msgstr ""
#: ../../arguments/auto-boundary.rst:15
msgid "Parameter Type:"
msgstr ""
#: ../../arguments/auto-boundary.rst:16
msgid "**Boolean**"
msgstr ""
#: ../../arguments/auto-boundary.rst:17
msgid "Parameter Domain:"
msgstr ""
#: ../../arguments/auto-boundary.rst:18 ../../arguments/auto-boundary.rst:59
msgid "True: ``--auto-boundary``"
msgstr ""
#: ../../arguments/auto-boundary.rst:19 ../../arguments/auto-boundary.rst:21
#: ../../arguments/auto-boundary.rst:66
msgid "False: ``null``"
msgstr ""
#: ../../arguments/auto-boundary.rst:20
msgid "Parameter Default:"
msgstr ""
#: ../../arguments/auto-boundary.rst:26
msgid "Resource"
msgstr ""
#: ../../arguments/auto-boundary.rst:26
msgid "Impact"
msgstr ""
#: ../../arguments/auto-boundary.rst:28
msgid "CPU"
msgstr ""
#: ../../arguments/auto-boundary.rst:28 ../../arguments/auto-boundary.rst:31
#: ../../arguments/auto-boundary.rst:32
msgid "●○○ | Low"
msgstr ""
#: ../../arguments/auto-boundary.rst:29
msgid "GPU"
msgstr ""
#: ../../arguments/auto-boundary.rst:29 ../../arguments/auto-boundary.rst:30
msgid "○○○ | None"
msgstr ""
#: ../../arguments/auto-boundary.rst:30
msgid "HDD"
msgstr ""
#: ../../arguments/auto-boundary.rst:31
msgid "RAM"
msgstr ""
#: ../../arguments/auto-boundary.rst:32
msgid "Time"
msgstr ""
#: ../../arguments/auto-boundary.rst:38
msgid "What Is Auto-Boundary?"
msgstr ""
#: ../../arguments/auto-boundary.rst:39
msgid ""
"``--auto-boundary`` is a process that seeks to limit the boundaries of "
"the reconstruction based upon a K-Means filtered Convex Hull buffered by "
"20x the mean GSD of the dataset."
msgstr ""
#: ../../arguments/auto-boundary.rst:42
msgid "When Is Auto-Boundary Helpful?"
msgstr ""
#: ../../arguments/auto-boundary.rst:43
msgid ""
"``--auto-boundary`` is appropriate to use on any dataset where one might "
"possibly consider limiting the area of reconstruction due to the presence"
" of sky or far-away background that they would not normally consider part"
" of the desired reconstruction."
msgstr ""
#: ../../arguments/auto-boundary.rst:45
msgid ""
"``--auto-boundary`` does not have a meaningful impact on nadir (or near-"
"nadir) imagery without sky/background, making it superflous, but safe, to"
" include."
msgstr ""
#: ../../arguments/auto-boundary.rst:47
msgid ""
"In other words, if you would consider masking the image, ``--auto-"
"boundary`` is likely a good choice."
msgstr ""
#: ../../arguments/auto-boundary.rst:50
msgid "Why would one use auto-boundary?"
msgstr ""
#: ../../arguments/auto-boundary.rst:51
msgid ""
"Auto-Boundary is most helpful in preventing the reconstruction area from "
"growing needlessly large when things like sky, clouds, or far-away "
"features like treelines get included in the reconstruction."
msgstr ""
#: ../../arguments/auto-boundary.rst:53
msgid ""
"By preventing the boundaries of the reconstruction from growing "
"needlessly large, Out-Of-Memory errors become far less likely, and one "
"will likely see a decrease in processing time due to the smaller area "
"being reconstructed."
msgstr ""
#: ../../arguments/auto-boundary.rst:56
msgid "Example Images"
msgstr ""
#: ../../arguments/auto-boundary.rst:63 ../../arguments/auto-boundary.rst:70
msgid ""
"WebODM displaying the reconstruction extent of a terrestrial orbit survey"
" of a Northern Catalpa tree."
msgstr ""
#: ../../arguments/auto-boundary.rst:63
msgid ""
"The WebODM 3D View shows the full extent of the reconstruction, bounded "
"by the ``--auto-boundary`` option."
msgstr ""
#: ../../arguments/auto-boundary.rst:70
msgid ""
"The WebODM 3D View shows the full extent of the recosntruction. Compared "
"to the ``--auto-boundary`` reconstruction above, one can see that the "
"full reconstruction area is much larger (and therefore more visually "
"sparse)."
msgstr ""
#: ../../arguments/auto-boundary.rst:74
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/auto-boundary.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,568 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/boundary.rst:9
msgid "boundary"
msgstr ""
#: ../../arguments/boundary.rst:11
msgid "**Options:** *<json>*"
msgstr ""
#: ../../arguments/boundary.rst:13
msgid ""
"GeoJSON polygon limiting the area of the reconstruction. Can be specified"
" either as path to a GeoJSON file or as a JSON string representing the "
"contents of a GeoJSON file. Default: ``"
msgstr ""
#: ../../arguments/boundary.rst:15
msgid "Parameter Type:"
msgstr ""
#: ../../arguments/boundary.rst:16
msgid "**String**"
msgstr ""
#: ../../arguments/boundary.rst:17
msgid "Parameter Domain:"
msgstr ""
#: ../../arguments/boundary.rst:18
msgid "True: ``GeoJSON{}``"
msgstr ""
#: ../../arguments/boundary.rst:19 ../../arguments/boundary.rst:21
#: ../../arguments/boundary.rst:261
msgid "False: ``null``"
msgstr ""
#: ../../arguments/boundary.rst:20
msgid "Parameter Default:"
msgstr ""
#: ../../arguments/boundary.rst:26
msgid "Resource"
msgstr ""
#: ../../arguments/boundary.rst:26
msgid "Impact"
msgstr ""
#: ../../arguments/boundary.rst:28
msgid "CPU"
msgstr ""
#: ../../arguments/boundary.rst:28 ../../arguments/boundary.rst:32
msgid "●●○ | Medium"
msgstr ""
#: ../../arguments/boundary.rst:29
msgid "GPU"
msgstr ""
#: ../../arguments/boundary.rst:29 ../../arguments/boundary.rst:30
msgid "○○○ | None"
msgstr ""
#: ../../arguments/boundary.rst:30
msgid "HDD"
msgstr ""
#: ../../arguments/boundary.rst:31
msgid "RAM"
msgstr ""
#: ../../arguments/boundary.rst:31
msgid "●○○ | Low"
msgstr ""
#: ../../arguments/boundary.rst:32
msgid "Time"
msgstr ""
#: ../../arguments/boundary.rst:38
msgid "What is Boundary [GeoJSON]?"
msgstr ""
#: ../../arguments/boundary.rst:39
msgid ""
"The ``--boundary`` argument serves to constrain and \"crop\" all final "
"output products of a processing task to the bounding box created by the "
"GeoJSON string that is passed to the ``--boundary`` argument."
msgstr ""
#: ../../arguments/boundary.rst:42
msgid "When is Boundary [GeoJSON] appropriate?"
msgstr ""
#: ../../arguments/boundary.rst:43
msgid ""
"Passing a ``--boundary`` GeoJSON is appropriate in any instance where one"
" would want a specific subset of the entire reconstruction area."
msgstr ""
#: ../../arguments/boundary.rst:45
msgid ""
"If you are interested in the complete reconstruction, the ``--auto-"
"boundary`` option would likely be more appropriate."
msgstr ""
#: ../../arguments/boundary.rst:47
msgid ""
"Further, given that the ``--boundary`` is applied after the products are "
"generated (and thereby modifying them), it adds processing time to the "
"dataset, and may not be appropriate if one's primary concern is "
"generating a complete product as fast as possible."
msgstr ""
#: ../../arguments/boundary.rst:50
msgid "Why would one use Boundary [GeoJSON]?"
msgstr ""
#: ../../arguments/boundary.rst:51
msgid ""
"One might want to use the ``--boundary`` function to limit the final "
"products to a predefined Area Of Interest (AOI)."
msgstr ""
#: ../../arguments/boundary.rst:53
msgid ""
"As an example, you are tasked to survey a given property/lot. You decide "
"to include 20m of overfly in your survey so that the reconstruction is "
"clean and with sufficient overlap right up to the property boundaries. "
"However, due to this overfly and your flight height you also capture and "
"reconstruct bordering properties and homes that are not part of your "
"survey AOI. Using a GeoJSON representation of the AOI property's "
"boundary, you would then \"clip\" all of the final products to be just "
"what is inside the GeoJSON boundary, providing you with a clean, focused,"
" and \"safe\" representation of the survey AOI (and nothing beyond it)."
msgstr ""
#: ../../arguments/boundary.rst:56
msgid "How would one create Boundary [GeoJSON]?"
msgstr ""
#: ../../arguments/boundary.rst:59
msgid "GeoJSON.io"
msgstr ""
#: ../../arguments/boundary.rst:61
msgid "`http://geojson.io <http://geojson.io>`_"
msgstr ""
#: ../../arguments/boundary.rst:61
msgid "*A quick, simple webapp for creating GeoJSON files.*"
msgstr ""
#: ../../arguments/boundary.rst:64
msgid "New GeoJSON"
msgstr ""
#: ../../arguments/boundary.rst:68
msgid "GeoJSON.io interface with empty GeoJSON map and text."
msgstr ""
#: ../../arguments/boundary.rst:68
msgid ""
"After opening the above link to GeoJSON.io, one should pan and zoom the "
"map preview to find their area of interest."
msgstr ""
#: ../../arguments/boundary.rst:71
msgid "Creating A Polygon"
msgstr ""
#: ../../arguments/boundary.rst:75
msgid "Choosing the \"Draw Polygon\" menu option in the Map View."
msgstr ""
#: ../../arguments/boundary.rst:75
msgid ""
"Selecting the \"Draw Polygon\" menu option will allow you to place "
"verticies for your polygon by left-clicking on the map."
msgstr ""
#: ../../arguments/boundary.rst:78
msgid "Placing Verticies"
msgstr ""
#: ../../arguments/boundary.rst:82
msgid "Placing verticies in the Map View to create the boundary GeoJSON."
msgstr ""
#: ../../arguments/boundary.rst:82
msgid ""
"Choose the appropriate locations of the boundary of your polygon by left-"
"clicking on the map to place a vertex. You can place as many vertices as "
"you require."
msgstr ""
#: ../../arguments/boundary.rst:85
msgid "Completing A Polygon"
msgstr ""
#: ../../arguments/boundary.rst:89
msgid "Completed polygon in the Map View and GeoJSON text view."
msgstr ""
#: ../../arguments/boundary.rst:89
msgid ""
"To close the polygon, you left-click on your first vertex. You will be "
"able to close your polygon once you have placed at least three vertices "
"on the map. A completed polygon will have a different representation than"
" one that is in-progress. It will have a darker border and a fill, "
"implying that it is now a \"solid\" polygon. If your polygon looks like "
"this, you are ready to save it."
msgstr ""
#: ../../arguments/boundary.rst:93
msgid "Saving A Polygon"
msgstr ""
msgid "Saving the polygon using the Save menu and choosing GeoJSON."
msgstr ""
#: ../../arguments/boundary.rst:97
msgid ""
"Select \"Save\" and then \"GeoJSON\" to save the completed GeoJSON "
"boundary to disk. Your browser will prompt or otherwise alert you that "
"the file is ready to download. Alternatively, you can copy and paste the "
"text-only representation of the GeoJSON boundary from the right panel "
"with the \"JSON\" header."
msgstr ""
#: ../../arguments/boundary.rst:99
msgid "Example GeoJSON textual representation:"
msgstr ""
#: ../../arguments/boundary.rst:140
msgid "Downloading A Polygon"
msgstr ""
#: ../../arguments/boundary.rst:144
msgid "Browser Download/Save file prompt for the generated GeoJSON file."
msgstr ""
#: ../../arguments/boundary.rst:144
msgid ""
"Once the GeoJSON file has been chosen for saving, the browser will prompt"
" you to save it to disk. Choose an appropriate location where you can "
"access it at a later time to load into WebODM."
msgstr ""
#: ../../arguments/boundary.rst:147
msgid "Setting Boundary [GeoJSON] In Task Options"
msgstr ""
#: ../../arguments/boundary.rst:151
msgid "Task Options preview showing Boundary field and \"Load\" icon."
msgstr ""
#: ../../arguments/boundary.rst:151
msgid ""
"When you are editing the Task Options for your Task, you can choose to "
"load the Boundary [GeoJSON] created above by clicking the \"Load\" icon. "
"Alternatively, you can paste the textual representation of the boundary "
"into the Boundary [GeoJSON] text box."
msgstr ""
#: ../../arguments/boundary.rst:154
msgid "Boundary [GeoJSON] Loaded In Task Options"
msgstr ""
#: ../../arguments/boundary.rst:158
msgid "Task Options preview showing loaded Boundary with GeoJSON text."
msgstr ""
#: ../../arguments/boundary.rst:158
msgid ""
"Once the Boundary [GeoJSON] has been loaded from disk or pasted from the "
"system clipboard, you can confirm its presence by seeing the text in the "
"text box. You can now save the Task Options to enable the Boundary "
"[GeoJSON] for the processing Task."
msgstr ""
#: ../../arguments/boundary.rst:161
msgid "QGIS"
msgstr ""
#: ../../arguments/boundary.rst:163
msgid ""
"`https://qgis.org/en/site/forusers/download.html "
"<https://qgis.org/en/site/forusers/download.html>`_"
msgstr ""
#: ../../arguments/boundary.rst:163
msgid "*A Free and Open Source Geographic Information System.*"
msgstr ""
#: ../../arguments/boundary.rst:166
msgid "Creating A New Temporary Scratch Layer"
msgstr ""
#: ../../arguments/boundary.rst:170
msgid ""
"Choosing the \"Create A Temporary Scratch Layer\" tool to make an empty "
"layer to create our Boundary [GeoJSON] within."
msgstr ""
#: ../../arguments/boundary.rst:170
msgid ""
"You will first need a layer to create your Boundary [GeoJSON] within, so "
"creating a New Temporary Scratch layer is a way to do this without "
"needing to setup a file on disk first."
msgstr ""
#: ../../arguments/boundary.rst:173
msgid "New Temporary Scratch Layer Geometry Type"
msgstr ""
#: ../../arguments/boundary.rst:177
msgid "Setting \"Polygon\" as the Geometry Type for the Temporary Scratch Layer."
msgstr ""
#: ../../arguments/boundary.rst:177
msgid ""
"There are numerous choices of geometry types that can be represented by a"
" given layer. OpenDroneMap is designed to work with Single Polygon, so "
"you will choose Polygon from the Geometry Type menu."
msgstr ""
#: ../../arguments/boundary.rst:180
msgid "New Temporary Scratch Layer Settings"
msgstr ""
#: ../../arguments/boundary.rst:184
msgid "Leaving the remaining settings in their Default state."
msgstr ""
#: ../../arguments/boundary.rst:184
msgid ""
"Similar to Geometry Types, there are a large number of settings and "
"options you can adjust for a Temporary Scratch Layer. You should leave "
"these at their pictured defaults for usage with OpenDroneMap."
msgstr ""
#: ../../arguments/boundary.rst:187
msgid "Adding an Orthophoto Background"
msgstr ""
#: ../../arguments/boundary.rst:191
msgid ""
"Browsing to a generated Orthophoto from WebODM that covers the Area Of "
"Interest (AOI)."
msgstr ""
#: ../../arguments/boundary.rst:191
msgid ""
"If you have run the task already without a Boundary [GeoJSON], you can "
"load the generated Orthophoto from OpenDroneMap into QGIS to use as your "
"basemap for creating your Boundary [GeoJSON]. This should ensure that "
"your boundary polygon exactly matches the data in your Task, as different"
" basemaps can have errors of 1-10m or more. If have not generated an "
"Orthophoto for your Area Of Interest (AOI), you can use one of the "
"various methods within QGIS to add a basemap. Just be mindful of possible"
" differences in location, angle, skew, scale, and other registration "
"changes that can occur between your data and a basemap provider's data."
msgstr ""
#: ../../arguments/boundary.rst:195
msgid "Adding A Polyon Feature"
msgstr ""
#: ../../arguments/boundary.rst:199
msgid ""
"Selecting the \"Add A Polygon Feature\" tool to begin creating a boundary"
" polygon."
msgstr ""
#: ../../arguments/boundary.rst:199
msgid ""
"After selecting the \"Add A Polygon Feature\" tool, you can begin placing"
" vertices on the map to create your boundary. To finish your polygon, you"
" will right-click on the canvas. Similar to GeoJSON.io, a finished "
"polygon will have a darker outline and a darker fill to indicate that it "
"is \"solid\"."
msgstr ""
#: ../../arguments/boundary.rst:202
msgid "Toggle Editing Off"
msgstr ""
#: ../../arguments/boundary.rst:206
msgid ""
"Clicking the \"Toggle Editing\" tool will prompt you to save your changes"
" to the Temporary Scratch Layer."
msgstr ""
#: ../../arguments/boundary.rst:206
msgid ""
"Once you are finished with your boundary polygon, you can click the "
"\"Toggle Editing\" tool to accept your changes and write them out to the "
"Temporary Scratch Layer and make the layer valid for saving/exporting to "
"disk."
msgstr ""
#: ../../arguments/boundary.rst:209
msgid "Save Changes To Temporary Scratch Layer"
msgstr ""
#: ../../arguments/boundary.rst:213
msgid ""
"QGIS Dialog asking you to Save your changes to the Temporary Scratch "
"Layer."
msgstr ""
#: ../../arguments/boundary.rst:213
msgid ""
"Clicking Save on this dialog will write the changes to the Temporary "
"Scratch Layer and enable export/save functionality."
msgstr ""
#: ../../arguments/boundary.rst:216
msgid "Export Temporary Scratch Layer Features"
msgstr ""
#: ../../arguments/boundary.rst:220
msgid ""
"A right-click on the Temporary Scratch Layer in the Layers panel will "
"expose the Export menu item, with the Save Features As sub-menu item."
msgstr ""
#: ../../arguments/boundary.rst:220
msgid ""
"Right-click on the Temporary Scratch Layer in the Layers panel to bring "
"up the Export menu and the Save Features As sub-menu item, selecting Save"
" Features As. This will prompt you to choose the export format, location "
"and file name, and settings for your layer."
msgstr ""
#: ../../arguments/boundary.rst:223
msgid "Save Vector Layer As"
msgstr ""
#: ../../arguments/boundary.rst:227
msgid ""
"The \"Save Vector Layer As\" dialog showing Format as GeoJSON, an example"
" of a valid File Name and path, CRS of EPSG:4326 and other default "
"options."
msgstr ""
#: ../../arguments/boundary.rst:227
msgid ""
"This dialog will require you to choose GeoJSON as the format, a valid "
"filename and path for the GeoJSON to be written out to disk with, and a "
"valid CRS. The safest CRS choice with GeoJSON is EPSG:4326, so choose "
"that if it is not chosen by default. All other options should be left as "
"default and do not apply for OpenDroneMap usage."
msgstr ""
#: ../../arguments/boundary.rst:230
msgid "Example Images"
msgstr ""
#: ../../arguments/boundary.rst:233
msgid "True: ``--boundary [GeoJSON]`` - Point Cloud"
msgstr ""
#: ../../arguments/boundary.rst:237
msgid ""
"WebODM displaying the \"clipped\" reconstruction of the Brighton Beach "
"dataset Point Cloud."
msgstr ""
#: ../../arguments/boundary.rst:237
msgid ""
"The WebODM 3D View shows the modified extent of the reconstruction Point "
"Cloud, bounded by the GeoJSON proivded to the ``--boundary`` option."
msgstr ""
#: ../../arguments/boundary.rst:240
msgid "True: ``--boundary [GeoJSON]`` - Orthophoto"
msgstr ""
#: ../../arguments/boundary.rst:244
msgid ""
"WebODM displaying the \"clipped\" reconstruction of the Brighton Beach "
"dataset Orthophoto."
msgstr ""
#: ../../arguments/boundary.rst:244
msgid ""
"The WebODM 3D View shows the modified extent of the reconstruction "
"Orthophoto, bounded by the GeoJSON proivded to the ``--boundary`` option."
msgstr ""
#: ../../arguments/boundary.rst:247
msgid "True: ``--boundary [GeoJSON]`` - Digital Elevation Model"
msgstr ""
#: ../../arguments/boundary.rst:251
msgid ""
"WebODM displaying the \"clipped\" reconstruction of the Brighton Beach "
"dataset Digital Elevation Model."
msgstr ""
#: ../../arguments/boundary.rst:251
msgid ""
"The WebODM 3D View shows the modified extent of the reconstruction "
"Digital Elevation Model, bounded by the GeoJSON proivded to the "
"``--boundary`` option."
msgstr ""
#: ../../arguments/boundary.rst:254
msgid "True: ``--boundary [GeoJSON]`` - 3D Model/Textured Mesh"
msgstr ""
#: ../../arguments/boundary.rst:258
msgid ""
"WebODM displaying the \"clipped\" reconstruction of the Brighton Beach "
"dataset 3D Model/Textured Mesh."
msgstr ""
#: ../../arguments/boundary.rst:258
msgid ""
"The WebODM 3D View shows the modified extent of the reconstruction 3D "
"Model/Textured Mesh, bounded by the GeoJSON proivded to the "
"``--boundary`` option."
msgstr ""
#: ../../arguments/boundary.rst:265
msgid ""
"WebODM displaying the full reconstruction of the Brighton Beach dataset "
"Point Cloud."
msgstr ""
#: ../../arguments/boundary.rst:265
msgid ""
"The WebODM 3D View shows the full extent of the recosntruction. Compared "
"to the ``--boundary`` reconstruction above, one can see that the full "
"reconstruction area is much larger and includes many features outside of "
"the Area Of Interest used to generate the GeoJSON."
msgstr ""
#: ../../arguments/boundary.rst:269
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/boundary.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,187 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/build-overviews.rst:9
msgid "build-overviews"
msgstr ""
#: ../../arguments/build-overviews.rst:13
msgid ""
"Build orthophoto overviews for faster display in programs such as QGIS. "
"Default: ``False``"
msgstr ""
#: ../../arguments/build-overviews.rst:15
msgid "Parameter Type:"
msgstr ""
#: ../../arguments/build-overviews.rst:16
msgid "**Boolean**"
msgstr ""
#: ../../arguments/build-overviews.rst:17
msgid "Parameter Domain:"
msgstr ""
#: ../../arguments/build-overviews.rst:18
#: ../../arguments/build-overviews.rst:62
msgid "True: ``--build-overviews``"
msgstr ""
#: ../../arguments/build-overviews.rst:19
#: ../../arguments/build-overviews.rst:21
#: ../../arguments/build-overviews.rst:69
msgid "False: ``null``"
msgstr ""
#: ../../arguments/build-overviews.rst:20
msgid "Parameter Default:"
msgstr ""
#: ../../arguments/build-overviews.rst:26
msgid "Resource"
msgstr ""
#: ../../arguments/build-overviews.rst:26
msgid "Impact"
msgstr ""
#: ../../arguments/build-overviews.rst:28
msgid "CPU"
msgstr ""
#: ../../arguments/build-overviews.rst:28
#: ../../arguments/build-overviews.rst:30
#: ../../arguments/build-overviews.rst:31
#: ../../arguments/build-overviews.rst:32
msgid "●●○ | Medium"
msgstr ""
#: ../../arguments/build-overviews.rst:29
msgid "GPU"
msgstr ""
#: ../../arguments/build-overviews.rst:29
msgid "○○○ | None"
msgstr ""
#: ../../arguments/build-overviews.rst:30
msgid "HDD"
msgstr ""
#: ../../arguments/build-overviews.rst:31
msgid "RAM"
msgstr ""
#: ../../arguments/build-overviews.rst:32
msgid "Time"
msgstr ""
#: ../../arguments/build-overviews.rst:38
msgid "What Are Overviews?"
msgstr ""
#: ../../arguments/build-overviews.rst:39
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/build-overviews.rst:41
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/build-overviews.rst:43
msgid "In the case of OpenDroneMap, the Overviews will always be internal."
msgstr ""
#: ../../arguments/build-overviews.rst:46
msgid "When are Overviews appropriate?"
msgstr ""
#: ../../arguments/build-overviews.rst:47
msgid ""
"One would likely want to use Overviews for nearly every instance, with "
"some few (relatively rare) exceptions."
msgstr ""
#: ../../arguments/build-overviews.rst:49
msgid "Small File Size is paramount"
msgstr ""
#: ../../arguments/build-overviews.rst:50
msgid "Reading software does not support internal Overviews"
msgstr ""
#: ../../arguments/build-overviews.rst:53
msgid "Why would one use Overviews?"
msgstr ""
#: ../../arguments/build-overviews.rst:54
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/build-overviews.rst:56
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/build-overviews.rst:59
msgid "Example Images"
msgstr ""
#: ../../arguments/build-overviews.rst:66
msgid "QGIS displaying the generated Overviews"
msgstr ""
#: ../../arguments/build-overviews.rst:66
msgid ""
"The Layer Properties panel demonstrates that this OpenDroneMap-generated "
"GeoTIFF has internal Overviews."
msgstr ""
#: ../../arguments/build-overviews.rst:73
msgid "QGIS displaying the file is lacking Overviews"
msgstr ""
#: ../../arguments/build-overviews.rst:73
msgid ""
"The Layer Properties panel demonstrates that this OpenDroneMap-generated "
"GeoTIFF lacks internal Overviews."
msgstr ""
#: ../../arguments/build-overviews.rst:76
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/build-overviews.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,242 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/camera-lens.rst:9
msgid "camera-lens"
msgstr ""
#: ../../arguments/camera-lens.rst:11
msgid "**Options:** *auto | perspective | brown | fisheye | spherical*"
msgstr ""
#: ../../arguments/camera-lens.rst:13
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/camera-lens.rst:15
msgid "Parameter Type:"
msgstr ""
#: ../../arguments/camera-lens.rst:16
msgid "**String**"
msgstr ""
#: ../../arguments/camera-lens.rst:17
msgid "Parameter Domain:"
msgstr ""
#: ../../arguments/camera-lens.rst:18
msgid "``auto`` : Automatic selection of best camera projection model."
msgstr ""
#: ../../arguments/camera-lens.rst:19
msgid "``brown`` : Robust rectilinear projection model. Preferred by ``auto``."
msgstr ""
#: ../../arguments/camera-lens.rst:20
msgid "``fisheye`` : Wide-angle / non-rectilinear projection model."
msgstr ""
#: ../../arguments/camera-lens.rst:21
msgid "``perspective`` : Legacy rectilinear projection model."
msgstr ""
#: ../../arguments/camera-lens.rst:22
msgid "``spherical`` : 360° camera projection model."
msgstr ""
#: ../../arguments/camera-lens.rst:23
msgid "Parameter Default:"
msgstr ""
#: ../../arguments/camera-lens.rst:24
msgid "``auto``"
msgstr ""
#: ../../arguments/camera-lens.rst:29
msgid "Resource"
msgstr ""
#: ../../arguments/camera-lens.rst:29
msgid "Impact"
msgstr ""
#: ../../arguments/camera-lens.rst:31
msgid "CPU"
msgstr ""
#: ../../arguments/camera-lens.rst:31 ../../arguments/camera-lens.rst:33
#: ../../arguments/camera-lens.rst:34 ../../arguments/camera-lens.rst:35
msgid "●○○ | Low"
msgstr ""
#: ../../arguments/camera-lens.rst:32
msgid "GPU"
msgstr ""
#: ../../arguments/camera-lens.rst:32
msgid "○○○ | None"
msgstr ""
#: ../../arguments/camera-lens.rst:33
msgid "HDD"
msgstr ""
#: ../../arguments/camera-lens.rst:34
msgid "RAM"
msgstr ""
#: ../../arguments/camera-lens.rst:35
msgid "Time"
msgstr ""
#: ../../arguments/camera-lens.rst:41
msgid "What Are Camera Lens Models?"
msgstr ""
#: ../../arguments/camera-lens.rst:42
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/camera-lens.rst:45
msgid "When are manual selections appropriate?"
msgstr ""
#: ../../arguments/camera-lens.rst:46
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/camera-lens.rst:49
msgid "Why would one use a particular Camera Lens Model?"
msgstr ""
#: ../../arguments/camera-lens.rst:50
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/camera-lens.rst:53
msgid "Example Images"
msgstr ""
#: ../../arguments/camera-lens.rst:55
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/camera-lens.rst:58
msgid "``auto`` : Rectilinear Data"
msgstr ""
#: ../../arguments/camera-lens.rst:62
msgid "Rectilinear data rendered by ``auto`` Camera Lens Model"
msgstr ""
#: ../../arguments/camera-lens.rst:62
msgid ""
"This Point Cloud shows a proper reconstruction via the ``auto`` "
"(``brown``) Camera Lens Model, which is appropriate for this sensor."
msgstr ""
#: ../../arguments/camera-lens.rst:65
msgid "``brown`` : Rectilinear Data"
msgstr ""
#: ../../arguments/camera-lens.rst:69
msgid "Rectilinear data rendered by ``brown`` Camera Lens Model"
msgstr ""
#: ../../arguments/camera-lens.rst:69
msgid ""
"As in the prior example, this Point Cloud is reconstructed via the "
"``brown`` Camera Lens Model."
msgstr ""
#: ../../arguments/camera-lens.rst:72
msgid "``fisheye`` : Rectilinear Data"
msgstr ""
#: ../../arguments/camera-lens.rst:76
msgid "Rectilinear data rendered by ``fisheye`` Camera Lens Model"
msgstr ""
#: ../../arguments/camera-lens.rst:76
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/camera-lens.rst:79
msgid "``perspective`` : Rectilinear Data"
msgstr ""
#: ../../arguments/camera-lens.rst:84
msgid "Rectilinear data rendered by ``perspective`` Camera Lens Model"
msgstr ""
#: ../../arguments/camera-lens.rst:84
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/camera-lens.rst:87
msgid "``spherical`` : Rectilinear Data"
msgstr ""
#: ../../arguments/camera-lens.rst:92
msgid "Rectilinear data rendered by ``spherical`` Camera Lens Model"
msgstr ""
#: ../../arguments/camera-lens.rst:92
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:95
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/camera-lens.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/cameras.rst:9
msgid "cameras"
msgstr ""
#: ../../arguments/cameras.rst:11
msgid "**Options:** *<json>*"
msgstr ""
#: ../../arguments/cameras.rst:13
msgid ""
"Use the camera parameters computed from another dataset instead of "
"calculating them. Can be specified either as path to a cameras.json file "
"or as a JSON string representing the contents of a cameras.json file. "
"Default: ``"
msgstr ""
#: ../../arguments/cameras.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/cameras.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,216 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/cog.rst:9
msgid "cog"
msgstr ""
#: ../../arguments/cog.rst:13
msgid ""
"Create Cloud-Optimized GeoTIFFs instead of normal GeoTIFFs. Default: "
"``False``"
msgstr ""
#: ../../arguments/cog.rst:15
msgid "Parameter Type:"
msgstr ""
#: ../../arguments/cog.rst:16
msgid "**Boolean**"
msgstr ""
#: ../../arguments/cog.rst:17
msgid "Parameter Domain:"
msgstr ""
#: ../../arguments/cog.rst:18 ../../arguments/cog.rst:57
msgid "True: ``--cog``"
msgstr ""
#: ../../arguments/cog.rst:19 ../../arguments/cog.rst:21
#: ../../arguments/cog.rst:74
msgid "False: ``null``"
msgstr ""
#: ../../arguments/cog.rst:20
msgid "Parameter Default:"
msgstr ""
#: ../../arguments/cog.rst:26
msgid "Resource"
msgstr ""
#: ../../arguments/cog.rst:26
msgid "Impact"
msgstr ""
#: ../../arguments/cog.rst:28
msgid "CPU"
msgstr ""
#: ../../arguments/cog.rst:28 ../../arguments/cog.rst:30
#: ../../arguments/cog.rst:31 ../../arguments/cog.rst:32
msgid "●●○ | Medium"
msgstr ""
#: ../../arguments/cog.rst:29
msgid "GPU"
msgstr ""
#: ../../arguments/cog.rst:29
msgid "○○○ | None"
msgstr ""
#: ../../arguments/cog.rst:30
msgid "HDD"
msgstr ""
#: ../../arguments/cog.rst:31
msgid "RAM"
msgstr ""
#: ../../arguments/cog.rst:32
msgid "Time"
msgstr ""
#: ../../arguments/cog.rst:38
msgid "What Are Cloud Optimized GeoTIFFs (COGs)?"
msgstr ""
#: ../../arguments/cog.rst:39
msgid ""
"Cloud Optimized GeoTIFFs (COGs hereafter) are a special formulation of "
"GeoTIFF files that take advantage of internal overivews as well as tiling"
" (and various forms of compression)."
msgstr ""
#: ../../arguments/cog.rst:41
msgid ""
"In the case of WebODM, all GeoTIFFs will be generated as COGs because the"
" 2D Map View uses the special attributes of COGs to enable rapid display "
"and preview of the data generated by WebODM."
msgstr ""
#: ../../arguments/cog.rst:44
msgid "When are COGs appropriate?"
msgstr ""
#: ../../arguments/cog.rst:45
msgid ""
"COGs are most appropriate when the GeoTIFF is going to be hosted online "
"and/or accessed by a program which can take advantage of HTTP GetRange "
"Requests and/or internal overviews and tiles."
msgstr ""
#: ../../arguments/cog.rst:48
msgid "Why would one use COGs?"
msgstr ""
#: ../../arguments/cog.rst:49
msgid ""
"The COG structure (internal overviews and tiling) allows for rapid "
"viewing of the data in programs which are capable of reading tiled data "
"and overviews (most GIS software [QGIS etc]). This advantage holds true "
"whether or not the file is hosted online and served via HTTP or whether "
"it is stored locally."
msgstr ""
#: ../../arguments/cog.rst:51
msgid ""
"With these features in place, a COG should display much more quickly in a"
" given application than a more legacy formatted GeoTIFF with no overviews"
" and striped structure."
msgstr ""
#: ../../arguments/cog.rst:54
msgid "Example Images"
msgstr ""
#: ../../arguments/cog.rst:61
msgid "GDAL Info showing LAYOUT=COG"
msgstr ""
#: ../../arguments/cog.rst:61
msgid ""
"The Raster Information tool in QGIS can print information from gdalinfo "
"which can be used to confirm the conformance of a GeoTIFF to the COG "
"spec."
msgstr ""
#: ../../arguments/cog.rst:66
msgid "QGIS Layer Properties showing Internal Overviews"
msgstr ""
#: ../../arguments/cog.rst:66
msgid ""
"The Layer Properties panel can show that there are in fact internal "
"overviews. Keep in mind that not every GeoTIFF has internal overviews, "
"but every COG must."
msgstr ""
#: ../../arguments/cog.rst:71
msgid "QGIS Layer Properties showing an on-disk file size of 8.78 MB"
msgstr ""
#: ../../arguments/cog.rst:71
msgid ""
"Note that the on-disk file size is 8.78 MB for the COG due to the "
"presence of internal overviews when compared to the 6.30 MB of the non-"
"COG GeoTIFF below."
msgstr ""
#: ../../arguments/cog.rst:78
msgid "GDAL Info not showing LAYOUT=COG"
msgstr ""
#: ../../arguments/cog.rst:78
msgid ""
"The Raster Information tool in QGIS does not show LAYOUT=COG, which "
"indicates that this GeoTIFF does not meet the COG spec."
msgstr ""
#: ../../arguments/cog.rst:83
msgid "QGIS Layer Properties not showing Internal Overviews"
msgstr ""
#: ../../arguments/cog.rst:83
msgid ""
"The Layer Properties panel shows that the GeoTIFF lacks all levels of "
"Internal Pyramids."
msgstr ""
#: ../../arguments/cog.rst:88
msgid "QGIS Layer Properties showing an on-disk file size of 6.30 MB"
msgstr ""
#: ../../arguments/cog.rst:88
msgid ""
"Note that the on-disk file size is 6.30 MB for the COG due to the lack of"
" internal overviews when compared to the 8.78 MB of the COG GeoTIFF "
"above."
msgstr ""
#: ../../arguments/cog.rst:92
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/cog.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,40 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/copy-to.rst:9
msgid "copy-to"
msgstr ""
#: ../../arguments/copy-to.rst:11
msgid "**Options:** *<path>*"
msgstr ""
#: ../../arguments/copy-to.rst:13
msgid "Copy output results to this folder after processing."
msgstr ""
#: ../../arguments/copy-to.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/copy-to.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/crop.rst:9
msgid "crop"
msgstr ""
#: ../../arguments/crop.rst:11
msgid "**Options:** *<positive float>*"
msgstr ""
#: ../../arguments/crop.rst:13
msgid ""
"Automatically crop image outputs by creating a smooth buffer around the "
"dataset boundaries, shrinked by N meters. Use 0 to disable cropping. "
"Default: ``3``"
msgstr ""
#: ../../arguments/crop.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/crop.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/debug.rst:9
msgid "debug"
msgstr ""
#: ../../arguments/debug.rst:13
msgid "Print debug messages. Default: ``False``"
msgstr ""
#: ../../arguments/debug.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/debug.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,44 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/dem-decimation.rst:9
msgid "dem-decimation"
msgstr ""
#: ../../arguments/dem-decimation.rst:11
msgid "**Options:** *<positive integer>*"
msgstr ""
#: ../../arguments/dem-decimation.rst:13
#, python-format
msgid ""
"Decimate the points before generating the DEM. 1 is no decimation (full "
"quality). 100 decimates ~99%% of the points. Useful for speeding up "
"generation of DEM results in very large datasets. Default: ``1``"
msgstr ""
#: ../../arguments/dem-decimation.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/dem-decimation.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,40 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/dem-euclidean-map.rst:9
msgid "dem-euclidean-map"
msgstr ""
#: ../../arguments/dem-euclidean-map.rst:13
msgid ""
"Computes an euclidean raster map for each DEM. The map reports the "
"distance from each cell to the nearest NODATA value (before any hole "
"filling takes place). This can be useful to isolate the areas that have "
"been filled. Default: ``False``"
msgstr ""
#: ../../arguments/dem-euclidean-map.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/dem-euclidean-map.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,45 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/dem-gapfill-steps.rst:9
msgid "dem-gapfill-steps"
msgstr ""
#: ../../arguments/dem-gapfill-steps.rst:11
msgid "**Options:** *<positive integer>*"
msgstr ""
#: ../../arguments/dem-gapfill-steps.rst:13
msgid ""
"Number of steps used to fill areas with gaps. Set to 0 to disable gap "
"filling. Starting with a radius equal to the output resolution, N "
"different DEMs are generated with progressively bigger radius using the "
"inverse distance weighted (IDW) algorithm and merged together. Remaining "
"gaps are then merged using nearest neighbor interpolation. Default: ``3``"
msgstr ""
#: ../../arguments/dem-gapfill-steps.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/dem-gapfill-steps.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/dem-resolution.rst:9
msgid "dem-resolution"
msgstr ""
#: ../../arguments/dem-resolution.rst:11
msgid "**Options:** *<float>*"
msgstr ""
#: ../../arguments/dem-resolution.rst:13
msgid ""
"DSM/DTM resolution in cm / pixel. Note that this value is capped by a "
"ground sampling distance (GSD) estimate. To remove the cap, check "
"--ignore-gsd also. Default: ``5``"
msgstr ""
#: ../../arguments/dem-resolution.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/dem-resolution.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,44 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/depthmap-resolution.rst:9
msgid "depthmap-resolution"
msgstr ""
#: ../../arguments/depthmap-resolution.rst:11
msgid "**Options:** *<positive float>*"
msgstr ""
#: ../../arguments/depthmap-resolution.rst:13
msgid ""
"Legacy option (use --pc-quality instead). Controls the density of the "
"point cloud by setting the resolution of the depthmap images. Higher "
"values take longer to compute but produce denser point clouds. Default: "
"``640``"
msgstr ""
#: ../../arguments/depthmap-resolution.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/depthmap-resolution.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/dsm.rst:9
msgid "dsm"
msgstr ""
#: ../../arguments/dsm.rst:13
msgid ""
"Use this tag to build a DSM (Digital Surface Model, ground + objects) "
"using a progressive morphological filter. Check the --dem\\* parameters "
"for finer tuning. Default: ``False``"
msgstr ""
#: ../../arguments/dsm.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/dsm.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/dtm.rst:9
msgid "dtm"
msgstr ""
#: ../../arguments/dtm.rst:13
msgid ""
"Use this tag to build a DTM (Digital Terrain Model, ground only) using a "
"simple morphological filter. Check the --dem\\* and --smrf\\* parameters "
"for finer tuning. Default: ``False``"
msgstr ""
#: ../../arguments/dtm.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/dtm.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/end-with.rst:9
msgid "end-with"
msgstr ""
#: ../../arguments/end-with.rst:11
msgid ""
"**Options:** *dataset | split | merge | opensfm | openmvs | "
"odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing |"
" odm_dem | odm_orthophoto | odm_report | odm_postprocess*"
msgstr ""
#: ../../arguments/end-with.rst:13
msgid "End processing at this stage. . Default: ``odm_postprocess``"
msgstr ""
#: ../../arguments/end-with.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/end-with.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,40 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/fast-orthophoto.rst:9
msgid "fast-orthophoto"
msgstr ""
#: ../../arguments/fast-orthophoto.rst:13
msgid ""
"Skips dense reconstruction and 3D model generation. It generates an "
"orthophoto directly from the sparse reconstruction. If you just need an "
"orthophoto and do not need a full 3D model, turn on this option. Default:"
" ``False``"
msgstr ""
#: ../../arguments/fast-orthophoto.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/fast-orthophoto.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/feature-quality.rst:9
msgid "feature-quality"
msgstr ""
#: ../../arguments/feature-quality.rst:11
msgid "**Options:** *ultra | high | medium | low | lowest*"
msgstr ""
#: ../../arguments/feature-quality.rst:13
msgid ""
"Set feature extraction quality. Higher quality generates better features,"
" but requires more memory and takes longer. . Default: ``high``"
msgstr ""
#: ../../arguments/feature-quality.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/feature-quality.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/feature-type.rst:9
msgid "feature-type"
msgstr ""
#: ../../arguments/feature-type.rst:11
msgid "**Options:** *akaze | hahog | orb | sift*"
msgstr ""
#: ../../arguments/feature-type.rst:13
msgid ""
"Choose the algorithm for extracting keypoints and computing descriptors. "
". Default: ``sift``"
msgstr ""
#: ../../arguments/feature-type.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/feature-type.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,39 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/force-gps.rst:9
msgid "force-gps"
msgstr ""
#: ../../arguments/force-gps.rst:13
msgid ""
"Use images' GPS exif data for reconstruction, even if there are GCPs "
"present.This flag is useful if you have high precision GPS measurements. "
"If there are no GCPs, this flag does nothing. Default: ``False``"
msgstr ""
#: ../../arguments/force-gps.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/force-gps.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/gcp.rst:9
msgid "gcp"
msgstr ""
#: ../../arguments/gcp.rst:11
msgid "**Options:** *<path string>*"
msgstr ""
#: ../../arguments/gcp.rst:13
msgid ""
"Path to the file containing the ground control points used for "
"georeferencing. The file needs to use the following format: EPSG:<code> "
"or <+proj definition>geo_x geo_y geo_z im_x im_y image_name [gcp_name] "
"[extra1] [extra2]Default: ``None``"
msgstr ""
#: ../../arguments/gcp.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/gcp.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,45 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/geo.rst:9
msgid "geo"
msgstr ""
#: ../../arguments/geo.rst:11
msgid "**Options:** *<path string>*"
msgstr ""
#: ../../arguments/geo.rst:13
msgid ""
"Path to the image geolocation file containing the camera center "
"coordinates used for georeferencing. Note that omega/phi/kappa are "
"currently not supported (you can set them to 0). The file needs to use "
"the following format: EPSG:<code> or <+proj definition>image_name geo_x "
"geo_y geo_z [omega (degrees)] [phi (degrees)] [kappa (degrees)] [horz "
"accuracy (meters)] [vert accuracy (meters)]Default: ``None``"
msgstr ""
#: ../../arguments/geo.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/geo.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,46 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/gps-accuracy.rst:9
msgid "gps-accuracy"
msgstr ""
#: ../../arguments/gps-accuracy.rst:11
msgid "**Options:** *<positive float>*"
msgstr ""
#: ../../arguments/gps-accuracy.rst:13
msgid ""
"Set a value in meters for the GPS Dilution of Precision (DOP) information"
" for all images. If your images are tagged with high precision GPS "
"information (RTK), this value will be automatically set accordingly. You "
"can use this option to manually set it in case the reconstruction fails. "
"Lowering this option can sometimes help control bowling-effects over "
"large areas. Default: ``10``"
msgstr ""
#: ../../arguments/gps-accuracy.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/gps-accuracy.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/help.rst:9
msgid "help"
msgstr ""
#: ../../arguments/help.rst:13
msgid "show this help message and exit"
msgstr ""
#: ../../arguments/help.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/help.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,41 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/ignore-gsd.rst:9
msgid "ignore-gsd"
msgstr ""
#: ../../arguments/ignore-gsd.rst:13
msgid ""
"Ignore Ground Sampling Distance (GSD). GSD caps the maximum resolution of"
" image outputs and resizes images when necessary, resulting in faster "
"processing and lower memory usage. Since GSD is an estimate, sometimes "
"ignoring it can result in slightly better image output quality. Default: "
"``False``"
msgstr ""
#: ../../arguments/ignore-gsd.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/ignore-gsd.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/matcher-distance.rst:9
msgid "matcher-distance"
msgstr ""
#: ../../arguments/matcher-distance.rst:11
msgid "**Options:** *<integer>*"
msgstr ""
#: ../../arguments/matcher-distance.rst:13
msgid ""
"Distance threshold in meters to find pre-matching images based on GPS "
"exif data. Set both matcher-neighbors and this to 0 to skip pre-matching."
" Default: ``0``"
msgstr ""
#: ../../arguments/matcher-distance.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/matcher-distance.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/matcher-neighbors.rst:9
msgid "matcher-neighbors"
msgstr ""
#: ../../arguments/matcher-neighbors.rst:11
msgid "**Options:** *<integer>*"
msgstr ""
#: ../../arguments/matcher-neighbors.rst:13
msgid ""
"Number of nearest images to pre-match based on GPS exif data. Set to 0 to"
" skip pre-matching. Default: ``8``"
msgstr ""
#: ../../arguments/matcher-neighbors.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/matcher-neighbors.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,44 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/matcher-type.rst:9
msgid "matcher-type"
msgstr ""
#: ../../arguments/matcher-type.rst:11
msgid "**Options:** *bow | bruteforce | flann*"
msgstr ""
#: ../../arguments/matcher-type.rst:13
msgid ""
"Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag "
"of Words. FLANN is slower, but more stable. BOW is faster, but can "
"sometimes miss valid matches. BRUTEFORCE is very slow but robust.. "
"Default: ``flann``"
msgstr ""
#: ../../arguments/matcher-type.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/matcher-type.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/max-concurrency.rst:9
msgid "max-concurrency"
msgstr ""
#: ../../arguments/max-concurrency.rst:11
msgid "**Options:** *<positive integer>*"
msgstr ""
#: ../../arguments/max-concurrency.rst:13
msgid ""
"The maximum number of processes to use in various processes. Peak memory "
"requirement is ~1GB per thread and 2 megapixel image resolution. Default:"
" ``4``"
msgstr ""
#: ../../arguments/max-concurrency.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/max-concurrency.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/merge.rst:9
msgid "merge"
msgstr ""
#: ../../arguments/merge.rst:11
msgid "**Options:** *all | pointcloud | orthophoto | dem*"
msgstr ""
#: ../../arguments/merge.rst:13
msgid ""
"Choose what to merge in the merge step in a split dataset. By default all"
" available outputs are merged. Options: ['all', 'pointcloud', "
"'orthophoto', 'dem']. Default: ``all``"
msgstr ""
#: ../../arguments/merge.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/merge.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/mesh-octree-depth.rst:9
msgid "mesh-octree-depth"
msgstr ""
#: ../../arguments/mesh-octree-depth.rst:11
msgid "**Options:** *<integer: 1 <= x <= 14>*"
msgstr ""
#: ../../arguments/mesh-octree-depth.rst:13
msgid ""
"Octree depth used in the mesh reconstruction, increase to get more "
"vertices, recommended values are 8-12. Default: ``11``"
msgstr ""
#: ../../arguments/mesh-octree-depth.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/mesh-octree-depth.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,40 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/mesh-size.rst:9
msgid "mesh-size"
msgstr ""
#: ../../arguments/mesh-size.rst:11
msgid "**Options:** *<positive integer>*"
msgstr ""
#: ../../arguments/mesh-size.rst:13
msgid "The maximum vertex count of the output mesh. Default: ``200000``"
msgstr ""
#: ../../arguments/mesh-size.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/mesh-size.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,44 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/min-num-features.rst:9
msgid "min-num-features"
msgstr ""
#: ../../arguments/min-num-features.rst:11
msgid "**Options:** *<integer>*"
msgstr ""
#: ../../arguments/min-num-features.rst:13
msgid ""
"Minimum number of features to extract per image. More features can be "
"useful for finding more matches between images, potentially allowing the "
"reconstruction of areas with little overlap or insufficient features. "
"More features also slow down processing. Default: ``8000``"
msgstr ""
#: ../../arguments/min-num-features.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/min-num-features.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,41 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/name.rst:9
msgid "name"
msgstr ""
#: ../../arguments/name.rst:11
msgid "**Options:** *<dataset name>*"
msgstr ""
#: ../../arguments/name.rst:13
msgid ""
"Name of dataset (i.e subfolder name within project folder). Default: "
"``code``"
msgstr ""
#: ../../arguments/name.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/name.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,40 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/optimize-disk-space.rst:9
msgid "optimize-disk-space"
msgstr ""
#: ../../arguments/optimize-disk-space.rst:13
msgid ""
"Delete heavy intermediate files to optimize disk space usage. This "
"affects the ability to restart the pipeline from an intermediate stage, "
"but allows datasets to be processed on machines that don't have "
"sufficient disk space available. Default: ``False``"
msgstr ""
#: ../../arguments/optimize-disk-space.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/optimize-disk-space.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,40 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/orthophoto-compression.rst:9
msgid "orthophoto-compression"
msgstr ""
#: ../../arguments/orthophoto-compression.rst:11
msgid "**Options:** *JPEG | LZW | PACKBITS | DEFLATE | LZMA | NONE*"
msgstr ""
#: ../../arguments/orthophoto-compression.rst:13
msgid "Set the compression to use for orthophotos. . Default: ``DEFLATE``"
msgstr ""
#: ../../arguments/orthophoto-compression.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/orthophoto-compression.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,40 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/orthophoto-cutline.rst:9
msgid "orthophoto-cutline"
msgstr ""
#: ../../arguments/orthophoto-cutline.rst:13
msgid ""
"Generates a polygon around the cropping area that cuts the orthophoto "
"around the edges of features. This polygon can be useful for stitching "
"seamless mosaics with multiple overlapping orthophotos. Default: "
"``False``"
msgstr ""
#: ../../arguments/orthophoto-cutline.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/orthophoto-cutline.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/orthophoto-kmz.rst:9
msgid "orthophoto-kmz"
msgstr ""
#: ../../arguments/orthophoto-kmz.rst:13
msgid ""
"Set this parameter if you want to generate a Google Earth (KMZ) rendering"
" of the orthophoto. Default: ``False``"
msgstr ""
#: ../../arguments/orthophoto-kmz.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/orthophoto-kmz.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,36 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/orthophoto-no-tiled.rst:9
msgid "orthophoto-no-tiled"
msgstr ""
#: ../../arguments/orthophoto-no-tiled.rst:13
msgid "Set this parameter if you want a striped GeoTIFF. Default: ``False``"
msgstr ""
#: ../../arguments/orthophoto-no-tiled.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/orthophoto-no-tiled.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/orthophoto-png.rst:9
msgid "orthophoto-png"
msgstr ""
#: ../../arguments/orthophoto-png.rst:13
msgid ""
"Set this parameter if you want to generate a PNG rendering of the "
"orthophoto. Default: ``False``"
msgstr ""
#: ../../arguments/orthophoto-png.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/orthophoto-png.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/orthophoto-resolution.rst:9
msgid "orthophoto-resolution"
msgstr ""
#: ../../arguments/orthophoto-resolution.rst:11
msgid "**Options:** *<float > 0.0>*"
msgstr ""
#: ../../arguments/orthophoto-resolution.rst:13
msgid ""
"Orthophoto resolution in cm / pixel. Note that this value is capped by a "
"ground sampling distance (GSD) estimate. To remove the cap, check "
"--ignore-gsd also. Default: ``5``"
msgstr ""
#: ../../arguments/orthophoto-resolution.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/orthophoto-resolution.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,39 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/pc-classify.rst:9
msgid "pc-classify"
msgstr ""
#: ../../arguments/pc-classify.rst:13
msgid ""
"Classify the point cloud outputs using a Simple Morphological Filter. You"
" can control the behavior of this option by tweaking the --dem-\\* "
"parameters. Default: ``False``"
msgstr ""
#: ../../arguments/pc-classify.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/pc-classify.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,36 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/pc-csv.rst:9
msgid "pc-csv"
msgstr ""
#: ../../arguments/pc-csv.rst:13
msgid "Export the georeferenced point cloud in CSV format. Default: ``False``"
msgstr ""
#: ../../arguments/pc-csv.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/pc-csv.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/pc-ept.rst:9
msgid "pc-ept"
msgstr ""
#: ../../arguments/pc-ept.rst:13
msgid ""
"Export the georeferenced point cloud in Entwine Point Tile (EPT) format. "
"Default: ``False``"
msgstr ""
#: ../../arguments/pc-ept.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/pc-ept.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/pc-filter.rst:9
msgid "pc-filter"
msgstr ""
#: ../../arguments/pc-filter.rst:11
msgid "**Options:** *<positive float>*"
msgstr ""
#: ../../arguments/pc-filter.rst:13
msgid ""
"Filters the point cloud by removing points that deviate more than N "
"standard deviations from the local mean. Set to 0 to disable filtering. "
"Default: ``2.5``"
msgstr ""
#: ../../arguments/pc-filter.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/pc-filter.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,39 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/pc-geometric.rst:9
msgid "pc-geometric"
msgstr ""
#: ../../arguments/pc-geometric.rst:13
msgid ""
"Improve the accuracy of the point cloud by computing geometrically "
"consistent depthmaps. This increases processing time, but can improve "
"results in urban scenes. Default: ``False``"
msgstr ""
#: ../../arguments/pc-geometric.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/pc-geometric.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,36 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/pc-las.rst:9
msgid "pc-las"
msgstr ""
#: ../../arguments/pc-las.rst:13
msgid "Export the georeferenced point cloud in LAS format. Default: ``False``"
msgstr ""
#: ../../arguments/pc-las.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/pc-las.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,44 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/pc-quality.rst:9
msgid "pc-quality"
msgstr ""
#: ../../arguments/pc-quality.rst:11
msgid "**Options:** *ultra | high | medium | low | lowest*"
msgstr ""
#: ../../arguments/pc-quality.rst:13
msgid ""
"Set point cloud quality. Higher quality generates better, denser point "
"clouds, but requires more memory and takes longer. Each step up in "
"quality increases processing time roughly by a factor of 4x.. Default: "
"``medium``"
msgstr ""
#: ../../arguments/pc-quality.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/pc-quality.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,39 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/pc-rectify.rst:9
msgid "pc-rectify"
msgstr ""
#: ../../arguments/pc-rectify.rst:13
msgid ""
"Perform ground rectification on the point cloud. This means that wrongly "
"classified ground points will be re-classified and gaps will be filled. "
"Useful for generating DTMs. Default: ``False``"
msgstr ""
#: ../../arguments/pc-rectify.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/pc-rectify.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,44 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/pc-sample.rst:9
msgid "pc-sample"
msgstr ""
#: ../../arguments/pc-sample.rst:11
msgid "**Options:** *<positive float>*"
msgstr ""
#: ../../arguments/pc-sample.rst:13
msgid ""
"Filters the point cloud by keeping only a single point around a radius N "
"(in meters). This can be useful to limit the output resolution of the "
"point cloud and remove duplicate points. Set to 0 to disable sampling. "
"Default: ``0``"
msgstr ""
#: ../../arguments/pc-sample.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/pc-sample.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,40 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/pc-tile.rst:9
msgid "pc-tile"
msgstr ""
#: ../../arguments/pc-tile.rst:13
msgid ""
"Reduce the memory usage needed for depthmap fusion by splitting large "
"scenes into tiles. Turn this on if your machine doesn't have much RAM "
"and/or you've set --pc-quality to high or ultra. Experimental. Default: "
"``False``"
msgstr ""
#: ../../arguments/pc-tile.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/pc-tile.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/primary-band.rst:9
msgid "primary-band"
msgstr ""
#: ../../arguments/primary-band.rst:11
msgid "**Options:** *<string>*"
msgstr ""
#: ../../arguments/primary-band.rst:13
msgid ""
"When processing multispectral datasets, you can specify the name of the "
"primary band that will be used for reconstruction. It's recommended to "
"choose a band which has sharp details and is in focus. Default: ``auto``"
msgstr ""
#: ../../arguments/primary-band.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/primary-band.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/project-path.rst:9
msgid "project-path"
msgstr ""
#: ../../arguments/project-path.rst:11
msgid "**Options:** *<path>*"
msgstr ""
#: ../../arguments/project-path.rst:13
msgid ""
"Path to the project folder. Your project folder should contain subfolders"
" for each dataset. Each dataset should have an \"images\" folder."
msgstr ""
#: ../../arguments/project-path.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/project-path.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,49 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/radiometric-calibration.rst:9
msgid "radiometric-calibration"
msgstr ""
#: ../../arguments/radiometric-calibration.rst:11
msgid "**Options:** *none | camera | camera+sun*"
msgstr ""
#: ../../arguments/radiometric-calibration.rst:13
msgid ""
"Set the radiometric calibration to perform on images. When processing "
"multispectral and thermal images you should set this option to obtain "
"reflectance/temperature values (otherwise you will get digital number "
"values). [camera] applies black level, vignetting, row gradient "
"gain/exposure compensation (if appropriate EXIF tags are found) and "
"computes absolute temperature values. [camera+sun] is experimental, "
"applies all the corrections of [camera], plus compensates for spectral "
"radiance registered via a downwelling light sensor (DLS) taking in "
"consideration the angle of the sun. . Default: ``none``"
msgstr ""
#: ../../arguments/radiometric-calibration.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/radiometric-calibration.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,36 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/rerun-all.rst:9
msgid "rerun-all"
msgstr ""
#: ../../arguments/rerun-all.rst:13
msgid "Permanently delete all previous results and rerun the processing pipeline."
msgstr ""
#: ../../arguments/rerun-all.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/rerun-all.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/rerun-from.rst:9
msgid "rerun-from"
msgstr ""
#: ../../arguments/rerun-from.rst:11
msgid ""
"**Options:** *dataset | split | merge | opensfm | openmvs | "
"odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing |"
" odm_dem | odm_orthophoto | odm_report | odm_postprocess*"
msgstr ""
#: ../../arguments/rerun-from.rst:13
msgid "Rerun processing from this stage. . Default: ``"
msgstr ""
#: ../../arguments/rerun-from.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/rerun-from.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/rerun.rst:9
msgid "rerun"
msgstr ""
#: ../../arguments/rerun.rst:11
msgid ""
"**Options:** *dataset | split | merge | opensfm | openmvs | "
"odm_filterpoints | odm_meshing | mvs_texturing | odm_georeferencing |"
" odm_dem | odm_orthophoto | odm_report | odm_postprocess*"
msgstr ""
#: ../../arguments/rerun.rst:13
msgid "Rerun this stage only and stop. . Default: ``"
msgstr ""
#: ../../arguments/rerun.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/rerun.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,44 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/resize-to.rst:9
msgid "resize-to"
msgstr ""
#: ../../arguments/resize-to.rst:11
msgid "**Options:** *<integer>*"
msgstr ""
#: ../../arguments/resize-to.rst:13
msgid ""
"Legacy option (use --feature-quality instead). Resizes images by the "
"largest side for feature extraction purposes only. Set to -1 to disable. "
"This does not affect the final orthophoto resolution quality and will not"
" resize the original images. Default: ``2048``"
msgstr ""
#: ../../arguments/resize-to.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/resize-to.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/sfm-algorithm.rst:9
msgid "sfm-algorithm"
msgstr ""
#: ../../arguments/sfm-algorithm.rst:11
msgid "**Options:** *incremental | triangulation*"
msgstr ""
#: ../../arguments/sfm-algorithm.rst:13
msgid ""
"Choose the structure from motion algorithm. For aerial datasets, if "
"camera GPS positions and angles are available, triangulation can generate"
" better results. . Default: ``incremental``"
msgstr ""
#: ../../arguments/sfm-algorithm.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/sfm-algorithm.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/skip-3dmodel.rst:9
msgid "skip-3dmodel"
msgstr ""
#: ../../arguments/skip-3dmodel.rst:13
msgid ""
"Skip generation of a full 3D model. This can save time if you only need "
"2D results such as orthophotos and DEMs. Default: ``False``"
msgstr ""
#: ../../arguments/skip-3dmodel.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/skip-3dmodel.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,39 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/skip-band-alignment.rst:9
msgid "skip-band-alignment"
msgstr ""
#: ../../arguments/skip-band-alignment.rst:13
msgid ""
"When processing multispectral datasets, ODM will automatically align the "
"images for each band. If the images have been postprocessed and are "
"already aligned, use this option. Default: ``False``"
msgstr ""
#: ../../arguments/skip-band-alignment.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/skip-band-alignment.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/skip-orthophoto.rst:9
msgid "skip-orthophoto"
msgstr ""
#: ../../arguments/skip-orthophoto.rst:13
msgid ""
"Skip generation of the orthophoto. This can save time if you only need 3D"
" results or DEMs. Default: ``False``"
msgstr ""
#: ../../arguments/skip-orthophoto.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/skip-orthophoto.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/skip-report.rst:9
msgid "skip-report"
msgstr ""
#: ../../arguments/skip-report.rst:13
msgid ""
"Skip generation of PDF report. This can save time if you don't need a "
"report. Default: ``False``"
msgstr ""
#: ../../arguments/skip-report.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/skip-report.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/sm-cluster.rst:9
msgid "sm-cluster"
msgstr ""
#: ../../arguments/sm-cluster.rst:11
msgid "**Options:** *<string>*"
msgstr ""
#: ../../arguments/sm-cluster.rst:13
msgid ""
"URL to a ClusterODM instance for distributing a split-merge workflow on "
"multiple nodes in parallel. Default: ``None``"
msgstr ""
#: ../../arguments/sm-cluster.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/sm-cluster.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,40 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/smrf-scalar.rst:9
msgid "smrf-scalar"
msgstr ""
#: ../../arguments/smrf-scalar.rst:11
msgid "**Options:** *<positive float>*"
msgstr ""
#: ../../arguments/smrf-scalar.rst:13
msgid "Simple Morphological Filter elevation scalar parameter. Default: ``1.25``"
msgstr ""
#: ../../arguments/smrf-scalar.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/smrf-scalar.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/smrf-slope.rst:9
msgid "smrf-slope"
msgstr ""
#: ../../arguments/smrf-slope.rst:11
msgid "**Options:** *<positive float>*"
msgstr ""
#: ../../arguments/smrf-slope.rst:13
msgid ""
"Simple Morphological Filter slope parameter (rise over run). Default: "
"``0.15``"
msgstr ""
#: ../../arguments/smrf-slope.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/smrf-slope.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/smrf-threshold.rst:9
msgid "smrf-threshold"
msgstr ""
#: ../../arguments/smrf-threshold.rst:11
msgid "**Options:** *<positive float>*"
msgstr ""
#: ../../arguments/smrf-threshold.rst:13
msgid ""
"Simple Morphological Filter elevation threshold parameter (meters). "
"Default: ``0.5``"
msgstr ""
#: ../../arguments/smrf-threshold.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/smrf-threshold.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/smrf-window.rst:9
msgid "smrf-window"
msgstr ""
#: ../../arguments/smrf-window.rst:11
msgid "**Options:** *<positive float>*"
msgstr ""
#: ../../arguments/smrf-window.rst:13
msgid ""
"Simple Morphological Filter window radius parameter (meters). Default: "
"``18.0``"
msgstr ""
#: ../../arguments/smrf-window.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/smrf-window.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/split-image-groups.rst:9
msgid "split-image-groups"
msgstr ""
#: ../../arguments/split-image-groups.rst:11
msgid "**Options:** *<path string>*"
msgstr ""
#: ../../arguments/split-image-groups.rst:13
msgid ""
"Path to the image groups file that controls how images should be split "
"into groups. The file needs to use the following format: image_name "
"group_nameDefault: ``None``"
msgstr ""
#: ../../arguments/split-image-groups.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/split-image-groups.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,44 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/split-overlap.rst:9
msgid "split-overlap"
msgstr ""
#: ../../arguments/split-overlap.rst:11
msgid "**Options:** *<positive integer>*"
msgstr ""
#: ../../arguments/split-overlap.rst:13
msgid ""
"Radius of the overlap between submodels. After grouping images into "
"clusters, images that are closer than this radius to a cluster are added "
"to the cluster. This is done to ensure that neighboring submodels "
"overlap. Default: ``150``"
msgstr ""
#: ../../arguments/split-overlap.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/split-overlap.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/split.rst:9
msgid "split"
msgstr ""
#: ../../arguments/split.rst:11
msgid "**Options:** *<positive integer>*"
msgstr ""
#: ../../arguments/split.rst:13
msgid ""
"Average number of images per submodel. When splitting a large dataset "
"into smaller submodels, images are grouped into clusters. This value "
"regulates the number of images that each cluster should have on average. "
"Default: ``999999``"
msgstr ""
#: ../../arguments/split.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/split.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/texturing-data-term.rst:9
msgid "texturing-data-term"
msgstr ""
#: ../../arguments/texturing-data-term.rst:11
msgid "**Options:** *gmi | area*"
msgstr ""
#: ../../arguments/texturing-data-term.rst:13
msgid ""
"When texturing the 3D mesh, for each triangle, choose to prioritize "
"images with sharp features (gmi) or those that cover the largest area "
"(area). Default: ``gmi``"
msgstr ""
#: ../../arguments/texturing-data-term.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/texturing-data-term.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/texturing-keep-unseen-faces.rst:9
msgid "texturing-keep-unseen-faces"
msgstr ""
#: ../../arguments/texturing-keep-unseen-faces.rst:13
msgid ""
"Keep faces in the mesh that are not seen in any camera. Default: "
"``False``"
msgstr ""
#: ../../arguments/texturing-keep-unseen-faces.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/texturing-keep-unseen-faces.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,40 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/texturing-outlier-removal-type.rst:9
msgid "texturing-outlier-removal-type"
msgstr ""
#: ../../arguments/texturing-outlier-removal-type.rst:11
msgid "**Options:** *none | gauss_clamping | gauss_damping*"
msgstr ""
#: ../../arguments/texturing-outlier-removal-type.rst:13
msgid "Type of photometric outlier removal method. . Default: ``gauss_clamping``"
msgstr ""
#: ../../arguments/texturing-outlier-removal-type.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/texturing-outlier-removal-type.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/texturing-skip-global-seam-leveling.rst:9
msgid "texturing-skip-global-seam-leveling"
msgstr ""
#: ../../arguments/texturing-skip-global-seam-leveling.rst:13
msgid ""
"Skip normalization of colors across all images. Useful when processing "
"radiometric data. Default: ``False``"
msgstr ""
#: ../../arguments/texturing-skip-global-seam-leveling.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/texturing-skip-global-seam-leveling.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,36 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/texturing-skip-local-seam-leveling.rst:9
msgid "texturing-skip-local-seam-leveling"
msgstr ""
#: ../../arguments/texturing-skip-local-seam-leveling.rst:13
msgid "Skip the blending of colors near seams. Default: ``False``"
msgstr ""
#: ../../arguments/texturing-skip-local-seam-leveling.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/texturing-skip-local-seam-leveling.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,42 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/texturing-tone-mapping.rst:9
msgid "texturing-tone-mapping"
msgstr ""
#: ../../arguments/texturing-tone-mapping.rst:11
msgid "**Options:** *none | gamma*"
msgstr ""
#: ../../arguments/texturing-tone-mapping.rst:13
msgid ""
"Turn on gamma tone mapping or none for no tone mapping. Can be one of "
"['none', 'gamma']. Default: ``none``"
msgstr ""
#: ../../arguments/texturing-tone-mapping.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/texturing-tone-mapping.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,37 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/tiles.rst:9
msgid "tiles"
msgstr ""
#: ../../arguments/tiles.rst:13
msgid ""
"Generate static tiles for orthophotos and DEMs that are suitable for "
"viewers like Leaflet or OpenLayers. Default: ``False``"
msgstr ""
#: ../../arguments/tiles.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/tiles.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/time.rst:9
msgid "time"
msgstr ""
#: ../../arguments/time.rst:13
msgid "Generates a benchmark file with runtime info. Default: ``False``"
msgstr ""
#: ../../arguments/time.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/time.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,39 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/use-3dmesh.rst:9
msgid "use-3dmesh"
msgstr ""
#: ../../arguments/use-3dmesh.rst:13
msgid ""
"Use a full 3D mesh to compute the orthophoto instead of a 2.5D mesh. This"
" option is a bit faster and provides similar results in planar areas. "
"Default: ``False``"
msgstr ""
#: ../../arguments/use-3dmesh.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/use-3dmesh.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/use-exif.rst:9
msgid "use-exif"
msgstr ""
#: ../../arguments/use-exif.rst:13
msgid ""
"Use this tag if you have a GCP File but want to use the EXIF information "
"for georeferencing instead. Default: ``False``"
msgstr ""
#: ../../arguments/use-exif.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/use-exif.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,39 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/use-fixed-camera-params.rst:9
msgid "use-fixed-camera-params"
msgstr ""
#: ../../arguments/use-fixed-camera-params.rst:13
msgid ""
"Turn off camera parameter optimization during bundle adjustment. This can"
" be sometimes useful for improving results that exhibit doming/bowling or"
" when images are taken with a rolling shutter camera. Default: ``False``"
msgstr ""
#: ../../arguments/use-fixed-camera-params.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/use-fixed-camera-params.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,39 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/use-hybrid-bundle-adjustment.rst:9
msgid "use-hybrid-bundle-adjustment"
msgstr ""
#: ../../arguments/use-hybrid-bundle-adjustment.rst:13
msgid ""
"Run local bundle adjustment for every image added to the reconstruction "
"and a global adjustment every 100 images. Speeds up reconstruction for "
"very large datasets. Default: ``False``"
msgstr ""
#: ../../arguments/use-hybrid-bundle-adjustment.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit"
"/use-hybrid-bundle-adjustment.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/verbose.rst:9
msgid "verbose"
msgstr ""
#: ../../arguments/verbose.rst:13
msgid "Print additional messages to the console. Default: ``False``"
msgstr ""
#: ../../arguments/verbose.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/verbose.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,35 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../arguments/version.rst:9
msgid "version"
msgstr ""
#: ../../arguments/version.rst:13
msgid "Displays version number and exits."
msgstr ""
#: ../../arguments/version.rst:18
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/arguments_edit/version.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,194 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../contributing.rst:4
msgid "How To Contribute"
msgstr ""
#: ../../contributing.rst:6
msgid ""
"OpenDroneMap relies on community contributions. You can contribute in "
"many ways, even if you are not a programmer."
msgstr ""
#: ../../contributing.rst:9
msgid "Community Forum"
msgstr ""
#: ../../contributing.rst:11
msgid ""
"If you are looking to get involved, are stuck on a problem, or want to "
"reach out, `the forum <https://community.opendronemap.org/>`_ is a great "
"place to start. You may find your questions already answered or else you "
"can find other useful tips and resources. You can also contribute your "
"open access datasets for others to explore. It is a good place go before "
"submitting bug reports or getting in touch with developers before writing"
" a new feature."
msgstr ""
#: ../../contributing.rst:14
msgid "Reporting Bugs"
msgstr ""
#: ../../contributing.rst:16
msgid ""
"Bugs are tracked as Github issues. Please create an issue in the "
"repository and tag it with the Bug tag."
msgstr ""
#: ../../contributing.rst:18
msgid ""
"Explain the problem and include additional details to help maintainers "
"reproduce the problem:"
msgstr ""
#: ../../contributing.rst:20
msgid ""
"**Use a clear and descriptive title** for the issue to identify the "
"problem."
msgstr ""
#: ../../contributing.rst:21
msgid ""
"**Describe the exact steps which reproduce the problem** in as many "
"details as possible. For example, start by explaining how you run ODM "
"(Docker, Vagrant, etc), e.g. which command exactly you used in the "
"terminal. When listing steps, **don't just say what you did, but explain "
"how you did it.**"
msgstr ""
#: ../../contributing.rst:22
msgid ""
"**Provide specific examples to demonstrate the steps.** Include links to "
"files or GitHub projects, or copy/pasteable snippets, which you use in "
"those examples. If you're providing snippets in the issue, use `Markdown "
"code blocks <https://help.github.com/articles/markdown-basics/#multiple-"
"lines>`_."
msgstr ""
#: ../../contributing.rst:23
msgid ""
"**Describe the behavior you observed after following the steps** and "
"point out what exactly is the problem with that behavior."
msgstr ""
#: ../../contributing.rst:24
msgid "**Explain which behavior you expected to see instead and why.**"
msgstr ""
#: ../../contributing.rst:25
msgid ""
"**Include screenshots and animated GIFs** which show you following the "
"described steps and clearly demonstrate the problem. You can use `this "
"tool to record GIFs on macOS and Windows "
"<http://www.cockos.com/licecap/>`_, and `this tool "
"<https://github.com/colinkeenan/silentcast>`_ or `this one "
"<https://github.com/GNOME/byzanz>`_ on Linux."
msgstr ""
#: ../../contributing.rst:26
msgid ""
"**If the problem is related to performance,** please post your machine's "
"specs (host and guest machine)."
msgstr ""
#: ../../contributing.rst:27
msgid ""
"**If the problem wasn't triggered by a specific action,** describe what "
"you were doing before the problem happened and share more information "
"using the guidelines below."
msgstr ""
#: ../../contributing.rst:29
msgid "Include details about your configuration and environment:"
msgstr ""
#: ../../contributing.rst:31
msgid ""
"**Which version of ODM are you using?** A stable release? a clone of "
"master?"
msgstr ""
#: ../../contributing.rst:32
msgid "**What's the name and version of the OS you're using?**"
msgstr ""
#: ../../contributing.rst:33
msgid ""
"**Are you running ODM in a virtual machine or Docker?** If so, which VM "
"software are you using and which operating systems and versions are used "
"for the host and the guest?"
msgstr ""
#: ../../contributing.rst:36
msgid "Template For Submitting Bug Reports"
msgstr ""
#: ../../contributing.rst:69
msgid "Pull Requests"
msgstr ""
#: ../../contributing.rst:71
msgid ""
"Include screenshots and animated GIFs in your pull request whenever "
"possible."
msgstr ""
#: ../../contributing.rst:72
msgid "Follow the PEP8 Python Style Guide."
msgstr ""
#: ../../contributing.rst:73
msgid "End files with a newline."
msgstr ""
#: ../../contributing.rst:76
msgid "Avoid platform-dependent code:"
msgstr ""
#: ../../contributing.rst:75
msgid "Use require('fs-plus').getHomeDirectory() to get the home directory."
msgstr ""
#: ../../contributing.rst:76
msgid "Use path.join() to concatenate filenames."
msgstr ""
#: ../../contributing.rst:77
msgid ""
"Use os.tmpdir() rather than /tmp when you need to reference the temporary"
" directory."
msgstr ""
#: ../../contributing.rst:80
msgid "Using a plain return when returning explicitly at the end of a function."
msgstr ""
#: ../../contributing.rst:79
msgid "Not return null, return undefined, null, or undefined"
msgstr ""
#: ../../contributing.rst:82
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/contributing.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,74 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\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 "
"<http://hugin.sourceforge.net/>`_ 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 "
"<https://github.com/OpenDroneMap/ODM/blob/master/LICENSE>`_. 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 <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/faq.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,76 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../flying.rst:2
msgid "Flying Tips"
msgstr ""
#: ../../flying.rst:4
msgid ""
"The `Humanitarian OpenStreetMap team <https://www.hotosm.org/>`_ has "
"guidelines on `flying for UAV mapping <https://uav-"
"guidelines.openaerialmap.org/>`_:"
msgstr ""
#: ../../flying.rst:6
msgid ""
"`Choosing the right UAV <https://uav-"
"guidelines.openaerialmap.org/pages/05-choosing-the-right-uav/>`_"
msgstr ""
#: ../../flying.rst:8
msgid ""
"`Choosing the right sensor <https://uav-"
"guidelines.openaerialmap.org/pages/06-choosing-the-sensor/>`_"
msgstr ""
#: ../../flying.rst:10
msgid ""
"`Mission preparation <https://uav-guidelines.openaerialmap.org/pages/07"
"-preparing-for-the-uav-mission/>`_"
msgstr ""
#: ../../flying.rst:12
msgid ""
"The guidelines are intended for drone mapping projects on islands, but "
"have general use for all drone mappers."
msgstr ""
#: ../../flying.rst:14
msgid ""
"See also DroneDeploy's guide on `Making Successful Maps "
"<https://support.dronedeploy.com/docs/making-successful-maps>`_, which "
"provides great tips on mission planning."
msgstr ""
#: ../../flying.rst:16
msgid ""
"Finally, lens distortion is a challenge in projects requiring accurate 3D"
" data. See our section in these docs on `Camera Calibration </tutorials"
"/#calibrating-the-camera>`_."
msgstr ""
#: ../../flying.rst:19
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/flying.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,244 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../gcp.rst:3
msgid "Ground Control Points"
msgstr ""
#: ../../gcp.rst:5
msgid ""
"Ground control points are useful for correcting distortions in the data "
"and referencing the data to know coordinate systems."
msgstr ""
#: ../../gcp.rst:7
msgid ""
"A Ground Control Point (GCP) is a position measurement made on the "
"ground, typically using a high precision GPS. (Toffanin 2019)"
msgstr ""
#: ../../gcp.rst:9
msgid ""
"Ground control points can be set existing structures like pavement "
"corners, lines on a parking lot or contrasting color floor tiles, "
"otherwise can be set using targets placed on the ground."
msgstr ""
#: ../../gcp.rst:11
msgid ""
"Targets can be purchased or build with an ample variety of materials "
"ranging from bucket lids to floor tiles."
msgstr ""
#: ../../gcp.rst:15
msgid "Recommended practices for GCP setting"
msgstr ""
#: ../../gcp.rst:17
msgid ""
"Keep ground control points visible for all camera locations. Consider the"
" expected ground sampling distance, illumination, vegetation, buildings "
"and all the existing obstacles."
msgstr ""
#: ../../gcp.rst:19
msgid ""
"Procure an evenly horizontal distribution of the GCPs within the project,"
" covering high and low elevations. A minimum of 5 GCP works for most of "
"the jobs, and for larger projects 8 – 10 are sufficient. Locate some "
"points near the corners and others in the center, considering that GCP "
"spacing should be larger than the image footprint so that you cant see "
"more than one GCP in a single image."
msgstr ""
#: ../../gcp.rst:21
msgid ""
"In order to ensure each GCP are found in at least 5 images, separate the "
"points 10 to 30 meters from the perimeter of the project. This distance "
"is dependent of the overlapping, so increasing overlapping should reduce "
"the required distance from the perimeter."
msgstr ""
#: ../../gcp.rst:25
msgid "GCP file format"
msgstr ""
#: ../../gcp.rst:27
msgid "The format of the GCP file is simple."
msgstr ""
#: ../../gcp.rst:29
msgid ""
"The first line should contain the name of the projection used for the geo"
" coordinates. This can be specified either as a PROJ string (e.g. "
"``+proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs``), EPSG"
" code (e.g. ``EPSG:4326``) or as a ``WGS84 UTM <zone>[N|S]`` value (eg. "
"``WGS84 UTM 16N``)"
msgstr ""
#: ../../gcp.rst:30
msgid ""
"Subsequent lines are the X, Y & Z coordinates, your associated pixels, "
"the image filename and optional extra fields, separated by tabs or "
"spaces:"
msgstr ""
#: ../../gcp.rst:31
msgid "Elevation values can be set to \"NaN\" to indicate no value"
msgstr ""
#: ../../gcp.rst:32
msgid "The 7th column (optional) typically contains the label of the GCP."
msgstr ""
#: ../../gcp.rst:34
msgid "GCP file format::"
msgstr ""
#: ../../gcp.rst:40
msgid "Example::"
msgstr ""
#: ../../gcp.rst:47
msgid ""
"If you supply a GCP file called ``gcp_list.txt`` then ODM will "
"automatically detect it. If it has another name you can specify using "
"``--gcp <path>``. If you have a gcp file and want to do georeferencing "
"with exif instead, then you can specify ``--use-exif``. If you have high "
"precision GPS measurements in your images (RTK) and want to use that "
"information along with a gcp file, you can specify ``--force-gps``."
msgstr ""
#: ../../gcp.rst:49
msgid ""
"`This post has some information about placing Ground Control Targets "
"before a flight <http://diydrones.com/profiles/blogs/ground-control-"
"points-gcps-for-aerial-photography>`_, but if you already have images, "
"you can find your own points in the images post facto. It's important "
"that you find high-contrast objects that are found in **at least** 3 "
"photos, and that you find a minimum of 5 objects."
msgstr ""
#: ../../gcp.rst:51
msgid ""
"Sharp corners are good picks for GCPs. You should also place/find the "
"GCPs evenly around your survey area."
msgstr ""
#: ../../gcp.rst:53
msgid ""
"The ``gcp_list.txt`` file must be created in the base of your project "
"folder."
msgstr ""
#: ../../gcp.rst:55
msgid ""
"For good results your file should have a minimum of 15 lines after the "
"header (5 points with 3 images to each point)."
msgstr ""
#: ../../gcp.rst:59
msgid "User Interfaces"
msgstr ""
#: ../../gcp.rst:61
msgid "You can use one of two user interfaces for creating GCP files:"
msgstr ""
#: ../../gcp.rst:63
msgid "`POSM GCPi <https://github.com/posm/posm-gcpi>`_"
msgstr ""
#: ../../gcp.rst:64
msgid "`GCP Editor Pro <https://github.com/uav4geo/GCPEditorPro>`_"
msgstr ""
#: ../../gcp.rst:68
msgid "POSM GCPi"
msgstr ""
#: ../../gcp.rst:70
msgid ""
"The POSM GCPi is loaded by default on WebODM. An example is available at "
"`the WebODM Demo <http://demo.webodm.org/plugins/posm-gcpi/>`_. To use "
"this with known ground control XYZ values, one would do the following:"
msgstr ""
#: ../../gcp.rst:72
msgid ""
"Create a GCP list that only includes gcp name (this is the label that "
"will be seen in the GCP interface), x, y, and z, with a header with a "
"proj4 string of your GCPs (make sure they are in a planar coordinate "
"system, such as UTM. It should look something like this:"
msgstr ""
#: ../../gcp.rst:83
msgid ""
"Then one can load this GCP list into the interface, load the images, and "
"place each of the GCPs in the image."
msgstr ""
#: ../../gcp.rst:87
msgid "GCP Editor Pro"
msgstr ""
#: ../../gcp.rst:89
msgid ""
"This app needs to be installed separately or can be loaded as a WebODM "
"plugin from `https://github.com/uav4geo/GCPEditorPro "
"<https://github.com/uav4geo/GCPEditorPro>`_"
msgstr ""
#: ../../gcp.rst:91
msgid ""
"Create a CSV file that includes the gcp name, northing, easting and "
"elevation."
msgstr ""
#: ../../gcp.rst:100
msgid ""
"Then import the CSV from the main screen and type ``+proj=utm +zone=37 "
"+south +ellps=WGS84 +datum=WGS84 +units=m +no_defs`` in the ``EPSG/PROJ``"
" box."
msgstr ""
#: ../../gcp.rst:102
msgid ""
"The following screen will display a map from where to select the GCPs to "
"tag and import the respective images."
msgstr ""
#: ../../gcp.rst:106
msgid "References"
msgstr ""
#: ../../gcp.rst:108
msgid ""
"Toffanin, Piero. `Open Drone Map: The Missing Guide. "
"<https://odmbook.com/>`_ MasseranoLabs LLC, 2019."
msgstr ""
#: ../../gcp.rst:111
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/gcp.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,91 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../geo.rst:3
msgid "Image Geolocation Files"
msgstr ""
#: ../../geo.rst:5
msgid ""
"By default ODM will use the GPS information embedded in the images, if it"
" is available. Sometimes images do not contain GPS information, or a user"
" wishes to override the information with more accurate data (such as "
"RTK)."
msgstr ""
#: ../../geo.rst:7
msgid ""
"Starting from ODM ``2.0`` people can supply an image geolocation file "
"(geo) for this purpose."
msgstr ""
#: ../../geo.rst:9
msgid "The format of the image geolocation file is simple."
msgstr ""
#: ../../geo.rst:11
msgid ""
"The first line should contain the name of the projection used for the geo"
" coordinates. This can be specified either as a PROJ string (e.g. "
"``+proj=utm +zone=10 +ellps=WGS84 +datum=WGS84 +units=m +no_defs``), EPSG"
" code (e.g. ``EPSG:4326``) or as a ``WGS84 UTM <zone>[N|S]`` value (eg. "
"``WGS84 UTM 16N``)"
msgstr ""
#: ../../geo.rst:12
msgid ""
"Subsequent lines are the image filename, X, Y & Z (optional) coordinates,"
" the camera angles (optional, currently used only for radiometric "
"calibration) and the horizontal/vertical accuracy (optional):"
msgstr ""
#: ../../geo.rst:13
msgid "Camera angles can be set to ``0`` if they are not available."
msgstr ""
#: ../../geo.rst:14
msgid "The 10th column (optional) can contain extra fields, such as a label."
msgstr ""
#: ../../geo.rst:16
msgid "File format::"
msgstr ""
#: ../../geo.rst:22
msgid "Example::"
msgstr ""
#: ../../geo.rst:30
msgid ""
"If you supply a file called ``geo.txt`` then ODM will automatically "
"detect it. If it has another name you can specify using ``--geo <path>``."
msgstr ""
#: ../../geo.rst:32
msgid "The ``geo.txt`` file must be created in the base of your project folder."
msgstr ""
#: ../../geo.rst:35
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/geo.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,80 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
msgid "OpenDroneMap Logo"
msgstr ""
#: ../../index.rst:8
msgid "Welcome to OpenDroneMap's documentation"
msgstr ""
#: ../../index.rst:13
msgid ""
"There is a `guide <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ on using GitHub to contribute. Anyone is welcome to"
" share their knowledge and improve our documentation. You can also report"
" problems using `GitHub issues "
"<https://github.com/OpenDroneMap/docs/issues>`_."
msgstr ""
#: ../../index.rst:15
msgid ""
"The documentation is available in several languages. Some translations "
"are incomplete and will still display in English. The below languages are"
" at least 20 percent translated. You can help us translate those "
"languages (and other languages!) via Transifex. There is a `getting "
"started guide on GitHub "
"<https://github.com/opendronemap/docs#translations>`_."
msgstr ""
#: ../../index.rst:17
msgid "`English <https://docs.opendronemap.org/>`_"
msgstr ""
#: ../../index.rst:18
msgid "`Filipino <https://docs.opendronemap.org/fil>`_"
msgstr ""
#: ../../index.rst:19
msgid "`French <https://docs.opendronemap.org/fr>`_"
msgstr ""
#: ../../index.rst:20
msgid "`Spanish <https://docs.opendronemap.org/es>`_"
msgstr ""
#: ../../index.rst:21
msgid "`Indonesian <https://docs.opendronemap.org/id>`_"
msgstr ""
#: ../../index.rst:22
msgid "`Swahili <https://docs.opendronemap.org/sw>`_"
msgstr ""
#: ../../index.rst:23
msgid "`Telugu <https://docs.opendronemap.org/te>`_"
msgstr ""
msgid "image of seedling"
msgstr ""
msgid "image of pencil"
msgstr ""

Wyświetl plik

@ -0,0 +1,840 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../installation.rst:4
msgid "Installation and Getting Started"
msgstr ""
#: ../../installation.rst:6
msgid ""
"This section is excerpted and modified with permission from "
"`OpenDroneMap: The Missing Guide <https://odmbook.com>`_, by Piero "
"Toffanin."
msgstr ""
#: ../../installation.rst:8
msgid ""
"Until recently OpenDroneMap was the term used to refer to a single "
"command line application (what is now known as the ODM project). With "
"the recent development of a web interface, an API and other tools, "
"OpenDroneMap has become an ecosystem of various applications to process, "
"analyze and display aerial data. This ecosystem is made of several "
"components:"
msgstr ""
msgid "ODM Logo"
msgstr ""
#: ../../installation.rst:14
msgid ""
"**ODM** is the processing engine, which can be used from the command "
"line. It takes images as input and produces a variety of outputs, "
"including point clouds, 3D models and orthophotos"
msgstr ""
msgid "NodeODM Logo"
msgstr ""
#: ../../installation.rst:20
msgid ""
"**NodeODM** is a light-weight API built on top of ODM. It allows users "
"and applications to access the functions of ODM over a computer network"
msgstr ""
msgid "WebODM Logo"
msgstr ""
#: ../../installation.rst:26
msgid ""
"**WebODM** is a friendly user interface that includes a map viewer, a 3D "
"viewer, user logins, a plugin system and many other features that are "
"expected of modern drone mapping platforms"
msgstr ""
msgid "CloudODM Logo"
msgstr ""
#: ../../installation.rst:32
msgid ""
"**CloudODM** is a small command line client to communicate with ODM via "
"the NodeODM API"
msgstr ""
msgid "PyODM Logo"
msgstr ""
#: ../../installation.rst:38
msgid ""
"**PyODM** is a Python SDK for creating tasks via the NodeODM API. We "
"cover it in more detail in the “Automated Processing With Python” chapter"
msgstr ""
msgid "ClusterODM Logo"
msgstr ""
#: ../../installation.rst:44
msgid ""
"**ClusterODM** is a load balancer for connecting together multiple "
"NodeODM instances"
msgstr ""
#: ../../installation.rst:46
msgid ""
"ODM, NodeODM and WebODM are available on all major platforms (Windows, "
"macOS and Linux) via a program called docker, which is required to run "
"the software. Docker offers a way to run “containers”. Containers are "
"packaged copies of an entire system, its software and its dependencies. "
"These containers run within a virtual environment. On Linux this virtual "
"environment is available from the operating system and is very efficient."
" On macOS and Windows the containers run within a VM, so theres a bit of"
" a overhead. but its still very suitable for running the software. Once "
"installed users do not have to worry much about docker, as it operates "
"(almost) transparently."
msgstr ""
#: ../../installation.rst:48
msgid ""
"Without docker it would not be possible to run ODM on Windows or macOS. "
"On these platforms ODM cannot run natively. Future development efforts "
"are being focused on leveraging the new Windows Subsystem for Linux (WSL)"
" and the possibility to make a native port of all dependencies to macOS, "
"which is going to make the installation much easier."
msgstr ""
#: ../../installation.rst:50
msgid ""
"On Ubuntu Linux 18.04 its feasible to run all OpenDroneMap software "
"natively. However, because theres very little performance penalty for "
"running docker on Linux and docker is straightforward to setup on this "
"platform, we dont recommend it. On Linux the advantages of "
"containerization far outweigh a tiny performance penalty. With docker "
"users also get easy one-step updates of the software, so thats nice."
msgstr ""
#: ../../installation.rst:54
msgid "Hardware Recommendations"
msgstr ""
#: ../../installation.rst:56
msgid "The bare minimum requirements for running the software are:"
msgstr ""
#: ../../installation.rst:59
msgid "64bit CPU manufactured on or after 2010"
msgstr ""
#: ../../installation.rst:60
msgid "20 GB of disk space"
msgstr ""
#: ../../installation.rst:61
msgid "4 GB RAM"
msgstr ""
#: ../../installation.rst:63
msgid ""
"No more than 100-200 images can be processed with the above "
"specifications (the software will run out of memory). Recommended "
"requirements are:"
msgstr ""
#: ../../installation.rst:65
msgid "Latest Generation CPU"
msgstr ""
#: ../../installation.rst:66
msgid "100 GB of disk space"
msgstr ""
#: ../../installation.rst:67
msgid "16 GB RAM"
msgstr ""
#: ../../installation.rst:69
msgid ""
"The above will allow for a few hundred images to be processed without too"
" many issues. A CPU with more cores will allow for faster processing, "
"while a graphics card (GPU) currently has no impact on performance. For "
"processing more images, add more disk space and RAM linearly to the "
"number of images you need to process."
msgstr ""
#: ../../installation.rst:75
msgid "Installation"
msgstr ""
#: ../../installation.rst:77
msgid ""
"We recommend people use `docker <https://www.docker.com>`_ for running "
"ODM, whether you are on Windows, macOS or Linux."
msgstr ""
#: ../../installation.rst:80
msgid "Windows"
msgstr ""
#: ../../installation.rst:82
msgid ""
"To run OpenDroneMap you need at least Windows 7. Previous versions of "
"Windows are not supported."
msgstr ""
#: ../../installation.rst:86 ../../installation.rst:238
msgid "Step 1. Check Virtualization Support"
msgstr ""
#: ../../installation.rst:88
msgid ""
"Docker requires a feature from your CPU called virtualization, which "
"allows it to run virtual machines (VMs). Make sure you have it enabled! "
"Sometimes this is disabled. To check, on Windows 8 or higher you can open"
" the **Task Manager** (press CTRL+SHIFT+ESC) and switch to the "
"**Performance** tab."
msgstr ""
msgid "Image of checking virtualization in Windows 8 or higher"
msgstr ""
#: ../../installation.rst:94
msgid "*Virtualization should be enabled*"
msgstr ""
#: ../../installation.rst:96
msgid ""
"On Windows 7 to see if you have virtualization enabled you can use the "
"`Microsoft® Hardware-Assisted Virtualization Detection Tool <http:// "
"www.microsoft.com/en-us/download/details.aspx?id=592>`_ instead."
msgstr ""
#: ../../installation.rst:99
msgid ""
"If virtualization is disabled, youll need to enable it. The procedure "
"unfortunately is a bit different for each computer model, so the best way"
" to do this is to look up on a search engine “how to enable vtx for <type"
" your computer model here>”. Often times its a matter of restarting the "
"computer, immediately pressing F2 or F12 during startup, navigating the "
"boot menu and changing the settings to enable virtualization (often "
"called “VT-X”)."
msgstr ""
msgid "Table of different bios keys"
msgstr ""
#: ../../installation.rst:105
msgid ""
"*Common keys to press at computer startup to access the boot menu for "
"various PC vendors*"
msgstr ""
#: ../../installation.rst:108 ../../installation.rst:257
msgid "Step 2. Install Requirements"
msgstr ""
#: ../../installation.rst:110
msgid "First, youll need to install:"
msgstr ""
#: ../../installation.rst:112
msgid "Git: https://git-scm.com/downloads"
msgstr ""
#: ../../installation.rst:113
msgid "Python (latest version 3): https://www.python.org/downloads/windows/"
msgstr ""
#: ../../installation.rst:115
msgid ""
"For Python 3, make sure you check **Add Python 3.x to PATH** during the "
"installation."
msgstr ""
msgid "Screenshot of Python3 installation process"
msgstr ""
#: ../../installation.rst:121
msgid ""
"*Dont forget to add the Python executable to your PATH (so that you can "
"run commands with it)*"
msgstr ""
#: ../../installation.rst:123
msgid ""
"Then, only if you are on Windows 10 Home, Windows 8 (any version) or "
"Windows 7 (any version), install:"
msgstr ""
#: ../../installation.rst:125
msgid ""
"Docker Toolbox: "
"https://github.com/docker/toolbox/releases/download/v18.09.3/DockerToolbox-18.09.3.exe"
msgstr ""
#: ../../installation.rst:127
msgid ""
"If you are on Windows 10 Professional or a newer version, you should "
"install instead:"
msgstr ""
#: ../../installation.rst:129
#, python-format
msgid ""
"Docker for Windows: "
"https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe"
msgstr ""
#: ../../installation.rst:131
msgid ""
"Please do **NOT** install both docker programs. They are different and "
"will create a mess if they are both installed."
msgstr ""
#: ../../installation.rst:133
msgid ""
"After installing docker, launch it from the Desktop icon that is created "
"from the installation (**Docker Quickstart** in the case of Docker "
"Toolbox, **Docker for Windows** for Docker for Windows). This is "
"important, do not skip this step. If there are errors, follow the prompts"
" on screen to fix them."
msgstr ""
#: ../../installation.rst:136 ../../installation.rst:299
msgid "Step 3. Check Memory and CPU Allocation"
msgstr ""
#: ../../installation.rst:138
msgid ""
"Docker on Windows works by running a VM in the background (think of a VM "
"as a “computer emulator”). This VM has a certain amount of memory "
"allocated and WebODM can only use as much memory as its allocated."
msgstr ""
#: ../../installation.rst:140
msgid ""
"If you installed Docker Toolbox (see below if you installed Docker for "
"Windows instead):"
msgstr ""
#: ../../installation.rst:142
msgid "Open the **VirtualBox Manager** application"
msgstr ""
#: ../../installation.rst:143
msgid ""
"Right click the **default** VM and press **Close (ACPI Shutdown)** to "
"stop the machine"
msgstr ""
#: ../../installation.rst:144
msgid "Right click the **default** VM and press **Settings...**"
msgstr ""
#: ../../installation.rst:145
#, python-format
msgid ""
"Move the **Base Memory** slider from the **System** panel and allocate "
"60-70% of all available memory, optionally adding 50% of the available "
"processors from the **Processor** tab also"
msgstr ""
msgid "Screenshot of VirtualBox Settings"
msgstr ""
#: ../../installation.rst:151
msgid "*VirtualBox default VM settings*"
msgstr ""
#: ../../installation.rst:153
msgid "Then press **OK**, right click the **default** VM and press **Start**."
msgstr ""
#: ../../installation.rst:155
msgid "If you installed Docker for Windows instead:"
msgstr ""
#: ../../installation.rst:157
msgid "Look in the system tray and right click the “white whale” icon."
msgstr ""
#: ../../installation.rst:158
msgid "From the menu, press **Settings...**"
msgstr ""
#: ../../installation.rst:159
#, python-format
msgid ""
"From the panel, click **Advanced** and use the sliders to allocate 60-70%"
" of available memory and use half of all available CPUs."
msgstr ""
#: ../../installation.rst:160
msgid "Press **Apply**."
msgstr ""
msgid "Screenshot of Docker Icon"
msgstr ""
#: ../../installation.rst:166
msgid "*Step 1 Docker icon*"
msgstr ""
msgid "Screenshot of Docker Settings"
msgstr ""
#: ../../installation.rst:172
msgid "*Step 3 & 4 Docker settings*"
msgstr ""
#: ../../installation.rst:175
msgid "Step 4. Download WebODM"
msgstr ""
#: ../../installation.rst:177
msgid "Open the **Git Gui** program that comes installed with Git. From there:"
msgstr ""
#: ../../installation.rst:179
msgid "When Git Gui opens, click 'Clone Existing Repository' option"
msgstr ""
#: ../../installation.rst:180
msgid "In **Source Location** type: https://github.com/OpenDroneMap/WebODM"
msgstr ""
#: ../../installation.rst:181
msgid ""
"In **Target Directory** click browse and navigate to a folder of your "
"choosing (create one if necessary)"
msgstr ""
#: ../../installation.rst:182
msgid "Press **Clone**"
msgstr ""
msgid "Screenshot of Git Gui"
msgstr ""
#: ../../installation.rst:188
msgid "*Git Gui*"
msgstr ""
#: ../../installation.rst:190
msgid "If the download succeeded, you should now see this window:"
msgstr ""
msgid "Screenshot of Git Gui after successful download"
msgstr ""
#: ../../installation.rst:196
msgid "*Git Gui after successful download (clone)*"
msgstr ""
#: ../../installation.rst:198
msgid ""
"Go to the **Repository** menu, then click **Create Desktop Icon**. This "
"will allow you to come back to this application easily in the future."
msgstr ""
#: ../../installation.rst:201
msgid "Step 4. Launch WebODM"
msgstr ""
#: ../../installation.rst:203
msgid ""
"From Git Gui, go to the **Repository** menu, then click **Git Bash**. "
"From the command line terminal type:"
msgstr ""
#: ../../installation.rst:209
msgid ""
"Several components will download to your machine at this point, including"
" WebODM, NodeODM and ODM. After the download you should be greeted by the"
" following screen:"
msgstr ""
msgid "Screenshot of after successfully downloading WebODM"
msgstr ""
#: ../../installation.rst:215
msgid "*Console output after starting WebODM for the first time*"
msgstr ""
#: ../../installation.rst:217
msgid ""
"If you are using Docker for Windows, open a web browser to "
"http://localhost:8000"
msgstr ""
#: ../../installation.rst:218
msgid ""
"If you are using Docker Toolbox, find the IP address to connect to by "
"typing:"
msgstr ""
#: ../../installation.rst:224
msgid "You should get a result like the following:"
msgstr ""
#: ../../installation.rst:230
msgid ""
"Then connect to http://192.168.1.100:8000 (replacing the IP address with "
"the proper one)."
msgstr ""
#: ../../installation.rst:233
msgid "macOS"
msgstr ""
#: ../../installation.rst:235
msgid ""
"Most modern (post 2010) Mac computers running macOS Sierra 10.12 or "
"higher can run OpenDroneMap using docker, as long as hardware "
"virtualization is supported (see below)."
msgstr ""
#: ../../installation.rst:240
msgid "Open a Terminal window and type:"
msgstr ""
#: ../../installation.rst:246
msgid "You will get a response similar to the following:"
msgstr ""
#: ../../installation.rst:252
msgid ""
"If the result is *kern.hv_support: 1*, then your Mac is supported! "
"Continue with Step 2."
msgstr ""
#: ../../installation.rst:254
msgid ""
"If the result is *kern.hv_support: 0*, unfortunately it means your Mac is"
" too old to run OpenDroneMap. :("
msgstr ""
#: ../../installation.rst:259
msgid "There are only two programs to install:"
msgstr ""
#: ../../installation.rst:261
msgid "Docker: https://download.docker.com/mac/stable/Docker.dmg"
msgstr ""
#: ../../installation.rst:262
msgid "Git: https://sourceforge.net/projects/git-osx-installer/files/"
msgstr ""
#: ../../installation.rst:264
msgid ""
"After installing docker you should find an icon that looks like a whale "
"in the task bar."
msgstr ""
msgid "Screenshot of Docker whale"
msgstr ""
#: ../../installation.rst:270
msgid "*Docker app running*"
msgstr ""
#: ../../installation.rst:272
msgid ""
"You can verify that docker is running properly by opening the "
"**Terminal** app and typing:"
msgstr ""
#: ../../installation.rst:278
msgid "Which should return"
msgstr ""
#: ../../installation.rst:284
msgid "To verify that git is installed, simply type:"
msgstr ""
#: ../../installation.rst:290
msgid "Which should return something similar to the following:"
msgstr ""
#: ../../installation.rst:296
msgid ""
"If you get a “bash: git: command not found”, try to restart your "
"**Terminal** app and double-check for any errors during the install "
"process."
msgstr ""
#: ../../installation.rst:301
msgid ""
"Docker on macOS works by running a VM in the background (think of it as a"
" “computer emulator”). This VM has a certain amount of memory allocated "
"and WebODM can only use as much memory as its allocated."
msgstr ""
#: ../../installation.rst:303
msgid "Right click the whale icon from the task bar and click **Preferences**..."
msgstr ""
#: ../../installation.rst:304
msgid "Select the **Advanced** tab"
msgstr ""
#: ../../installation.rst:305
#, python-format
msgid ""
"Adjust the CPUs slider to use half of all available CPUs and the memory "
"to use 60-70% of all available memory"
msgstr ""
#: ../../installation.rst:306
msgid "Press **Apply & Restart**"
msgstr ""
msgid "Screenshot of Docker advanced settings"
msgstr ""
#: ../../installation.rst:312
msgid "*Docker advanced settings*"
msgstr ""
#: ../../installation.rst:315
msgid "Step 4. Download and Launch WebODM"
msgstr ""
#: ../../installation.rst:317
msgid "From a **Terminal** type:"
msgstr ""
#: ../../installation.rst:325 ../../installation.rst:426
msgid "Then open a web browser to http://localhost:8000."
msgstr ""
#: ../../installation.rst:328
msgid "Linux"
msgstr ""
#: ../../installation.rst:330
msgid ""
"OpenDroneMap can run on any Linux distribution that supports docker. "
"According to `dockers documentation website "
"<https://docs.docker.com/install/>`_ the officially supported "
"distributions are CentOS, Debian, Ubuntu and Fedora, with static binaries"
" available for others. If you have to pick a distribution solely for "
"running OpenDroneMap, Ubuntu is the recommended way to go."
msgstr ""
#: ../../installation.rst:333
msgid "Step 1. Install Requirements"
msgstr ""
#: ../../installation.rst:335
msgid "There are four programs that need to be installed:"
msgstr ""
#: ../../installation.rst:337
msgid "Docker"
msgstr ""
#: ../../installation.rst:338
msgid "Git"
msgstr ""
#: ../../installation.rst:339
msgid "Python (2 or 3)"
msgstr ""
#: ../../installation.rst:340
msgid "Pip"
msgstr ""
#: ../../installation.rst:342
msgid ""
"We cannot possibly cover the installation process for every Linux "
"distribution out there, so well limit the instructions to those that are"
" distributions officially supported by docker. In all cases its just a "
"matter of opening a terminal prompt and typing a few commands."
msgstr ""
#: ../../installation.rst:345
msgid "Install on Ubuntu / Debian"
msgstr ""
#: ../../installation.rst:347 ../../installation.rst:359
#: ../../installation.rst:370 ../../installation.rst:381
msgid "Commands to type:"
msgstr ""
#: ../../installation.rst:357
msgid "Install on CentOS / RHEL"
msgstr ""
#: ../../installation.rst:368
msgid "Install on Fedora"
msgstr ""
#: ../../installation.rst:379
msgid "Install on Arch"
msgstr ""
#: ../../installation.rst:388
msgid "Step 2. Check Additional Requirements"
msgstr ""
#: ../../installation.rst:390
msgid ""
"In addition to the three programs above, the dockercompose script is also"
" needed. Sometimes its already installed with docker, but sometimes it "
"isnt. To verify if its installed try to type:"
msgstr ""
#: ../../installation.rst:396
msgid "You should see somethings similar to the following:"
msgstr ""
#: ../../installation.rst:402
msgid "If instead you get something similar to the following:"
msgstr ""
#: ../../installation.rst:408
msgid "you can install it by using pip:"
msgstr ""
#: ../../installation.rst:416
msgid "Step 3. Download and Launch WebODM"
msgstr ""
#: ../../installation.rst:418
msgid "From a terminal type:"
msgstr ""
#: ../../installation.rst:429
msgid "Basic Commands and Troubleshooting"
msgstr ""
#: ../../installation.rst:431
#, python-format
msgid ""
"The cool thing about using docker is that 99% of the tasks youll ever "
"need to perform while using WebODM can be done via the ./webodm.sh "
"script. You have already encountered one of them:"
msgstr ""
#: ../../installation.rst:437
msgid ""
"which takes care of starting WebODM and setting up a default processing "
"node (node-odm-1). If you want to stop WebODM, you can already guess what"
" the command is:"
msgstr ""
#: ../../installation.rst:443
msgid ""
"There are several other commands you can use, along with different flags."
" Flags are parameters passed to the ./webodm.sh command and are typically"
" prefixed with “–”. The **port** flag for example instructs WebODM to use"
" a different network port:"
msgstr ""
#: ../../installation.rst:449
msgid "Other useful commands are listed below:"
msgstr ""
#: ../../installation.rst:468
msgid ""
"`The community forum <https://community.opendronemap.org>`_ is a great "
"place to ask for help if you get stuck during any of the installation"
" steps and for general questions on using the ./webodm.sh script."
msgstr ""
#: ../../installation.rst:471
msgid "Hello, WebODM!"
msgstr ""
#: ../../installation.rst:473
msgid ""
"After running ./webodm.sh start and opening WebODM in the browser, you "
"will be greeted with a welcome message and will be asked to create the "
"first user. Take some time to familiarize yourself with the web interface"
" and explore its various menus."
msgstr ""
msgid "Screenshot of WebODM Dashboard"
msgstr ""
#: ../../installation.rst:479
msgid "*WebODM Dashboard*"
msgstr ""
#: ../../installation.rst:481
msgid ""
"Notice that under the **Processing Nodes** menu theres a \"node-odm-1\" "
"node already configured for you to use. This is a NodeODM node and has "
"been created automatically by WebODM. This node is running on the same "
"machine as WebODM."
msgstr ""
#: ../../installation.rst:483
msgid ""
"If youve made it this far, congratulations! Now its time to start "
"processing some data."
msgstr ""
msgid "Image of celebratory dance"
msgstr ""
#: ../../installation.rst:490
msgid "Running on more than one machine"
msgstr ""
#: ../../installation.rst:492
msgid ""
"**Optionally:** If you have another computer, you can repeat the "
"installation process (install docker, git, python, etc.) and launch a new"
" NodeODM node by typing from a Terminal/Git Bash window:"
msgstr ""
#: ../../installation.rst:498
msgid ""
"The above command asks docker to launch a new container using the "
"opendronemap/nodeodm image from Docker Hub (the latest version of "
"NodeODM), using port 3000, setting a maximum number of concurrent tasks "
"to 1 and to protect the node from unauthorized access using the password "
"\"secret\"."
msgstr ""
#: ../../installation.rst:500
msgid ""
"From WebODM you can then press the **Add New** button under **Processing "
"Nodes**. For the **hostname/IP** field type the IP of the second "
"computer. For the **port** field type “3000”. For the **token** field "
"type “secret”. You can also add an optional **label** for your node, such"
" as “second computer”. Then press **Save**."
msgstr ""
#: ../../installation.rst:502
msgid ""
"If everything went well, you should now have two processing nodes! You "
"will be able to process multiple tasks in parallel using two different "
"machines."
msgstr ""
#: ../../installation.rst:505
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/installation.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,279 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../large.rst:4
msgid "Splitting Large Datasets"
msgstr ""
#: ../../large.rst:6
msgid ""
"Starting with ODM version ``0.6.0`` you can split up very large datasets "
"into manageable chunks (called submodels), running the pipeline on each "
"chunk, and then producing merged DEMs, orthophotos and point clouds. The "
"process is referred to as \"split-merge\"."
msgstr ""
#: ../../large.rst:8
msgid ""
"Why might you use the split-merge pipeline? If you have a very large "
"number of images in your dataset, split-merge will help make the "
"processing more manageable on a large machine (it will require less "
"memory). If you have many machines all connected to the same network you "
"can also process the submodels in parallel, thus allowing for horizontal "
"scaling and processing thousands of images more quickly."
msgstr ""
#: ../../large.rst:10
msgid ""
"Split-merge works in WebODM out of the box as long as the processing "
"nodes support split-merge, by enabling the ``--split`` option when "
"creating a new task."
msgstr ""
#: ../../large.rst:13
msgid "Calibrate images"
msgstr ""
#: ../../large.rst:15
msgid ""
"Image calibration is recommended (but not required) for large datasets "
"because error propagation due to image distortion could cause a bowl "
"effect on the models. Calibration instructions can be found at "
"`Calibrate Images <tutorials.html#calibrating-the-camera>`_."
msgstr ""
msgid "image of lens distortion effect on bowling of data"
msgstr ""
#: ../../large.rst:21
msgid ""
"Bowling effect on point cloud over 13,000+ image dataset collected by "
"World Bank Tanzania over the flood prone Msimbasi Basin, Dar es Salaam, "
"Tanzania."
msgstr ""
#: ../../large.rst:24
msgid "Local Split-Merge"
msgstr ""
#: ../../large.rst:26
msgid ""
"Splitting a dataset into more manageable submodels and sequentially "
"processing all submodels on the same machine is easy! Just use "
"``--split`` and ``--split-overlap`` to decide the the average number of "
"images per submodels and the overlap (in meters) between submodels "
"respectively"
msgstr ""
#: ../../large.rst:32
msgid ""
"If you already know how you want to split the dataset, you can provide "
"that information and it will be used instead of the clustering algorithm."
msgstr ""
#: ../../large.rst:34
msgid ""
"The grouping can be provided by adding a file named image_groups.txt in "
"the main dataset folder. The file should have one line per image. Each "
"line should have two words: first the name of the image and second the "
"name of the group it belongs to. For example::"
msgstr ""
#: ../../large.rst:42
msgid ""
"will create 3 submodels. Make sure to pass ``--split-overlap 0`` if you "
"manually provide a ``image_groups.txt`` file."
msgstr ""
#: ../../large.rst:46
msgid "Distributed Split-Merge"
msgstr ""
#: ../../large.rst:48
msgid ""
"ODM can also automatically distribute the processing of each submodel to "
"multiple machines via `NodeODM "
"<https://github.com/OpenDroneMap/NodeODM>`_ nodes, orchestrated via "
"`ClusterODM <https://github.com/OpenDroneMap/ClusterODM>`_."
msgstr ""
#: ../../large.rst:55
msgid "Getting Started with Distributed Split-Merge"
msgstr ""
#: ../../large.rst:57
msgid "The first step is start ClusterODM"
msgstr ""
#: ../../large.rst:63
msgid ""
"Then on each machine you want to use for processing, launch a NodeODM "
"instance via"
msgstr ""
#: ../../large.rst:69
msgid ""
"Connect via telnet to ClusterODM and add the IP addresses/port of the "
"machines running NodeODM"
msgstr ""
#: ../../large.rst:84
msgid "Make sure you are running version ``1.5.1`` or higher of the NodeODM API."
msgstr ""
#: ../../large.rst:86
msgid ""
"At this point, simply use the ``--sm-cluster`` option to enable "
"distributed split-merge"
msgstr ""
#: ../../large.rst:93
msgid "Understanding the Cluster"
msgstr ""
#: ../../large.rst:95
msgid ""
"When connected via telnet, it is possible to interrogate what is "
"happening on the cluster. For example, we can use the command HELP to "
"find out available commands"
msgstr ""
#: ../../large.rst:118
msgid ""
"If, for example, the NodeODM instance wasn't active when ClusterODM "
"started, we might list nodes and see something as follows"
msgstr ""
#: ../../large.rst:125
msgid ""
"To address this, we can start up our local node (if not already started),"
" and then perform a ``NODE UPDATE``"
msgstr ""
#: ../../large.rst:135
msgid "Accessing the Logs"
msgstr ""
#: ../../large.rst:137
msgid ""
"While a process is running, it is also possible to list the tasks, and "
"view the task output"
msgstr ""
#: ../../large.rst:145
msgid "Autoscaling ClusterODM"
msgstr ""
#: ../../large.rst:147
msgid ""
"ClusterODM also includes the option to autoscale on multiple platforms, "
"including, to date, Amazon and Digital Ocean. This allows users to reduce"
" costs associated with always-on instances as well as being able to scale"
" processing based on demand."
msgstr ""
#: ../../large.rst:149
msgid "To setup autoscaling you must:"
msgstr ""
#: ../../large.rst:151
msgid "Have a functioning version of NodeJS installed and then install ClusterODM"
msgstr ""
#: ../../large.rst:159
msgid "Make sure docker-machine is installed."
msgstr ""
#: ../../large.rst:160
msgid "Setup a S3-compatible bucket for storing results."
msgstr ""
#: ../../large.rst:161
msgid ""
"Create a configuration file for `DigitalOcean "
"<https://github.com/OpenDroneMap/ClusterODM/blob/master/docs/digitalocean.md>`_"
" or `Amazon Web Services "
"<https://github.com/OpenDroneMap/ClusterODM/blob/master/docs/aws.md>`_."
msgstr ""
#: ../../large.rst:163
msgid "You can then launch ClusterODM with"
msgstr ""
#: ../../large.rst:169
msgid "You should see something similar to following messages in the console"
msgstr ""
#: ../../large.rst:177
#, python-format
msgid ""
"You should always have at least one static NodeODM node attached to "
"ClusterODM, even if you plan to use the autoscaler for all processing. If"
" you setup auto scaling, you can't have zero nodes and rely 100% on the "
"autoscaler. You need to attach a NodeODM node to act as the \"reference "
"node\" otherwise ClusterODM will not know how to handle certain requests "
"(for the forwarding the UI, for validating options prior to spinning up "
"an instance, etc.). For this purpose, you should add a \"dummy\" NodeODM "
"node and lock it"
msgstr ""
#: ../../large.rst:187
msgid "This way all tasks will be automatically forwarded to the autoscaler."
msgstr ""
#: ../../large.rst:190
msgid "Limitations"
msgstr ""
#: ../../large.rst:192
msgid ""
"The 3D textured meshes are currently not being merged as part of the "
"workflow (only point clouds, DEMs and orthophotos are)."
msgstr ""
#: ../../large.rst:194
msgid ""
"GCPs are fully supported, however, there needs to be at least 3 GCP "
"points on each submodel for the georeferencing to take place. If a "
"submodel has fewer than 3 GCPs, a combination of the remaining GCPs + "
"EXIF data will be used instead (which is going to be less accurate). We "
"recommend using the ``image_groups.txt`` file to accurately control the "
"submodel split when using GCPs."
msgstr ""
#: ../../large.rst:197
msgid "Acknowledgments"
msgstr ""
#: ../../large.rst:198
msgid ""
"Huge props to Pau and the folks at Mapillary for their amazing "
"contributions to OpenDroneMap through their OpenSfM code, which is a key "
"component of the split-merge pipeline. We look forward to further pushing"
" the limits of OpenDroneMap and seeing how big a dataset we can process."
msgstr ""
#: ../../large.rst:201
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/large.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,235 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../map-accuracy.rst:3
msgid "Map accuracy"
msgstr ""
#: ../../map-accuracy.rst:5
msgid ""
"Accuracy can be defined as the degree or closeness to which the "
"information on a map matches the values in the real world. Therefore, "
"when we refer to accuracy, we are talking about quality of data and about"
" number of errors contained in a certain dataset (Pascual 2011)."
msgstr ""
#: ../../map-accuracy.rst:8
msgid "**Relative or Local accuracy**"
msgstr ""
#: ../../map-accuracy.rst:10
msgid ""
"Local or relative accuracy can be defined as the degree to which de "
"distances between two points on a map correspond to the actually "
"distances between those points in the real world."
msgstr ""
#: ../../map-accuracy.rst:12
msgid ""
"Relative accuracy is independent of the location of the map in the world,"
" so a map can have a high relative accuracy (in size and shape) but its "
"position in the world can be shifted (Figure 1)."
msgstr ""
msgid "Model showing high relative accuracy"
msgstr ""
#: ../../map-accuracy.rst:18
msgid ""
"*Figure 1. Model showing high relative accuracy but misplaced according "
"to its real world position*"
msgstr ""
#: ../../map-accuracy.rst:22
msgid "**Absolute or global Accuracy**"
msgstr ""
#: ../../map-accuracy.rst:24
msgid ""
"Absolute accuracy is the accuracy of the reconstruction in relation to "
"its true position on the planet (Pix4D 2019). Figure 2 shows a relative "
"and absolute accurate model, as the points are correctly placed according"
" to its real world position."
msgstr ""
msgid "Model showing high absolute accuracy"
msgstr ""
#: ../../map-accuracy.rst:30
msgid ""
"*Figure 2. Model showing high relative and absolute accuracy. Placed "
"correctly according to its real world position*"
msgstr ""
#: ../../map-accuracy.rst:33
msgid "**An Accuracy level for each project**"
msgstr ""
#: ../../map-accuracy.rst:35
msgid ""
"Each project has specific accuracy needs to be met. For instance "
"assessing the progress in a construction site or measuring an area "
"affected by a fire does not require the use of GCP, since absolute "
"accuracy will not impact the decision making process. In the other hand, "
"there are tasks on which accuracy is critical, for example project "
"compliance evaluations and land title surveying, which require a higher "
"relative and absolute accuracy."
msgstr ""
#: ../../map-accuracy.rst:39
msgid "What to expect"
msgstr ""
#: ../../map-accuracy.rst:41
msgid ""
"In general terms, one can expect the relative accuracy to be in the order"
" of 1 to 3 times the average GSD for the dataset. And as for the absolute"
" accuracy, one must consider that it is dependent of the GPS unit mounted"
" in the UAV but the horizontal accuracy of a standard GPS is usually in "
"the range of 2 to 6 meters and the vertical accuracy between 3 to 4 times"
" the horizontal accuracy."
msgstr ""
#: ../../map-accuracy.rst:43
msgid ""
"When using GCP, absolute accuracy can be improved to 2.5 times GSD for "
"the horizontal accuracy and 4 times the GSD for the vertical accuracy "
"(Madawalagama 2016)."
msgstr ""
#: ../../map-accuracy.rst:45
msgid ""
"At a GSD of 1cm, the accuracy is to that of the RTK GNSS, and is within "
"1:200 scales according to NSDI & FGDC mapping accuracy standards during "
"sub-optimal conditions (Barry 2013)."
msgstr ""
#: ../../map-accuracy.rst:49
msgid "Aspects impacting map accuracy"
msgstr ""
#: ../../map-accuracy.rst:51
msgid "**Weather**"
msgstr ""
#: ../../map-accuracy.rst:53
msgid ""
"Weather conditions have direct impact in the photogrammetry results, so "
"it is important to consider cloud coverage, wind speed, humidity, suns "
"altitude and other factors influencing the UAV stability and terrain "
"illumination."
msgstr ""
#: ../../map-accuracy.rst:55
msgid "**Cameras**"
msgstr ""
#: ../../map-accuracy.rst:57
msgid ""
"Bigger and better sensors produce less noise and more clearly focused "
"images. Also consider that rolling shutter cameras produce distorted "
"images when the UAV is moving, so global or mechanical shutter cameras "
"are advised for mapping jobs."
msgstr ""
#: ../../map-accuracy.rst:60
msgid "**Flight altitude**"
msgstr ""
#: ../../map-accuracy.rst:62
msgid ""
"The higher the flight altitude, the larger the image footprint and GSD. "
"The resulting larger GSD the accuracy will be decreased as there will be "
"less detail in the recognizable features. When a smaller GSD is required "
"an altitude of 3 to 4 times the height of the highest point is "
"recommended."
msgstr ""
#: ../../map-accuracy.rst:65
msgid "**Flight speed**"
msgstr ""
#: ../../map-accuracy.rst:67
msgid ""
"Flight speed have special effect in cameras equipped with rolling "
"shutter, while those equipped with global or mechanical shutter tends to "
"reduce this effect. UAV equipped with RTK positioning systems are also "
"affected with the speed, but with hover at each photo taken, you can get "
"very good accuracy. If instead you are moving during each photo take, the"
" accuracy is going to be limited by two factors: the speed at which you "
"are moving multiplied by the 1 second increments of RTK (Mather 2020)."
msgstr ""
#: ../../map-accuracy.rst:72
msgid "References"
msgstr ""
#: ../../map-accuracy.rst:74
msgid ""
"Barry, P., & Coakley, R. «Accuracy of UAV photogrammetry compared with "
"Network RTK GPS.» Baseline Surveys. 2013. "
"http://uav.ie/PDF/Accuracy_UAV_compare_RTK_GPS.pdf (accessed 10 13, "
"2020)."
msgstr ""
#: ../../map-accuracy.rst:76
msgid ""
"Drone Deploy. How Do I Use Ground Control Points?: A guide to using "
"ground control points with drone mapping software. 5 8, 2017. "
"https://www.dronedeploy.com/blog/what-are-ground-control-points-gcps/ "
"(accessed 7 9, 2020)."
msgstr ""
#: ../../map-accuracy.rst:78
msgid ""
"Madawalagama, S.L., Munasinghe, N., Dampegama, S.D.P.J. and Samarakoon, "
"L. «Low-cost aerial mapping with consumer grade.» 37th Asian Conference "
"on Remote Sensing. Colombo, Sri Lanka, 2016."
msgstr ""
#: ../../map-accuracy.rst:80
msgid ""
"Mather, Stephen. OpenDroneMap. 30 de Marzo de 2020. "
"https://community.opendronemap.org/t/the-accuracy-of-webodm-using-rtk-"
"uavs/3937 (accessed 10 12, 2020)."
msgstr ""
#: ../../map-accuracy.rst:82
msgid ""
"Pascual, Manuel S. GIS Lounge: GIS Data: A Look at Accuracy, Precision, "
"and Types of Errors. 11 6, 2011. https://www.gislounge.com/gis-data-a"
"-look-at-accuracy-precision-and-types-of-errors/ (accessed 07 09, 2020)."
msgstr ""
#: ../../map-accuracy.rst:84
msgid ""
"Pix4D. «What is accuracy in an aerial mapping project?» Pix4D. 25 de 05 "
"de 2019. https://www.pix4d.com/blog/accuracy-aerial-mapping (accessed 10 "
"13, 2020)."
msgstr ""
#: ../../map-accuracy.rst:87
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/map-"
"accuracy.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,72 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../masks.rst:3
msgid "Using Image Masks"
msgstr ""
#: ../../masks.rst:5
msgid ""
"Starting from ODM ``2.0`` people can supply image masks to inform the "
"software to skip reconstruction over certain areas. This is useful for "
"cases where the sky was accidentally included in the input photos from "
"oblique shots, or simply to limit the reconstruction of a single subject."
msgstr ""
#: ../../masks.rst:7
msgid ""
"To add a mask, simply create a new black and white image of the same "
"dimension as the target image you want to mask (you can use a program "
"such as GIMP to do this). Color in black the areas to exclude from the "
"reconstruction."
msgstr ""
msgid "Target image"
msgstr ""
msgid "Image mask"
msgstr ""
msgid "3D result (building is masked)"
msgstr ""
#: ../../masks.rst:22
msgid "Name your file:"
msgstr ""
#: ../../masks.rst:24
msgid "``<filename>_mask.JPG``"
msgstr ""
#: ../../masks.rst:26
msgid ""
"For example, ``DJI_0018.JPG`` can have a mask by creating a "
"``DJI_0018_mask.JPG`` file and include that in the list of images. You "
"can use ``.JPG``, ``.PNG``, ``.BMP`` and ``.TIF`` formats for image "
"masks."
msgstr ""
#: ../../masks.rst:29
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/masks.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,78 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../multispectral.rst:2
msgid "Multispectral Support"
msgstr ""
#: ../../multispectral.rst:4
msgid ""
"Since version 0.9.9 ODM has basic support for radiometric normalization, "
"which is able to generate reflectance orthophotos from multispectral "
"cameras. Multispectral cameras capture multiple shots of the scene using "
"different band sensors."
msgstr ""
#: ../../multispectral.rst:7
msgid "Hardware"
msgstr ""
#: ../../multispectral.rst:9
msgid ""
"While we aim to support as many cameras as possible, multispectral "
"support has been developed using the following cameras, so they will work"
" better:"
msgstr ""
#: ../../multispectral.rst:11
msgid "`MicaSense RedEdge-MX and Altum <https://www.micasense.com/>`_"
msgstr ""
#: ../../multispectral.rst:12
msgid "`Sentera 6X <https://sentera.com/6x/>`_"
msgstr ""
#: ../../multispectral.rst:14
msgid ""
"Other cameras might also work. You can help us expand this list by "
"`sharing datasets <https://community.opendronemap.org/c/datasets/10>`_ "
"captured with other cameras."
msgstr ""
#: ../../multispectral.rst:17
msgid "Usage"
msgstr ""
#: ../../multispectral.rst:19
msgid ""
"Process all the images from all bands at once (do not separate the bands "
"into multiple folders) and pass the `--radiometric-calibration` parameter"
" to enable radiometric normalization. If the images are part of a multi-"
"camera setup, the resulting orthophoto will have N bands, one for each "
"camera (+ alpha)."
msgstr ""
#: ../../multispectral.rst:22
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/multispectral.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,147 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../outputs.rst:2
msgid "OpenDroneMap Outputs"
msgstr ""
#: ../../outputs.rst:4
msgid "Listed below are some of the useful outputs ODM produces."
msgstr ""
#: ../../outputs.rst:7
msgid "Point Cloud"
msgstr ""
#: ../../outputs.rst:9
msgid ""
"``odm_georeferencing/odm_georeferenced_model.ply/laz/csv`` -- The "
"georeferenced point cloud in different file formats"
msgstr ""
msgid "image of OpenDroneMap derived point cloud"
msgstr ""
#: ../../outputs.rst:15
msgid ""
"*Point cloud over State University Zanzibar, courtesy of* `Khadija "
"Abdullah Ali <https://www.linkedin.com/in/khadija-abdulla-ali-"
"56b4044a/>`_"
msgstr ""
#: ../../outputs.rst:19
msgid "3D Textured Model"
msgstr ""
#: ../../outputs.rst:21
msgid ""
"``odm_texturing/odm_textured_model.obj`` -- The textured surface mesh "
"``odm_texturing/odm_textured_model_geo.obj`` -- The georeferenced and "
"textured surface mesh"
msgstr ""
#: ../../outputs.rst:24
msgid ""
"You can access the point cloud and textured meshes using MeshLab. Open "
"MeshLab, and choose File:Import Mesh and choose your textured mesh from a"
" location similar to the following: "
"``odm_texturing\\odm_textured_model.obj``"
msgstr ""
msgid "image of OpenDroneMap derived textured mesh"
msgstr ""
#: ../../outputs.rst:30
msgid ""
"*Textured mesh courtesy of* `OpenDroneMap "
"<https://twitter.com/opendronemap>`_"
msgstr ""
#: ../../outputs.rst:33
msgid "Orthophoto"
msgstr ""
#: ../../outputs.rst:35
msgid ""
"``odm_orthophoto/odm_orthphoto.tif`` -- GeoTIFF Orthophoto. You can use "
"it in QGIS as a raster layer."
msgstr ""
#: ../../outputs.rst:37
msgid ""
"``odm_orthophoto/odm_orthphoto.original.tif`` -- The orthophoto in its "
"original un-cropped state."
msgstr ""
msgid "image of OpenDroneMap orthophoto"
msgstr ""
#: ../../outputs.rst:43
msgid ""
"*Orthophoto over State University Zanzibar, courtesy of* `Khadija "
"Abdullah Ali <https://www.linkedin.com/in/khadija-abdulla-ali-"
"56b4044a/>`_"
msgstr ""
#: ../../outputs.rst:46
msgid "DTM/DSM"
msgstr ""
#: ../../outputs.rst:48
msgid ""
"DTM/DSM will only be created if the ``--dtm`` or ``--dsm`` options are "
"used. See `tutorial on elevation models "
"<https://docs.opendronemap.org/tutorials.html#creating-digital-elevation-"
"models>`_ for more options in creating."
msgstr ""
#: ../../outputs.rst:50
msgid "Data will be stored in:"
msgstr ""
#: ../../outputs.rst:52
msgid "``odm_dem/dtm.tif``"
msgstr ""
#: ../../outputs.rst:53
msgid "``odm_dem/dsm.tif``"
msgstr ""
msgid "image of OpenDroneMap derived digital surface model"
msgstr ""
#: ../../outputs.rst:59
msgid ""
"*Digital surface model over State University Zanzibar, courtesy of* "
"`Khadija Abdullah Ali <https://www.linkedin.com/in/khadija-abdulla-ali-"
"56b4044a/>`_"
msgstr ""
#: ../../outputs.rst:62
msgid "List of all outputs"
msgstr ""
#: ../../outputs.rst:110
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/outputs.rst>`_!"
msgstr ""

Wyświetl plik

@ -0,0 +1,101 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, OpenDroneMap
# This file is distributed under the same license as the OpenDroneMap
# package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 2.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-28 10:32-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
#: ../../requesting-features.rst:2
msgid "How To Request Features"
msgstr ""
#: ../../requesting-features.rst:4
msgid ""
"All software needs user feedback and feature requests, to grow and "
"maintain alignment with the needs of its users."
msgstr ""
#: ../../requesting-features.rst:7
msgid ""
"OpenDroneMap is FOSS software. Free and open source (FOSS) projects are "
"interesting from the inside and outside: from the outside, successful "
"ones feel like they should be able to do anything, and its hard to know "
"what a reasonable request is. From the inside of a project, they can feel"
" very resource constrained: largely by time, money, and opportunity "
"overload."
msgstr ""
#: ../../requesting-features.rst:13
msgid ""
"A feature request can be submitted as issues on the applicable Github "
"repository (e.g., `WebODM "
"<https://github.com/OpenDroneMap/WebODM/issues>`_ or `ODM "
"<https://github.com/OpenDroneMap/ODM/issues>`_ or similar) or more simply"
" as a discussion topic on `the community forum "
"<https://community.opendronemap.org/>`_. Try to start by searching these "
"sources to see if someone else has already brought it up. Sometimes a "
"feature is already in the works, or has at least been discussed."
msgstr ""
#: ../../requesting-features.rst:19
msgid ""
"To request the addition of support for new drone cameras: please share a "
"set of test images on the `datasets channel on the forum "
"<https://community.opendronemap.org/c/datasets/10>`_. Without test images"
" there's not much the developers can do."
msgstr ""
#: ../../requesting-features.rst:21
msgid ""
"And importantly, the trick is to listen: if someone within the project "
"says: \"This is a big lift, we need MONEY or TIME or SOMEONE TO HELP CODE"
" IT\" (or possibly a combination of the three) then there are two answers"
" that work really well in response:"
msgstr ""
#: ../../requesting-features.rst:25
msgid ""
"*Ok. I didnt know it was a big feature request! I hope someone comes "
"along with the necessary resources. As a community member, I would be "
"happy to be an early user and tester!*"
msgstr ""
#: ../../requesting-features.rst:27
msgid "or"
msgstr ""
#: ../../requesting-features.rst:29
msgid ""
"*Lets figure out if we can put together the resources to get this done! "
"Heres what I can contribute toward it: …*"
msgstr ""
#: ../../requesting-features.rst:31
msgid ""
"We are glad you are excited to see new features added to the project. "
"Some new features need support, and some are easier to implement. We'll "
"do our best to help you understand where your request falls, and we "
"appreciate any support you can provide."
msgstr ""
#: ../../requesting-features.rst:36
msgid ""
"`Learn to edit <https://github.com/opendronemap/docs#how-to-make-your-"
"first-contribution>`_ and help improve `this page "
"<https://github.com/OpenDroneMap/docs/blob/publish/source/requesting-"
"features.rst>`_!"
msgstr ""

Some files were not shown because too many files have changed in this diff Show More