set gettext_uuid to True

pull/51/head
danbjoseph 2020-07-21 15:23:03 -04:00
rodzic 49101a1557
commit 4ad996fee1
26 zmienionych plików z 430 dodań i 12 usunięć

Wyświetl plik

@ -35,6 +35,7 @@ extensions = [
#For internationalization:
locale_dirs = ['locale/']
gettext_compact = False
gettext_uuid = True
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 0.9.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-21 15:08-0400\n"
"POT-Creation-Date: 2020-07-21 15:22-0400\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"
@ -17,14 +17,17 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../../arguments.rst:4
# 04c6d6dc9b894dedb3e1b980450f80b3
msgid "Options and Flags"
msgstr ""
#: ../../arguments.rst:6
# b522a5b704b9437f94f84f215e23d5a0
msgid "Arguments::"
msgstr ""
#: ../../arguments.rst:382
# 5241b36abd754c918b628d501edfcbf0
msgid "`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/using.rst>`_"
msgstr ""

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 0.9.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-21 15:08-0400\n"
"POT-Creation-Date: 2020-07-21 15:22-0400\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"
@ -17,126 +17,157 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../../contributing.rst:4
# abebf50b4b2f43079a6ff005a42e0e01
msgid "How To Contribute"
msgstr ""
#: ../../contributing.rst:6
# e478a362081948799c206088963718cd
msgid "OpenDroneMap relies on community contributions. You can contribute in many ways, even if you are not a programmer."
msgstr ""
#: ../../contributing.rst:9
# 9351c52c8a59427f9b82829183d173e4
msgid "Community Forum"
msgstr ""
#: ../../contributing.rst:11
# 771f2b21f3ea4017bea3a8f7a2e05ca0
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
# e4fc8b7329c84cefa00c8fb0de73ae21
msgid "Reporting Bugs"
msgstr ""
#: ../../contributing.rst:16
# 97da7067daf34e00bad3e3764a2ef4b8
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
# 8d48512f65f24970afc9f07571294503
msgid "Explain the problem and include additional details to help maintainers reproduce the problem:"
msgstr ""
#: ../../contributing.rst:20
# 0956852b944f42ecbf8e726836af389b
msgid "**Use a clear and descriptive title** for the issue to identify the problem."
msgstr ""
#: ../../contributing.rst:21
# e830c539abdf4c4bbabd99ba3fbbe90b
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
# a55fc221b6ff4230b3f4f9975a4a27c3
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
# ffb3cfdeb8fb47eab6745e9b800151fa
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
# 485e80b31c7b44ae83f399b16daa61ea
msgid "**Explain which behavior you expected to see instead and why.**"
msgstr ""
#: ../../contributing.rst:25
# 8bd56569b4f34f21b75069d362f9121d
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
# bd77afd00ed94c6a9d9e5c117ce5224a
msgid "**If the problem is related to performance,** please post your machine's specs (host and guest machine)."
msgstr ""
#: ../../contributing.rst:27
# d97cdd597ba747b998802d1e7e2d6ae1
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
# eed205f61a0c45d8bdccb15cb2aa49a3
msgid "Include details about your configuration and environment:"
msgstr ""
#: ../../contributing.rst:31
# 88224865d7aa44b199288038d4bef4d2
msgid "**Which version of ODM are you using?** A stable release? a clone of master?"
msgstr ""
#: ../../contributing.rst:32
# 0ad3a0457f984dd8a27f4aebcc1c217f
msgid "**What's the name and version of the OS you're using?**"
msgstr ""
#: ../../contributing.rst:33
# a33f92aa42484ab79f427f27109a8274
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
# 3c2b7a9e8c194b01b361e5fbaa3db69a
msgid "Template For Submitting Bug Reports"
msgstr ""
#: ../../contributing.rst:69
# 588639f8ba99432ab3afff1d9fd6d46e
msgid "Pull Requests"
msgstr ""
#: ../../contributing.rst:71
# 423b83dab82c4066b48c44afd5cb0176
msgid "Include screenshots and animated GIFs in your pull request whenever possible."
msgstr ""
#: ../../contributing.rst:72
# 3d7d31ed7d634b23ad79dff762167df1
msgid "Follow the PEP8 Python Style Guide."
msgstr ""
#: ../../contributing.rst:73
# ee79b44bcce545879ed044837ea4fc58
msgid "End files with a newline."
msgstr ""
#: ../../contributing.rst:76
# 59164110b96046cea7db93eae89fc6f1
msgid "Avoid platform-dependent code:"
msgstr ""
#: ../../contributing.rst:75
# a1b8a1a4839a4a14a2181593031b21c5
msgid "Use require('fs-plus').getHomeDirectory() to get the home directory."
msgstr ""
#: ../../contributing.rst:76
# 25a2fd37570446bbb6b2d9b55e48e70e
msgid "Use path.join() to concatenate filenames."
msgstr ""
#: ../../contributing.rst:77
# aaf9693f60fc47ddbf4452c393edde3f
msgid "Use os.tmpdir() rather than /tmp when you need to reference the temporary directory."
msgstr ""
#: ../../contributing.rst:79
# 3b4e48f5efdd4da5a0b8a7f031b2425c
msgid "Using a plain return when returning explicitly at the end of a function."
msgstr ""
#: ../../contributing.rst:79
# 759c801b854f4fe9ac41da5a580fe939
msgid "Not return null, return undefined, null, or undefined"
msgstr ""
#: ../../contributing.rst:81
# ad44507e8eba447db93956e2c0471f68
msgid "`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/contributing.rst>`_"
msgstr ""

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 0.9.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-21 15:08-0400\n"
"POT-Creation-Date: 2020-07-21 15:22-0400\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"
@ -17,38 +17,47 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../../flying.rst:2
# 053d9307fbb04e1088abeeb7f237a05f
msgid "Flying Tips"
msgstr ""
#: ../../flying.rst:4
# c7ab483fab004fb298820682ef4b03eb
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
# 17fd4c37d0b546839a119aa65ec29544
msgid "`Choosing the right UAV <https://uav-guidelines.openaerialmap.org/pages/05-choosing-the-right-uav/>`_"
msgstr ""
#: ../../flying.rst:8
# d66e12872acc49c2a47d561ad850a0ff
msgid "`Choosing the right sensor <https://uav-guidelines.openaerialmap.org/pages/06-choosing-the-sensor/>`_"
msgstr ""
#: ../../flying.rst:10
# 442753340b194f24b1bce3de7aef0c39
msgid "`Mission preparation <https://uav-guidelines.openaerialmap.org/pages/07-preparing-for-the-uav-mission/>`_"
msgstr ""
#: ../../flying.rst:12
# f78f5d7e53834734bb37a3741ca1ac45
msgid "The guidelines are intended for drone mapping projects on islands, but have general use for all drone mappers."
msgstr ""
#: ../../flying.rst:14
# ef4fb9c6a80e43cb84cdec9028326ceb
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
# 12a83f3c5c844316bd20a0d227df06af
msgid "Finally, lens distortion is a challenge in projects requiring accurate 3D data. See our section in these docs on `Camera Calibration <tutorials.html#calibrating-the-camera>`_."
msgstr ""
#: ../../flying.rst:18
# 44c3db3edee648e094a44576102d419e
msgid "`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/flying.rst>`_"
msgstr ""

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 0.9.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-21 15:08-0400\n"
"POT-Creation-Date: 2020-07-21 15:22-0400\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"
@ -17,114 +17,142 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../../gcp.rst:3
# 4ec278497b594b2a990fae33b0f046b2
msgid "Ground Control Points"
msgstr ""
#: ../../gcp.rst:5
# b1b1407c9e3148958a5cd971543d027e
msgid "Ground control points are useful for correcting distortions in the data and referencing the data to know coordinate systems."
msgstr ""
#: ../../gcp.rst:7
# 09120b430c144c35a2d6267a9ddeef8a
msgid "The format of the GCP file is simple."
msgstr ""
#: ../../gcp.rst:9
# 5635447e1c0a4f2f86ce9f0f0f7d7936
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:10
# 86416c53bf914451815acba1c5c5f635
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:11
# 18d30e16bf574a399c7bd9c51e8e8f9a
msgid "Elevation values can be set to \"NaN\" to indicate no value"
msgstr ""
#: ../../gcp.rst:12
# 94ae15c645f54faeaadc0a82ee72c766
msgid "The 7th column (optional) typically contains the label of the GCP."
msgstr ""
#: ../../gcp.rst:14
# 76f6b22062874706a625ef7762fd5467
msgid "GCP file format::"
msgstr ""
#: ../../gcp.rst:20
# bf74657a3f05487797a8df52202664cf
msgid "Example::"
msgstr ""
#: ../../gcp.rst:27
# 8bc5f96a1f334135bbde46f60a2b19a3
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:29
# 9577f0afb356405f88a81d18c060e9a1
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:31
# abfd7244b1c54b51b75cf1b069cf2df2
msgid "Sharp corners are good picks for GCPs. You should also place/find the GCPs evenly around your survey area."
msgstr ""
#: ../../gcp.rst:33
# 1e9ab5ad237e4550b7b710cb037a53da
msgid "The ``gcp_list.txt`` file must be created in the base of your project folder."
msgstr ""
#: ../../gcp.rst:35
# f9ce86784ef54a7f960f1d89358089eb
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:39
# eede63dccd094839a245301db3abddb2
msgid "User Interfaces"
msgstr ""
#: ../../gcp.rst:41
# f8b77f6511f84dc69f28fb938a929bdc
msgid "You can use one of two user interfaces for creating GCP files:"
msgstr ""
#: ../../gcp.rst:43
# c625124fef5c442c84a7eae519f07730
msgid "`POSM GCPi <https://github.com/posm/posm-gcpi>`_"
msgstr ""
#: ../../gcp.rst:44
# b5ad7a10b6fb4fdebc6076613b296528
msgid "`GCP Editor Pro <https://github.com/uav4geo/GCPEditorPro>`_"
msgstr ""
#: ../../gcp.rst:48
# d172d10aff474dd3aa93214b5605f40c
msgid "POSM GCPi"
msgstr ""
#: ../../gcp.rst:50
# 3f776087d222444896eb031ab30bad9f
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:52
# c14943f7a9a64b54875cfb84eafadb3e
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:63
# 0ec34d6fb2304591b22da90c06813f6d
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:67
# cff2e7e480c64d78a0795a0e704b0919
msgid "GCP Editor Pro"
msgstr ""
#: ../../gcp.rst:69
# 3f7848d8ed3f49d7b8d049ef0ed7ce41
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:71
# 7db66609fde0467d97109e2c00429a77
msgid "Create a CSV file that includes the gcp name, northing, easting and elevation."
msgstr ""
#: ../../gcp.rst:80
# 5d0dc071f220441e8832148de6c1c1df
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:82
# 4b3674e838094b2399f8ee653ab8fb50
msgid "The following screen will display a map from where to select the GCPs to tag and import the respective images."
msgstr ""
#: ../../gcp.rst:85
# 90d82949053041e6ad343dc0c285291d
msgid "`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/tutorials.rst>`_"
msgstr ""

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 0.9.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-21 15:08-0400\n"
"POT-Creation-Date: 2020-07-21 15:22-0400\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"
@ -17,10 +17,12 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../../index.rst:8
# 071b106be3fd4632a8e6b7031cb2e83e
msgid "Welcome to OpenDroneMap's documentation"
msgstr ""
#: ../../index.rst:43
# 4e4a9a5c29fe4919a25b4ef0c61bec96
msgid "`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/index.rst>`_"
msgstr ""

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 0.9.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-21 15:08-0400\n"
"POT-Creation-Date: 2020-07-21 15:22-0400\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"
@ -17,458 +17,575 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../../installation.rst:4
# 0b311a003b2a44159306310c8fe257de
msgid "Installation and Getting Started"
msgstr ""
#: ../../installation.rst:6
# e21d2618e4b74469810544c7826ad2f1
msgid "This section is excerpted and modified with permission from `OpenDroneMap: The Missing Guide <https://odmbook.com>`_, by Piero Toffanin."
msgstr ""
#: ../../installation.rst:8
# 99811a7a66614484a09367f2298c9348
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 ""
#: ../../installation.rst:14
# 76dc6246e65f402a837b35a3193bb0d8
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 ""
#: ../../installation.rst:20
# 5f61909af35d442cb82030949f87d0dc
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 ""
#: ../../installation.rst:26
# 4f9446fc532745c28ddff093c5e52599
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 ""
#: ../../installation.rst:32
# e83d4c524a134ae0b6a7626c690b4106
msgid "**CloudODM** is a small command line client to communicate with ODM via the NodeODM API"
msgstr ""
#: ../../installation.rst:38
# eb68f158291c41109595b4f93522b8ec
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 ""
#: ../../installation.rst:44
# e81cab866c814fadaf64fde9a17e8375
msgid "**ClusterODM** is a load balancer for connecting together multiple NodeODM instances"
msgstr ""
#: ../../installation.rst:46
# 22f992cd519e4ebb8195baab405144c7
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
# edfb6b94c0664917b1696d55d3668c08
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
# 64822e07eea2435e80818d550a396366
msgid "On Ubuntu Linux 16.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
# 9a61e1e6702c4ec39efff5d17df4f0a1
msgid "Hardware Recommendations"
msgstr ""
#: ../../installation.rst:56
# e1e4b368fdf24b00ab1ca9ab28d6b4b4
msgid "The bare minimum requirements for running the software are:"
msgstr ""
#: ../../installation.rst:59
# 8c5baaf686814cd7abfd442299474a09
msgid "64bit CPU manufactured on or after 2010"
msgstr ""
#: ../../installation.rst:60
# b54abfc896ca4f38a4f8994e234b803d
msgid "20 GB of disk space"
msgstr ""
#: ../../installation.rst:61
# ffe8c20382f04490a002b92b3426eb25
msgid "4 GB RAM"
msgstr ""
#: ../../installation.rst:63
# 10f2db02427347dfab778016e622a767
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
# e6ac6580fcfc4f7abbb2c216fe934dbb
msgid "Latest Generation CPU"
msgstr ""
#: ../../installation.rst:66
# 24da574fa2bb4be68c52c44ac5703b8a
msgid "100 GB of disk space"
msgstr ""
#: ../../installation.rst:67
# d91ea85fd89f4eefb66aecc9f8e836c5
msgid "16 GB RAM"
msgstr ""
#: ../../installation.rst:69
# 378516f96db1444a967a9860ddb32068
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
# c5e0f99a0f574a4cac74d034b44eb94b
msgid "Installation"
msgstr ""
#: ../../installation.rst:77
# 597f99a16cef4ce39e76fa1c31b62c1a
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
# 37415c6c62c240ac8531dae40e0a0be3
msgid "Windows"
msgstr ""
#: ../../installation.rst:82
# d6882a0c3ab84e02ae5ea169342f253f
msgid "To run OpenDroneMap you need at least Windows 7. Previous versions of Windows are not supported."
msgstr ""
#: ../../installation.rst:86
#: ../../installation.rst:238
# 0145ac12f149476486ee40868c3d028f
# 89259618fefc49029f813c6e9b860cf2
msgid "Step 1. Check Virtualization Support"
msgstr ""
#: ../../installation.rst:88
# 6b15a206e9ee468ea23ff5e5b70838af
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 ""
#: ../../installation.rst:94
# 02bb88cd9f0c4eaca5b3edbace5a70b3
msgid "*Virtualization should be enabled*"
msgstr ""
#: ../../installation.rst:96
# 064ccea4975b4d888871c8ec1226ae4d
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
# e0a25d75429e43eebeddc854690eebe3
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 ""
#: ../../installation.rst:105
# e3c922211fe043d9999f02c6ef07af34
msgid "*Common keys to press at computer startup to access the boot menu for various PC vendors*"
msgstr ""
#: ../../installation.rst:108
#: ../../installation.rst:257
# 25a69a0e494e4bd088a39a585a5d6837
# fd1ecfad74f545128afcda1a9f41c221
msgid "Step 2. Install Requirements"
msgstr ""
#: ../../installation.rst:110
# b5430e76cb3f41ca918d3804a599b875
msgid "First, youll need to install:"
msgstr ""
#: ../../installation.rst:112
# 2a30622d17624b1ab25b30f7d803c310
msgid "Git: https://git-scm.com/downloads"
msgstr ""
#: ../../installation.rst:113
# 27973f4c87aa4781b0ba9375ca3f4447
msgid "Python (latest version 3): https://www.python.org/downloads/windows/"
msgstr ""
#: ../../installation.rst:115
# 3946202c4cd44eb3a83041dfe9e9767d
msgid "For Python 3, make sure you check **Add Python 3.x to PATH** during the installation."
msgstr ""
#: ../../installation.rst:121
# c2f128ff3df24e98b55bb7bafbc69ce0
msgid "*Dont forget to add the Python executable to your PATH (so that you can run commands with it)*"
msgstr ""
#: ../../installation.rst:123
# 9885b29e0c0841a2aee1e71eefd6cacf
msgid "Then, only if you are on Windows 10 Home, Windows 8 (any version) or Windows 7 (any version), install:"
msgstr ""
#: ../../installation.rst:125
# cc26f58dc9dc418e8f29710b2fa0dcb6
msgid "Docker Toolbox: https://github.com/docker/toolbox/releases/download/v18.09.3/DockerToolbox-18.09.3.exe"
msgstr ""
#: ../../installation.rst:127
# 031b16fd5b9a40d2a4343d369d6573b0
msgid "If you are on Windows 10 Professional or a newer version, you should install instead:"
msgstr ""
#: ../../installation.rst:129
# 63dc9dbf1bd24e3fa81a186eaefcf45f
msgid "Docker for Windows: https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe"
msgstr ""
#: ../../installation.rst:131
# 24282e6e7fdf42c385b834f80733e106
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
# ab9bd187e6c443979517fe17c95c29f6
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
# 8df7419175104adb9be9c90358331019
# c5167b911c3145dc9eb60efc037c9a4b
msgid "Step 3. Check Memory and CPU Allocation"
msgstr ""
#: ../../installation.rst:138
# a09c922899034bceab0867d3c8e80d49
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
# d6c866777ea04b78804c7c8b9888fe73
msgid "If you installed Docker Toolbox (see below if you installed Docker for Windows instead):"
msgstr ""
#: ../../installation.rst:142
# 1d420596417441829a187b825672fbcd
msgid "Open the **VirtualBox Manager** application"
msgstr ""
#: ../../installation.rst:143
# b459b86265424c64b85e647cc98e30d0
msgid "Right click the **default** VM and press **Close (ACPI Shutdown)** to stop the machine"
msgstr ""
#: ../../installation.rst:144
# 1eb2304c301349b59a9f1b87b1e2ef38
msgid "Right click the **default** VM and press **Settings...**"
msgstr ""
#: ../../installation.rst:145
# c9033804ad254a359dd5e4a0a52c0e89
msgid "Move the **Base Memory** slider from the **System** paneland allocate 60-70% of all available memory, optionally adding 50% of the available processors from the **Processor** tab also"
msgstr ""
#: ../../installation.rst:151
# 2b5a10d68ba949459d2126d65ca8818f
msgid "*VirtualBox default VM settings*"
msgstr ""
#: ../../installation.rst:153
# 3e8a88a344164b4eb2608800db568d70
msgid "Then press **OK**, right click the **default** VM and press **Start**."
msgstr ""
#: ../../installation.rst:155
# 1b3a819a320f4b6aa09d0971a1a82681
msgid "If you installed Docker for Windows instead:"
msgstr ""
#: ../../installation.rst:157
# d529ebba4d1d4bb3be75973b68c212f5
msgid "Look in the system tray and right click the “white whale” icon."
msgstr ""
#: ../../installation.rst:158
# 25a99898d96d4b65a1cadabd0fcfcf6d
msgid "From the menu, press **Settings...**"
msgstr ""
#: ../../installation.rst:159
# 0a614f0f992e406ab701fa5b4288b131
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
# 0d361b002c29465d90cf176942a45fda
msgid "Press **Apply**."
msgstr ""
#: ../../installation.rst:166
# 7e1679d4d4ef4c8498bdd1ac119bba04
msgid "*Step 1 Docker icon*"
msgstr ""
#: ../../installation.rst:172
# 9c57f6c1a17c4d0baa6b321735548417
msgid "*Step 3 & 4 Docker settings*"
msgstr ""
#: ../../installation.rst:175
# ebe7bd9e88af41afbaf2ada7e67bb83a
msgid "Step 4. Download WebODM"
msgstr ""
#: ../../installation.rst:177
# bb9d0f40c4404cffbf723d74a7faa09d
msgid "Open the **Git Gui** program that comes installed with Git. From there:"
msgstr ""
#: ../../installation.rst:179
# 5d8a85cf34ae4fc68b7782544a350b0e
msgid "When Git Gui opens, click 'Clone Existing Repository' option"
msgstr ""
#: ../../installation.rst:180
# 843b32b86a8640de87b9acae858f8aef
msgid "In **Source Location** type: https://github.com/OpenDroneMap/WebODM"
msgstr ""
#: ../../installation.rst:181
# a98a0d9ac1e749ec82fd161593cf0656
msgid "In **Target Directory** click browse and navigate to a folder of your choosing (create one if necessary)"
msgstr ""
#: ../../installation.rst:182
# 629ebf0cc96549db8ce90299631254fb
msgid "Press **Clone**"
msgstr ""
#: ../../installation.rst:188
# f99ade3ffd41436480d1f9cc820b27f9
msgid "*Git Gui*"
msgstr ""
#: ../../installation.rst:190
# 9f012c9b4fbe4d149969246cbf47e1d4
msgid "If the download succeeded, you should now see this window:"
msgstr ""
#: ../../installation.rst:196
# 8ee43ad3382b477f86f0aa3a98f4d3f9
msgid "*Git Gui after successful download (clone)*"
msgstr ""
#: ../../installation.rst:198
# 64fdc628416b4f0381a5df32bd376f54
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
# 930fc89735ac4c91b26dc0c39e8e83ac
msgid "Step 4. Launch WebODM"
msgstr ""
#: ../../installation.rst:203
# 60b6bf387b9f4692bf6ef3472812f3bd
msgid "From Git Gui, go to the **Repository** menu, then click **Git Bash**. From the command line terminal type:"
msgstr ""
#: ../../installation.rst:209
# e128452201d74e75ae42e26161229d67
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 ""
#: ../../installation.rst:215
# 04167e9cbe6543e18d1e21f521afa753
msgid "*Console output after starting WebODM for the first time*"
msgstr ""
#: ../../installation.rst:217
# 5fe11bcda1284792a34941bc2f5a229f
msgid "If you are using Docker for Windows, open a web browser to http://localhost:8000"
msgstr ""
#: ../../installation.rst:218
# ad6c17cc46c743e4a94cadd96eee8ee5
msgid "If you are using Docker Toolbox, find the IP address to connect to by typing:"
msgstr ""
#: ../../installation.rst:224
# 1fa6cc77bb3f4ed5b145e7939b80c837
msgid "You should get a result like the following:"
msgstr ""
#: ../../installation.rst:230
# 678de8a5a6be4d00a5794e7ea612f074
msgid "Then connect to http://192.168.1.100:8000 (replacing the IP address with the proper one)."
msgstr ""
#: ../../installation.rst:233
# b174ce4267d745268dc12ec34d7155a3
msgid "macOS"
msgstr ""
#: ../../installation.rst:235
# 76dd1887c7fc48729e197e53efbfeb90
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
# 35359aeb2d4a412a8c07b4af1d0953c6
msgid "Open a Terminal window and type:"
msgstr ""
#: ../../installation.rst:246
# bfa4ae47bf144de2a958c7a1efde1b8e
msgid "You will get a response similar to the following:"
msgstr ""
#: ../../installation.rst:252
# fe9de21082284feebed7825e8a6cf1d4
msgid "If the result is *kern.hv_support: 1*, then your Mac is supported! Continue with Step 2."
msgstr ""
#: ../../installation.rst:254
# c1dfb4e96f274c7ba2067bf88e38957d
msgid "If the result is *kern.hv_support: 0*, unfortunately it means your Mac is too old to run OpenDroneMap. :("
msgstr ""
#: ../../installation.rst:259
# 483569df3d2a47a39befaf7ebec6061d
msgid "There are only two programs to install:"
msgstr ""
#: ../../installation.rst:261
# 0e6421bd132c49749072ba247c327d61
msgid "Docker: https://download.docker.com/mac/stable/Docker.dmg"
msgstr ""
#: ../../installation.rst:262
# efc75ce37c384422accdf4b00017aec3
msgid "Git: https://sourceforge.net/projects/git-osx-installer/files/"
msgstr ""
#: ../../installation.rst:264
# ab18bb01270140378bf6c05b168f31e6
msgid "After installing docker you should find an icon that looks like a whale in the task bar."
msgstr ""
#: ../../installation.rst:270
# d8c3c043507d47b7b27d09468c8812c4
msgid "*Docker app running*"
msgstr ""
#: ../../installation.rst:272
# 6895523139c84c50a02b30f73bb7d32a
msgid "You can verify that docker is running properly by opening the **Terminal** app and typing:"
msgstr ""
#: ../../installation.rst:278
# 8dbf1a7aa0134bebb9d5ebdb1868758f
msgid "Which should return"
msgstr ""
#: ../../installation.rst:284
# 7edb24391b9e491c975aa4bd78ae6e26
msgid "To verify that git is installed, simply type:"
msgstr ""
#: ../../installation.rst:290
# a960521594e841df90dfea1ea87519b6
msgid "Which should return something similar to the following:"
msgstr ""
#: ../../installation.rst:296
# b5368b0b0c304c009f251cc2cb2a0dc0
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
# 777b3193cf2c481bb5473255c9ed545f
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
# 4186dfa0b3e843e8876126b6f98431b0
msgid "Right click the whale icon from the task bar and click **Preferences**..."
msgstr ""
#: ../../installation.rst:304
# 9e57943e47d74077adc137ab1f9e7ba9
msgid "Select the **Advanced** tab"
msgstr ""
#: ../../installation.rst:305
# 77493fc0f8124028a46a46e83781f393
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
# b34746ad04bb4409a1f264bc79f26e72
msgid "Press **Apply & Restart**"
msgstr ""
#: ../../installation.rst:312
# 8826f71caa2e4ec098063e55abd95bc7
msgid "*Docker advanced settings*"
msgstr ""
#: ../../installation.rst:315
# 9f33f48c0d9b491c86f740b4a0d1e55b
msgid "Step 4. Download and Launch WebODM"
msgstr ""
#: ../../installation.rst:317
# 6c8dedb630a143d690c3a7735210d611
msgid "From a **Terminal** type:"
msgstr ""
#: ../../installation.rst:325
#: ../../installation.rst:426
# cbfccdbbd27f47298d7fc3b73382201c
# 571475348c694fc5a0951ba38e24a95a
msgid "Then open a web browser to http://localhost:8000."
msgstr ""
#: ../../installation.rst:328
# 810777d3b4a24f4aa5e18111eab07975
msgid "Linux"
msgstr ""
#: ../../installation.rst:330
# 7144a1206971439dbac5d30140da5625
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
# 23c6ae93ca4248c985f76d8daa0fb2b3
msgid "Step 1. Install Requirements"
msgstr ""
#: ../../installation.rst:335
# 7604dbe50eb0440dbbbccb61ca920bbc
msgid "There are four programs that need to be installed:"
msgstr ""
#: ../../installation.rst:337
# 8ff2d0a6982a4512ae199db7a2b03dd1
msgid "Docker"
msgstr ""
#: ../../installation.rst:338
# 5dbc90221bc54a538a876ad69633f077
msgid "Git"
msgstr ""
#: ../../installation.rst:339
# 216dda71b31147f7a022098081c8d49d
msgid "Python (2 or 3)"
msgstr ""
#: ../../installation.rst:340
# af1acc9b2df646839934264073239d33
msgid "Pip"
msgstr ""
#: ../../installation.rst:342
# 0e3e1d1a6d4140b3bed58c998f4e576c
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
# fba853636b0148458111079237ce81f0
msgid "Install on Ubuntu / Debian"
msgstr ""
@ -476,114 +593,145 @@ msgstr ""
#: ../../installation.rst:359
#: ../../installation.rst:370
#: ../../installation.rst:381
# 6d63b8cf2f4e4998bc99fcbf2f77c999
# 87fb142c7b5e44469eca8863f78cfb85
# ba8f3bbe4a6c49b6b095f7d5e3e0f534
# 2677c8b97b6f4c16b86a700751d1412f
msgid "Commands to type:"
msgstr ""
#: ../../installation.rst:357
# 764c98370eb84b4eb50e1ac51c6b7ea6
msgid "Install on CentOS / RHEL"
msgstr ""
#: ../../installation.rst:368
# a09961f7e45b4e3aae5ed8d1f52c4946
msgid "Install on Fedora"
msgstr ""
#: ../../installation.rst:379
# 999fd3139c0e408cb52ec6ceb0a83ce2
msgid "Install on Arch"
msgstr ""
#: ../../installation.rst:388
# be82cce8e0be41d88504cd14e3a259dd
msgid "Step 2. Check Additional Requirements"
msgstr ""
#: ../../installation.rst:390
# c7d4e7c0fcf04ff0a979841d7308e721
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
# f2ed7faae3c84fc19328c75c85a636dc
msgid "You should see somethings similar to the following:"
msgstr ""
#: ../../installation.rst:402
# 4de0c838c6614997a1b95431774ed71f
msgid "If instead you get something similar to the following:"
msgstr ""
#: ../../installation.rst:408
# 0cd0383339e243ada6335b3f9ebd15e9
msgid "you can install it by using pip:"
msgstr ""
#: ../../installation.rst:416
# fd8f00e3f0d248a4b65c8ab8e1a61ebf
msgid "Step 3. Download and Launch WebODM"
msgstr ""
#: ../../installation.rst:418
# b05b14f2131940248450467595081d3e
msgid "From a terminal type:"
msgstr ""
#: ../../installation.rst:429
# 6e986db2a82d4a26a593dffcb5c8b848
msgid "Basic Commands and Troubleshooting"
msgstr ""
#: ../../installation.rst:431
# abcb40134c574261815508e020ddbd86
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
# b20c71cb3bf34941890f2dbabe3e17ba
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
# 22bf73072ed347b3bd9fdb034c018e2f
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
# 488fa868324f4590a9c5f95adfc31b19
msgid "Other useful commands are listed below:"
msgstr ""
#: ../../installation.rst:468
# 44c6a42dcf3b4fb1afecc9874beb985c
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
# ed38477739a6496cbf29381f9c57557f
msgid "Hello, WebODM!"
msgstr ""
#: ../../installation.rst:473
# 26f2be238a7e4643b8084fa7cc2555fc
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 ""
#: ../../installation.rst:479
# a475be23e9bd4867baf8cad77270caef
msgid "*WebODM Dashboard*"
msgstr ""
#: ../../installation.rst:481
# dcbc79df021d4d1d8aaa1f474b84cae3
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
# e979881d3cb64d32a362d3360bcf432a
msgid "If youve made it this far, congratulations! Now its time to start processing some data."
msgstr ""
#: ../../installation.rst:490
# d902de7445204e45b379df38fd5fc862
msgid "Running on more than one machine"
msgstr ""
#: ../../installation.rst:492
# f904cfd3005f409c8e04b9dfcf554971
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
# 47cdf34852f44d4099aa820f1a4f2975
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
# 45cef12959f74b05b26e257b2ae329fc
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
# 2a4ea96eede54e819f6b4b007212846c
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:504
# 72cb998a11d2498aa1d223f19ff099bc
msgid "`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/installation.rst>`_"
msgstr ""

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 0.9.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-21 15:08-0400\n"
"POT-Creation-Date: 2020-07-21 15:22-0400\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"
@ -17,174 +17,217 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../../large.rst:4
# 9bfdf0f58d66484790aafd3503b2d01c
msgid "Splitting Large Datasets"
msgstr ""
#: ../../large.rst:6
# 7ffac7e1969c459c8e59544bd3c9d98e
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
# d9c8c75065dd42609d41913e7a033206
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
# 6d1a869731da4aa1953c76ac12445e90
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
# ea65ddac58cc4eaa982cb6f08352b789
msgid "Calibrate images"
msgstr ""
#: ../../large.rst:15
# 6826f2d5b93a4b29ad8daa40ec2db1a7
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 ""
#: ../../large.rst:21
# 0a59eebf1a6d48f495991fef4e78948f
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
# eed0cd0fcc6f4eb9a9c3350d9c3086e9
msgid "Local Split-Merge"
msgstr ""
#: ../../large.rst:26
# 6437fb453ba84328986c28b28f30a20d
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
# 9cb748f918284a50af12348251f96b5f
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
# 911b102908614b0d9200a92911bae6d6
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
# ddb1539f95974084b090ab84013a7e2d
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
# d860e02c8c1246f58a98031bb378c563
msgid "Distributed Split-Merge"
msgstr ""
#: ../../large.rst:48
# d8f0cc0dbc5f48ad8c87f859f6c1ad27
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
# a039fc049e864c65b667972b7ef3c274
msgid "Getting Started with Distributed Split-Merge"
msgstr ""
#: ../../large.rst:57
# ba8d28cb059f446bb03e0e277572c134
msgid "The first step is start ClusterODM"
msgstr ""
#: ../../large.rst:63
# 08ddadbe3bb8497285e3d2718654dabe
msgid "Then on each machine you want to use for processing, launch a NodeODM instance via"
msgstr ""
#: ../../large.rst:69
# 98f8b234a5f34a31a178debd46dcb6ce
msgid "Connect via telnet to ClusterODM and add the IP addresses/port of the machines running NodeODM"
msgstr ""
#: ../../large.rst:84
# 6f02cd45e22c4980beec4d0edaf26c7d
msgid "Make sure you are running version ``1.5.1`` or higher of the NodeODM API."
msgstr ""
#: ../../large.rst:86
# a47666f962ac4900b5c108214b5e9061
msgid "At this point, simply use the ``--sm-cluster`` option to enable distributed split-merge"
msgstr ""
#: ../../large.rst:93
# 9eabc0a6b0754ca2b721b528ad19f94a
msgid "Understanding the Cluster"
msgstr ""
#: ../../large.rst:95
# 3d0de6109bac4dfa9fb2fe84acc6b2e9
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
# 90beaae91c7d457eaf2a385e8780bc6e
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
# 31c3bb7b468740b09ad5ac89b3fded88
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
# 7ef61b7fad3e42d591e3a5a824a6cf25
msgid "Accessing the Logs"
msgstr ""
#: ../../large.rst:137
# 3b24188812ed48a6aa6d46d799829a8b
msgid "While a process is running, it is also possible to list the tasks, and view the task output"
msgstr ""
#: ../../large.rst:145
# 5b1c3e7c6edc470180151e89b6a952ad
msgid "Autoscaling ClusterODM"
msgstr ""
#: ../../large.rst:147
# 285049aef199423988ca4a4a38a425d4
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
# f55ea76c77174488abe15f0a1b5e0147
msgid "To setup autoscaling you must:"
msgstr ""
#: ../../large.rst:151
# 8dcdc19a8adc4da3b63bf195004e8da9
msgid "Have a functioning version of NodeJS installed and then install ClusterODM"
msgstr ""
#: ../../large.rst:159
# 24f90e88ec3d476da27f732dfe5a00ba
msgid "Make sure docker-machine is installed."
msgstr ""
#: ../../large.rst:160
# e5d2b4d1ede644149d483fe35ecc790a
msgid "Setup a S3-compatible bucket for storing results."
msgstr ""
#: ../../large.rst:161
# efda26765e1b4b1699b660f61f780782
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
# e4a9d0926c1843ab823649aaed9d3a5e
msgid "You can then launch ClusterODM with"
msgstr ""
#: ../../large.rst:169
# 32af1377b9c3405a9cdbdbc12422bfda
msgid "You should see something similar to following messages in the console"
msgstr ""
#: ../../large.rst:177
# b21f064d7d1044f2b4a892538e73bc59
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
# 0ed8b1079d904c0a896001b786eb4e23
msgid "This way all tasks will be automatically forwarded to the autoscaler."
msgstr ""
#: ../../large.rst:190
# 00373d3452f049b5b90654e07d6546dc
msgid "Limitations"
msgstr ""
#: ../../large.rst:192
# 188045ef87cc4ac298b2ce9890101336
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
# 314715973fa84a9ba1c31330edb47f76
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
# f634116f08f241508a92acae1f39bbfb
msgid "Acknowledgments"
msgstr ""
#: ../../large.rst:198
# ca07c826259244199b85779904f0e46a
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:200
# 56798013851d422591fbc302db40e55a
msgid "`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/large.rst>`_"
msgstr ""

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 0.9.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-21 15:09-0400\n"
"POT-Creation-Date: 2020-07-21 15:22-0400\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"
@ -17,42 +17,52 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../../multispectral.rst:2
# 86cb73af54b2469a90f69d0472305ed0
msgid "Multispectral Support"
msgstr ""
#: ../../multispectral.rst:4
# 4df2d1aef3cd4669aa37fe97614edafa
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
# 732772b0e38d49b4850a3c49e4432f5c
msgid "Hardware"
msgstr ""
#: ../../multispectral.rst:9
# ba795e3eec95421a94d8e41d0fb9951f
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
# 35716902bf1a435cb7dc2869f1723dc0
msgid "`MicaSense RedEdge-MX and Altum <https://www.micasense.com/>`_"
msgstr ""
#: ../../multispectral.rst:12
# 828730caa0bb4b3fa73257ffe2f75fbf
msgid "`Sentera 6X <https://sentera.com/6x/>`_"
msgstr ""
#: ../../multispectral.rst:14
# 088bf9b5410a4c8a940ba698e3c3eff8
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
# bc35e483d9c74c13b0bcc1f522c736bb
msgid "Usage"
msgstr ""
#: ../../multispectral.rst:19
# 625cb4e64e5b4685bd625a44cb1b2cd0
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:25
# 652e66a6f651483b9462e88ba97442da
msgid "`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/multispectral.rst>`_"
msgstr ""

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 0.9.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-21 15:08-0400\n"
"POT-Creation-Date: 2020-07-21 15:22-0400\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"
@ -17,86 +17,107 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../../outputs.rst:2
# 9ddc16491a2d4c1fbe13518d06c18317
msgid "OpenDroneMap Outputs"
msgstr ""
#: ../../outputs.rst:4
# 83f417e71d4540aba27765d651f7f8b0
msgid "Listed below are some of the useful outputs ODM produces."
msgstr ""
#: ../../outputs.rst:7
# 49e791a419554b098106c1cf70512356
msgid "Point Cloud"
msgstr ""
#: ../../outputs.rst:9
# e3563ab58d424d6eadd080b0eccc86f9
msgid "``odm_georeferencing/odm_georeferenced_model.ply/laz/csv`` -- The georeferenced point cloud in different file formats"
msgstr ""
#: ../../outputs.rst:15
# 04c86a0281154663804b9a096c7a064b
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
# da38160cfe064ee7a976cff10ad6b4cc
msgid "3D Textured Model"
msgstr ""
#: ../../outputs.rst:21
# b4e6920f2af0421b95c8800fd57282ca
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
# 599b5ccdb3794e8385a10f7de94c979a
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 ""
#: ../../outputs.rst:30
# df7ddfe474ba4da5bf8993a3135b6a9d
msgid "*Textured mesh courtesy of* `OpenDroneMap <https://twitter.com/opendronemap>`_"
msgstr ""
#: ../../outputs.rst:33
# 311af044850c4a2ca03f186e2d677a73
msgid "Orthophoto"
msgstr ""
#: ../../outputs.rst:35
# a4308a69201f4f99b38e01466c9f89d0
msgid "``odm_orthophoto/odm_orthphoto.png`` -- The orthophoto, but this is a simple png, which doesn't have any georeferencing information"
msgstr ""
#: ../../outputs.rst:37
# dbbb6c23988f4af8b3b7cb48cc17a680
msgid "``odm_orthophoto/odm_orthphoto.tif`` -- GeoTIFF Orthophoto. You can use it in QGIS as a raster layer."
msgstr ""
#: ../../outputs.rst:43
# 484c4076cc5e467384b894275ad6e4f5
msgid "*Orthophoto over State University Zanzibar, courtesy of* `Khadija Abdullah Ali <https://www.linkedin.com/in/khadija-abdulla-ali-56b4044a/>`_"
msgstr ""
#: ../../outputs.rst:46
# cf5004343a34477db84e16bdb95997cf
msgid "DTM/DSM"
msgstr ""
#: ../../outputs.rst:48
# 346294dd8a0249ef8a0043db8847f567
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
# 05afe066c98345acaf466451a4e6dbab
msgid "Data will be stored in:"
msgstr ""
#: ../../outputs.rst:52
# afd408ec01744753a062d6f8b22f3b8d
msgid "``odm_dem/dtm.tif``"
msgstr ""
#: ../../outputs.rst:53
# c2b221c1a87c4fe08cddeaddb1df326b
msgid "``odm_dem/dsm.tif``"
msgstr ""
#: ../../outputs.rst:59
# 45a2df1b97754205b3c5d45ad2837ba8
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
# c64d8a40455d4ffb8f6622e991f81014
msgid "List of all outputs"
msgstr ""
#: ../../outputs.rst:109
# 01f27f8a39b1455e8eca78fa1bb7bf75
msgid "`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/outputs.rst>`_"
msgstr ""

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 0.9.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-21 15:08-0400\n"
"POT-Creation-Date: 2020-07-21 15:22-0400\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"
@ -17,42 +17,52 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../../requesting-features.rst:2
# 4a6ac1bd4f8643d983db602e57565ef2
msgid "How To Request Features"
msgstr ""
#: ../../requesting-features.rst:4
# 6835732bbac345f1a0630bf6c1c5c6fc
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
# d40e1b1cb36d46bb892b44bcb718576f
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
# 7cc50987865c4d919b471373f7b3622b
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
# a22c1506ca3b4b56a2b3bdadc8372475
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:23
# b27031829a6540809913b04c458af090
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:25
# e9d7a551b6b645b68d7c9871bea04ad4
msgid "or"
msgstr ""
#: ../../requesting-features.rst:27
# c6c4660f5766408d9a3cfd3bb36a208b
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:29
# aedaafdfb2ea40248b2890e22123b9b0
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:33
# 127a03fb5f664dfeac8491d857b897b6
msgid "`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/requesting-features.rst>`_"
msgstr ""

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 0.9.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-21 15:08-0400\n"
"POT-Creation-Date: 2020-07-21 15:22-0400\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"
@ -17,62 +17,77 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../../resources.rst:2
# 5eece4a637714fbaae9af8d986ba108d
msgid "Additional References"
msgstr ""
#: ../../resources.rst:5
# 322fb50c863f408b981e3461a0ced82c
msgid "For Users"
msgstr ""
#: ../../resources.rst:7
# ddd63e85ed854807a984b849d12c2c00
msgid "The following resources are a good place to start:"
msgstr ""
#: ../../resources.rst:9
# 9e00d3937dfb4f539e494035b485126a
msgid "`README page for ODM <https://github.com/OpenDroneMap/OpenDroneMap>`_"
msgstr ""
#: ../../resources.rst:10
# 2713733155a840f5be4d824d745dad88
msgid "`README page for WebODM <https://github.com/OpenDroneMap/WebODM>`_"
msgstr ""
#: ../../resources.rst:11
# 5aabbe8c91ae41aca18a5e11c3f87277
msgid "`README page for NodeODM <https://github.com/OpenDroneMap/node-OpenDroneMap>`_"
msgstr ""
#: ../../resources.rst:12
# bb89cc5074c340b290fd98348a2bc143
msgid "`Ground Control Points Format Specification <https://github.com/mapillary/OpenSfM/blob/master/doc/source/gcp.rst>`_"
msgstr ""
#: ../../resources.rst:13
# d34e748b56474b4ba9333a142f23bddf
msgid "`OpenDroneMap: The Missing Guide <https://odmbook.com/>`_"
msgstr ""
#: ../../resources.rst:16
# 974d88a4840e49c6866d3f2ab1a8ceab
msgid "For Developers"
msgstr ""
#: ../../resources.rst:18
# b1bf24503de042dbb7def45ebd62e721
msgid "In addition to user resources, we recommend to also read the following:"
msgstr ""
#: ../../resources.rst:20
# d0e0addb482b40eca062794e9faadabb
msgid "WebODM documentation: https://docs.webodm.org"
msgstr ""
#: ../../resources.rst:21
# 7d1a6b76009a42b59386a6a3a969816c
msgid "NodeODM API specification: https://github.com/OpenDroneMap/NodeODM/blob/master/docs/index.adoc"
msgstr ""
#: ../../resources.rst:22
# b008ba28dbef4aae943772cf56184338
msgid "Overview of the ODM pipeline: http://community.opendronemap.org/t/where-can-i-find-background-information-on-the-concepts-of-odm/665/2"
msgstr ""
#: ../../resources.rst:23
# d3e93ec56de3428ea5ae705da9c74068
msgid "We keep a `section in our forum dedicated to research papers <http://community.opendronemap.org/c/ideas-proposals/research-papers>`_. This is a valuable place where to read more about state of the art research related to structure from motion, multi-view stereo, meshing, texturing, etc. which can be used to improve the software."
msgstr ""
#: ../../resources.rst:26
# 3e25ab3d910648c389bdf4444ee765f0
msgid "`Help edit these docs! <https://github.com/OpenDroneMap/docs/blob/publish/source/api.rst>`_"
msgstr ""

Wyświetl plik

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: OpenDroneMap 0.9.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-21 15:08-0400\n"
"POT-Creation-Date: 2020-07-21 15:22-0400\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"
@ -17,390 +17,487 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: ../../tutorials.rst:5
# bc698022fce2477a868dc1bdb2dbdb68
msgid "Tutorials"
msgstr ""
#: ../../tutorials.rst:7
# ba5704b6cb914283ba1495d2ac04afa6
msgid "Below you will find instructions for some common use cases."
msgstr ""
#: ../../tutorials.rst:11
# c2417f8c2cbe4e189006241551cb8996
msgid "Creating High Quality Orthophotos"
msgstr ""
#: ../../tutorials.rst:17
# 218503b4915a4ee1befe8c8b89cd5405
msgid "Without any parameter tweaks, ODM chooses a good compromise between quality, speed and memory usage. If you want to get higher quality results, you need to tweak some parameters:"
msgstr ""
#: ../../tutorials.rst:19
# 1a9ffb6306ff4d81a89046d57157cf28
msgid "``--orthophoto-resolution`` is the resolution of the orthophoto in cm/pixel. Decrease this value for a higher resolution result."
msgstr ""
#: ../../tutorials.rst:20
# fc65d016079d423cb45ad6737ff473b6
msgid "``--ignore-gsd`` is a flag that instructs ODM to skip certain memory and speed optimizations that directly affect the orthophoto. Using this flag will increase runtime and memory usage, but may produce sharper results."
msgstr ""
#: ../../tutorials.rst:21
# 056becd1b8db45b4b5811d627239ac9d
msgid "``--texturing-nadir-weight`` should be increased to ``29-32`` in urban areas to reconstruct better edges of roofs. It should be decreased to ``0-6`` in grassy / flat areas."
msgstr ""
#: ../../tutorials.rst:22
# 449f93fbcb0d476cb4a20e14915ccd4f
msgid "``--texturing-data-term`` should be set to `area` in forest areas."
msgstr ""
#: ../../tutorials.rst:23
# 1d8b8713ab234e038a95e98282cdf736
msgid "``--mesh-size`` should be increased to `300000-600000` and `--mesh-octree-depth`` should be increased to `10-11` in urban areas to recreate better buildings / roofs."
msgstr ""
#: ../../tutorials.rst:27
# dd4ced14a7704cfa9d864262ed835ec6
msgid "Calibrating the Camera"
msgstr ""
#: ../../tutorials.rst:29
# 0fda85dfb5eb4d77839d54ecacada34c
msgid "Camera calibration is a special challenge with commodity cameras. Temperature changes, vibrations, focus, and other factors can affect the derived parameters with substantial effects on resulting data. Automatic or self calibration is possible and desirable with drone flights, but depending on the flight pattern, automatic calibration may not remove all distortion from the resulting products. James and Robson (2014) in their paper `Mitigating systematic error in topographic models derived from UAV and groundbased image networks <https://onlinelibrary.wiley.com/doi/full/10.1002/esp.3609>`_ address how to minimize the distortion from self-calibration."
msgstr ""
#: ../../tutorials.rst:35
# c0abbba373ac420ab578b0a8419618f2
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 ""
#: ../../tutorials.rst:37
# 887b8963a3084953a76683f9b84ecb46
msgid "To mitigate this effect, there are a few options but the simplest are as follows: fly two patterns separated by 20°, and rather than having a nadir (straight down pointing) camera, use one that tilts forward by 5°."
msgstr ""
#: ../../tutorials.rst:45
# ad6c12adcc97493eb963d2f15cc50776
msgid "As this approach to flying can be take longer than typical flights, a pilot or team can fly a small area using the above approach. OpenDroneMap will generate a calibration file called cameras.json that then can be imported to be used to calibrate another flight that is more efficiently flown."
msgstr ""
#: ../../tutorials.rst:47
# c3d183e004224c7183034999c05b184a
msgid "Alternatively, the following experimental method can be applied: fly with much lower overlap, but two *crossgrid* flights (sometimes called crosshatch) separated by 20° with a 5° forward facing camera."
msgstr ""
#: ../../tutorials.rst:49
# 5968ac88fb8248048f97f113b09640b9
msgid "Crossgrid overlap percentages can be lower than parallel flights. To get good 3D results, you will require 68% overlap and sidelap for an equivalent 83% overlap and sidelap."
msgstr ""
#: ../../tutorials.rst:50
# 4b6067e6593d46c49eddf54b48bf7017
msgid "To get good 2D and 2.5D (digital elevation model) results, you will require 42% overlap and sidelap for an equivalent 70% overlap and sidelap."
msgstr ""
#: ../../tutorials.rst:56
# c99ce80c15f740a894cd98f2f9fdefaf
msgid "Vertically separated flight lines also improve accuracy, but less so than a camera that is forward facing by 5°."
msgstr ""
#: ../../tutorials.rst:62
# b658c7baac074e03b291f5650ac7a750
msgid "From James and Robson (2014), `CC BY 4.0 <https://creativecommons.org/licenses/by/4.0>`_"
msgstr ""
#: ../../tutorials.rst:66
# 67b39b5853c2488dbf9bc08c46c85b1b
msgid "Creating Digital Elevation Models"
msgstr ""
#: ../../tutorials.rst:68
# 30464d780bd745a2bb68edd962f59f69
msgid "By default ODM does not create DEMs. To create a digital terrain model, make sure to pass the ``--dtm`` flag. To create a digital surface model, be sure to pass the ``--dsm`` flag."
msgstr ""
#: ../../tutorials.rst:74
# 993e1f1f28524ffa97708c7f365deb75
msgid "For DTM generation, a Simple Morphological Filter (smrf) is used to classify points in ground vs. non-ground and only the ground points are used. The ``smrf`` filter can be controlled via several parameters:"
msgstr ""
#: ../../tutorials.rst:76
# e712b7ceaa8344d9a440fbde86c7ecc5
msgid "``--smrf-scalar`` scaling value. Increase this parameter for terrains with lots of height variation."
msgstr ""
#: ../../tutorials.rst:77
# 22694f832b3f4524bcbe3c604bea565c
msgid "``--smrf-slope`` slope parameter, which is a measure of \"slope tolerance\". Increase this parameter for terrains with lots of height variation. Should be set to something higher than 0.1 and not higher than 1.2."
msgstr ""
#: ../../tutorials.rst:78
# 18318080dde04b34ac00de1a65520096
msgid "``--smrf-threshold`` elevation threshold. Set this parameter to the minimum height (in meters) that you expect non-ground objects to be."
msgstr ""
#: ../../tutorials.rst:79
# 3e48c857db424489a6ccbbb03b530a1a
msgid "``--smrf-window`` window radius parameter (in meters) that corresponds to the size of the largest feature (building, trees, etc.) to be removed. Should be set to a value higher than 10."
msgstr ""
#: ../../tutorials.rst:81
# 490c3514c0e04bf195470faeb46816d0
msgid "Changing these options can affect the result of DTMs significantly. The best source to read to understand how the parameters affect the output is to read the original paper `An improved simple morphological filter for the terrain classification of airborne LIDAR data <https://www.researchgate.net/publication/258333806_An_Improved_Simple_Morphological_Filter_for_the_Terrain_Classification_of_Airborne_LIDAR_Data>`_ (PDF freely available)."
msgstr ""
#: ../../tutorials.rst:83
# ee7dfad49a004b618581ff1d15ec20b5
msgid "Overall the ``--smrf-threshold`` option has the biggest impact on results."
msgstr ""
#: ../../tutorials.rst:85
# 37e937eac4554466884a177efb819d3f
msgid "SMRF is good at avoiding Type I errors (small number of ground points mistakenly classified as non-ground) but only \"acceptable\" at avoiding Type II errors (large number non-ground points mistakenly classified as ground). This needs to be taken in consideration when generating DTMs that are meant to be used visually, since objects mistaken for ground look like artifacts in the final DTM."
msgstr ""
#: ../../tutorials.rst:91
# bb740913c61b49ada8e2dee3d9b46634
msgid "Two other important parameters affect DEM generation:"
msgstr ""
#: ../../tutorials.rst:93
# ef96f4a95b444dc2910315c3e339c146
msgid "``--dem-resolution`` which sets the output resolution of the DEM raster (cm/pixel)"
msgstr ""
#: ../../tutorials.rst:94
# 328aad2dd33c43ef9b4dde4986b87809
msgid "``--dem-gapfill-steps`` which determines the number of progressive DEM layers to use. For urban scenes increasing this value to `4-5` can help produce better interpolation results in the areas that are left empty by the SMRF filter."
msgstr ""
#: ../../tutorials.rst:96
# 4e780ffcb3aa45cc87b149d8b6344727
msgid "Example of how to generate a DTM::"
msgstr ""
#: ../../tutorials.rst:102
# 7cbf9c7abbfa4a36b51eac11b7031f45
msgid "Using Docker"
msgstr ""
#: ../../tutorials.rst:104
# 1af9725448554dcb9b62bc02541f50e7
msgid "Since many users employ docker to deploy OpenDroneMap, it can be useful to understand some basic commands in order to interrogate the docker instances when things go wrong, or we are curious about what is happening. Docker is a containerized environment intended, among other things, to make it easier to deploy software independent of the local environment. In this way, it is similar to virtual machines."
msgstr ""
#: ../../tutorials.rst:106
# 846595b2f29f49de804abcb80b394fb7
msgid "A few simple commands can make our docker experience much better."
msgstr ""
#: ../../tutorials.rst:109
# 99a5f474293248df8ef20bde190ebecd
msgid "Listing Docker Machines"
msgstr ""
#: ../../tutorials.rst:111
# bffb62c08a8e4c43a7d6f3b2a843f24d
msgid "We can start by listing available docker machines on the current machine we are running as follows:"
msgstr ""
#: ../../tutorials.rst:120
# 29a8c4988c6347ca8d0e6d80aa923db1
msgid "If we want to see machines that may not be running but still exist, we can add the `-a` flag:"
msgstr ""
#: ../../tutorials.rst:133
# d6c5607cb49e4887b1a1118763742769
msgid "Accessing logs on the instance"
msgstr ""
#: ../../tutorials.rst:135
# a8a0057b6b364c538f5121ee79a4a9ca
msgid "Using either the `CONTAINER ID` or the name, we can access any logs available on the machine as follows:"
msgstr ""
#: ../../tutorials.rst:141
# f47e20d6cb604ae58be1ae76fa7495a1
msgid "This is likely to be unwieldy large, but we can use a pipe `|` character and other tools to extract just what we need from the logs. For example we can move through the log slowly using the `more` command:"
msgstr ""
#: ../../tutorials.rst:157
# 5d2c69fc48e7447c997c3002b90892c3
msgid "Pressing `Enter` or `Space`, arrow keys or `Page Up` or `Page Down` keys will now help us navigate through the logs. The lower case letter `Q` will let us escape back to the command line."
msgstr ""
#: ../../tutorials.rst:159
# 919abfa022b342e78f3ffe634d4f985f
msgid "We can also extract just the end of the logs using the `tail` commmand as follows:"
msgstr ""
#: ../../tutorials.rst:170
# eb416b778fe34b7aa2a0a6fbd947d940
msgid "The value `-5` tells the tail command to give us just the last 5 lines of the logs."
msgstr ""
#: ../../tutorials.rst:173
# c91bbc1e32364acab1f6cede662ff93a
msgid "Command line access to instances"
msgstr ""
#: ../../tutorials.rst:175
# 8f657feeb46c4027ab35c80612e3bfdf
msgid "Sometimes we need to go a little deeper in our exploration of the process for OpenDroneMap. For this, we can get direct command line access to the machines. For this, we can use `docker exec` to execute a `bash` command line shell in the machine of interest as follows:"
msgstr ""
#: ../../tutorials.rst:179
# 419edee5e5304dc2b84bf9b6b820ff01
msgid "::"
msgstr ""
#: ../../tutorials.rst:178
# d3967410b2084b3d91ddee9ed9a8ad25
msgid "> docker exec -ti 2518817537ce bash root@2518817537ce:/code#"
msgstr ""
#: ../../tutorials.rst:181
# 1ad64d2173e44dcb8fe59f0cf38a67ff
msgid "Now we are logged into our docker instance and can explore the machine."
msgstr ""
#: ../../tutorials.rst:184
# 1e06fc927fa64fee9fc90cf54f4b380e
msgid "Cleaning up after Docker"
msgstr ""
#: ../../tutorials.rst:186
# cbb8a0fe36c743bab8593547e84eabaf
msgid "Docker has a lamentable use of space and by default does not clean up excess data and machines when processes are complete. This can be advantageous if we need to access a process that has since terminated, but carries the burden of using increasing amounts of storage over time. Maciej Łebkowski has an `excellent overview of how to manage excess disk usage in docker <https://lebkowski.name/docker-volumes/>`_."
msgstr ""
#: ../../tutorials.rst:190
# 13a77fa054684acca90d066ba45e6798
msgid "Using ODM from low-bandwidth location"
msgstr ""
#: ../../tutorials.rst:193
# da902666a127490898ebec7f355bcd6c
msgid "What is this and who is it for?"
msgstr ""
#: ../../tutorials.rst:195
# 81668b4110b7487d90554d7de58ddf97
msgid "Via Ivan Gayton's: [repo](https://github.com/ivangayton/GDAL_scripts/)"
msgstr ""
#: ../../tutorials.rst:197
# 1da57f70e1f94ab78c25794679a8b9a0
msgid "`OpenDroneMap <https://www.opendronemap.org/>`__ cant always be effectively set up locally—it takes a fairly powerful machine to process large datasets—so a cloud machine can sometimes be the answer for people in the field. However, bandwidth is a problem in many low-income settings. This constraint cant be solved completely, but the following method does a reasonable job of reducing the bandwidth needed to process drone imagery datasets on the cloud from African locations."
msgstr ""
#: ../../tutorials.rst:205
# 8548ad3cf6134f578528c1a7d7bd8224
msgid "Here we present a tricky but workable process to create an OpenDroneMap cloud machine (*not* CloudODM, mind you, just a cloud-based instance of ODM that you run from the command line) and use it to remotely process large photo sets. It requires familiarity with Unix command line use, ssh, a Digital Ocean account (Amazon AWS would work as well, possibly with slight differences in the setup), and a moderate level of general computer literacy. If you arent fairly computer-savvy and willing to fuss with a slightly tricky setup, `CloudODM <https://www.opendronemap.org/cloudodm/>`__ is what you should be looking at."
msgstr ""
#: ../../tutorials.rst:216
# 81099e4fa5954fd6b4f44fb5c54b1dba
msgid "The whole process is mostly targeted at someone flying substantial missions in an African or similar location looking to process data ASAP while still in a field setting. Therefore it emphasizes a workflow intended to reduce bandwidth/data transfer, rather than just the simplest way of running ODM."
msgstr ""
#: ../../tutorials.rst:223
# 73a86b7b29964478b12e187684cf79d9
msgid "Steps"
msgstr ""
#: ../../tutorials.rst:226
# 643f3ad3ae8a4ea0bc2348e7d2ac5460
msgid "Install"
msgstr ""
#: ../../tutorials.rst:228
# 8b648ae1501f4e0b9c4db5f81e7fb222
msgid "Create a Digital Ocean droplet with at least 4GB of RAM. Thatll cost about $20/month. Less than 4GB of RAM and the install will probably fail. When we actually run the ODM process well resize it to a much larger—and more expensive—cloud machine, but between runs you can downsize it between runs to the second-cheapest droplet which costs only $10/month (the cheapest droplet, at $5/month, comes with such a small drive that you cant downsize back to it)."
msgstr ""
#: ../../tutorials.rst:236
# 15af1dfd05cd4e06b02371f70d8f706a
msgid "Should be an Ubuntu 16.04 instance to ensure dependency compatibility"
msgstr ""
#: ../../tutorials.rst:238
# bfc1d4955ef94deca03a09bf0919e9b6
msgid "Create a user with sudo privileges. `Digital Oceans insanely good documentation <https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04>`__ can help you figure this out. In our case we set up a user called ``odm``, so connecting to it is via the command ``ssh odm@xxx.xxx.xxx.xxx`` (where the xs stand for the IPv4 address of your server). If you want to follow this example closely, *do* use the username ``odm``; then your install path will be ``/home/odm/ODM/`` and will match all of the examples in this document. -When you log into the server, it will offer you the option to upgrade to Ubuntu 18.04, a more recent version. Dont. ODM native install doesnt work smoothly on 18.04. Go ahead and execute ``sudo apt update`` and ``sudo apt upgrade`` to ensure your server isnt dangerously without updates, but stay with Ubuntu 16.04."
msgstr ""
#: ../../tutorials.rst:253
# bc99668a3415447db6852372400a37b6
msgid "Download and install ODM on it from the `ODM Github <https://github.com/OpenDroneMap/ODM>`__ (regular, not WebODM) with the following commands:"
msgstr ""
#: ../../tutorials.rst:263
# 4004a63e7cf44a678a2daea9a74c6d50
msgid "If you do this from the default home folder of your user (i.e. ``odm``) the path to the install will be ``/home/odm/ODM`` (abbreviated as ``~/ODM/``)."
msgstr ""
#: ../../tutorials.rst:266
# 3eae7e46f41f4caf91a135630ab5ce15
msgid "There are some environmental variables that need to be set. Open the ~/.bashrc file on your machine and add the following 3 lines at the end (From `the ODM github <https://github.com/OpenDroneMap/ODM>`__). The file can be opened with ``nano ~/.bashrc`` (or whatever text editor you use in lieu of nano). Be sure to replace ``/home/odm/`` with the correct path to the location where you extracted OpenDroneMap if you didnt do everything exactly as in our example (for example if you used a different username in your server setup):"
msgstr ""
#: ../../tutorials.rst:281
# d291f6c8c4124aefbab0517954756af3
msgid "Note that the ODM github readme contains a slight error, the install directory name will be ODM, not OpenDroneMap (youll see this if you compare the above instructions to the ones on the ODM GitHub)."
msgstr ""
#: ../../tutorials.rst:285
# ff36705476814c05b0f1c0593d3c53d8
msgid "In order to prevent a crash wherein the split-merge process fails to locate its own executable, we add the following lines to ``~/.bashrc`` (adjust paths if youve set things up differently from our example):"
msgstr ""
#: ../../tutorials.rst:295
# 4eaba97903ec46598d0211f963583d66
msgid "Now youll need a second cloud hard drive (a “Volume” in Digital Ocean jargon) big enough to manage your project. Rule of thumb seems to be 10 times the size of your raw image set; weve got a 100GB image set and set up a 1000GB volume (once the run is done you should be able to get rid of most of this expensive drive capacity, but its needed to complete the process). Set up the volume, attach it to your droplet, and `configure its mount point <https://www.digitalocean.com/docs/volumes/how-to/mount/>`__ (in this example were setting it to ``/mnt/odmdata/``)."
msgstr ""
#: ../../tutorials.rst:306
# 64b0db6773ee406789fb45cc17871430
msgid "Prep data and project"
msgstr ""
#: ../../tutorials.rst:308
# a73af720bd044e7191ffeb3a1d6867cb
msgid "Now push your images onto the server. You can use `Secure Copy (scp) <https://en.wikipedia.org/wiki/Secure_copy>`__ like so: ``scp -r /path/to/my/imagefolder odm@xxx.xxx.xxx.xxx:/mnt/odmdata/``."
msgstr ""
#: ../../tutorials.rst:312
# 6159f78889a940f69a0bd06f83289151
msgid "This pushes the entire folder full of images (thats what the ``-r`` option does, “recursive”) into the remote location (in our example, into the volume we attached to the cloud machine at ``/mnt/odmdata/``."
msgstr ""
#: ../../tutorials.rst:316
# 8327bec41a35499ebdeb2706faeb14f1
msgid "This will take some bandwidth. No way around the size of the files.\\ `1 <#footnote1>`__, \\ `2 <#footnote2>`__\\"
msgstr ""
#: ../../tutorials.rst:320
# 50440b37a40443f6b0ccd6025c74754e
msgid "Directory structure"
msgstr ""
#: ../../tutorials.rst:322
# a4e8077b71884d2a8f6f1bdaa3869e38
msgid "ODM requires the directories on the machine to be set up just so. The critical bits are the install folder (if you installed as above, its ``/home/odm/ODM/``) and the project folder (i.e. ``/mnt/odmdata/myproject/``)"
msgstr ""
#: ../../tutorials.rst:327
# 172a34f418fe405aafaf56a2a4c671ec
msgid "ODMs settings.yaml file specifies a single parent directory containing all projects. This is what goes in the project path line of the settings.yaml file (slightly confusingly, this is actually the *parent* directory of the individual project directories, which are specified by the project name parameter when calling ODM). Edit settings.yaml and set the project_path parameter to (as per our example setup) ``/mnt/odmdata/``, which in this case points to the Volume we created. Individual project directories are created within that."
msgstr ""
#: ../../tutorials.rst:336
# 56451d5f39c54145aed63ff3ccbb9398
msgid "Individual project directories, i.e. ``/mnt/odmdata/myproject/`` contain the gcp_list.txt file, the image_groups.txt file, and the images folder for each project``\\`"
msgstr ""
#: ../../tutorials.rst:339
# 2793395243e14809af4c944e154c2db2
msgid "The images folder, i.e. ``/mnt/odmdata/myproject/images/`` contains all of the images. If you set it up like this, the images dont get re-copied because theyre already in the directory that ODM wants them in."
msgstr ""
#: ../../tutorials.rst:343
# 38524776d7094366898d9d5d9179f415
msgid "If youve got images with GPS info on them (as from an Ebee), use exiftool to massage the GPS information ``exiftool \"-GPSDOP<GPSZAccuracy\" .``.\\ `3 <#footnote3>`__\\ To do so youll need to install exiftool. The command for that is probably ``sudo apt install libimage-exiftool-perl``."
msgstr ""
#: ../../tutorials.rst:348
# 72985450cf8b4699a595eb2def6da7a7
msgid "Modify settings.yaml to specify the parent directory of the project folder (in this case the Volume we created, ``/mnt/odmdata/``). Make sure the images are in the correct spot, i.e. ``/mnt/odmdata/myproject/images`` and the other ancillary files (gcp_list.txt and image_groups.txt) are in the root folder ``/mnt/odmdata/myproject/``"
msgstr ""
#: ../../tutorials.rst:354
# 5d32b5b173d941c6bc09c968ee5ce103
msgid "if you have the images in separate folders for individual AOI blocks or flights (which you will if your flight management was organized), you can create an image_groups.txt file with the incantations ``for i in *; do cd $i; for j in *; do echo \"$j $i\" >> ../$i.txt; done; cd ../; done;`` and ``cd ../``, ``for i in myproject/*.txt; do cat $i >> image_groups.txt; done;``. That should create a file with the correct structure: a list of all image files and a “group name” after each one (which in this case will simply be the name of the folder it came from). Then move all of the image files into a single directory called images in the project root dir (so ``/mnt/odmdata/myproject/images/``). The image_groups.txt file will allow ODM to keep track of which images belong to the same batch, even though theyre all in a single directory."
msgstr ""
#: ../../tutorials.rst:370
# 87626843526d49d3b40b847a4c034b71
msgid "Resize droplet, pull pin, run away"
msgstr ""
#: ../../tutorials.rst:372
# e193d3924c414806878280c3200b2ce7
msgid "Shut down and resize your machine to an appropriately monstrous number of CPUs and amount of memory. I use the memory-optimized machine with 24 dedicated vCPUs and 192GB of RAM (which costs about $1.60/hr—which adds up fast, its over $1000/month). Restart, and get to work quickly so as not to waste expensive big-droplet time."
msgstr ""
#: ../../tutorials.rst:377
# b2c2a6c9703e45e9930ccf52a8518457
msgid "Launch the ODM process via ssh using nohup (so that if youre cut off, processing will continue)"
msgstr ""
#: ../../tutorials.rst:380
# bfe0a1a8d0a84fe38f310ef05cb38db0
msgid "Alternately you can use GNU screen to launch the process from a screen session which wont stop if your connection is interrupted; launch ``screen``, and use ``<ctrl> a <ctrl> d`` to detach, ``screen -r`` to re-attach. But using screen wont get you a log file of all of the console output unless you do something specific to capture that, while nohup gives you a file with all of the console output, including error messages, for free."
msgstr ""
#: ../../tutorials.rst:387
# c6ba5ecdb35547ddbedf38c7681bf60c
msgid "Note: as of 2020-03 the normal incantation ``python run.py -i /path/to/image/folder project_name`` seems *not* to work; the ``-i`` or ``--image`` parameter causes a weird error. So we drop the -i parameter, and rely on the project directory line in the settings.yaml file to direct ODM to the right place. Now using (including a split-merge):"
msgstr ""
#: ../../tutorials.rst:398
# a1e4e8745cde4786aad01b72b975679f
msgid "This points ODM at the folder (in this example) ``/mnt/odmdata/myproject/``. Provided the image_groups.txt and gcp_list.txt are in this folder, the images are in ``/mnt/odmdata/myproject/images/``, and the project path in settings.yaml is ``/mnt/odmdata/`` it will not waste time and space copying images."
msgstr ""
#: ../../tutorials.rst:405
# c392407329184696882379bd0a4f9a57
msgid "Note that this assumes you have an image_groups.txt file. If not, this ``-split-overlap 0`` will probably fuck things up, and the ``--split 1`` is literally a random number that will be ignored after the image_groups.txt file is loaded (I think it normally controls how many groups it splits a set of images into, but in our case were assuming the images are already grouped sensibly). If you dont have a large dataset (>1000 images), omit the ``--split`` and ``--split-overlap`` options."
msgstr ""
#: ../../tutorials.rst:414
# f466c3ea9e7545a5b822050dc454d6bf
msgid "Follow the progress using tail (so that youll know when its done)"
msgstr ""
#: ../../tutorials.rst:420
# fa734836b9cd4a36abfabcb82c3b8830
msgid "You may want to keep an eye on htop (to get a sense of the resource usage so that in future you can only spin up a machine as large as necessary)"
msgstr ""
#: ../../tutorials.rst:425
# affa836cc77c4d59a43010c5301a26c8
msgid "After it finishes (assuming you survive that long)"
msgstr ""
#: ../../tutorials.rst:427
# bcb61b7d4d0c4a1bbaad8764f5449885
msgid "As soon as processing is done, shut down the machine and resize it back down to the inexpensive minimum capacity."
msgstr ""
#: ../../tutorials.rst:429
# e79c28835c934105b25ad54271278314
msgid "Start the machine back up, and log in via ssh."
msgstr ""
#: ../../tutorials.rst:430
# 3c1e7b39260e4e9c857e9f03b86c99e3
msgid "If you want to save download bandwidth, you can compress the orthophoto using GDAL. Dont add overviews, do that on your local machine to avoid making the file bigger before downloading it."
msgstr ""
#: ../../tutorials.rst:438
# 15065b6e5563441b9cdebc2be1b4cbc5
msgid "Download using scp: ``scp odm@xxx.xxx.xxx.xxx:/mnt/odmdata/myproject/odm_orthophoto/odm_orthophoto.tif`` (or grab the compressed version you created in the last step)"
msgstr ""
#: ../../tutorials.rst:442
# add03fc205984cc29461bdee3751ca8c
msgid "Once you get the file on your local computer, you can use QGIS to add overviews (“pyramids”) or use the GDAL command ``gdaladdo -r average /path/to/image.tif 2 4 8 16 32 64 128 256 512 1024``."
msgstr ""
#: ../../tutorials.rst:446
# bdd2a009e03f4183a932f0002230b0e6
msgid "You can archive the odm_texturing, odm_georeferencing, and odm-dem folders using tar to make them easier to download in one piece (and maybe smaller)."
msgstr ""