Created main table of contents and placeholder files.

2021-updates
Corey Snipes 2021-01-24 22:30:17 -05:00
rodzic e31587b975
commit f8f2db2089
9 zmienionych plików z 216 dodań i 540 usunięć

Wyświetl plik

@ -0,0 +1,23 @@
.. Additional resources
Additional Resources
=========================================
... overview ...
Community Forum
-----------------------------------------
(...)
Books and Online References
-----------------------------------------
(...)
Video Tutorials
-----------------------------------------
(...)
On-Site and Remote Training
-----------------------------------------
(...)

Wyświetl plik

@ -0,0 +1,82 @@
.. Getting Started with Data Processing
Advanced Processing Topics
=========================================
... overview of advanced topics ...
Output Accuracy and Quality
-----------------------------------------
(...)
High Quality Orthophotos
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(...)
High Quality 3D Models
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(...)
High Quality DTM/DSM
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(...)
Ground Control Points
-----------------------------------------
(...)
Recommended Practices
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(...)
GCP File Format
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(...)
Other GCP Interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(...)
Processing Parameters
-----------------------------------------
(...)
Plant Health Algorithms
-----------------------------------------
(...)
Exporting and Downloading
-----------------------------------------
(...)
Working with Large Datasets
-----------------------------------------
(...)
Split/Merge
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(...)
ClusterODM
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(...)
Camera Calibration
-----------------------------------------
(...)
Image Geolocation (geo.txt)
-----------------------------------------
(...)
Image Masks
-----------------------------------------
(...)
Field Use, Low/No Connectivity
-----------------------------------------
(...)
System Maintenance and Cleanup
-----------------------------------------
(...)

Wyświetl plik

@ -99,15 +99,6 @@ Arguments
``name`` <project name>
Name of dataset (i.e subfolder name within project folder). Default: ``code``
``--opensfm-depthmap-method`` PATCH_MATCH | BRUTE_FORCE | PATCH_MATCH_SAMPLE
Raw depthmap computation algorithm. PATCH_MATCH and PATCH_MATCH_SAMPLE are faster, but might miss some valid points. BRUTE_FORCE takes longer but produces denser reconstructions. Default: ``PATCH_MATCH``
``--opensfm-depthmap-min-consistent-views`` <integer: 2 <= x <= 9>
Minimum number of views that should reconstruct a point for it to be valid. Use lower values if your images have less overlap. Lower values result in denser point clouds but with more noise. Default: ``3``
``--opensfm-depthmap-min-patch-sd`` <positive float>
When using PATCH_MATCH or PATCH_MATCH_SAMPLE, controls the standard deviation threshold to include patches. Patches with lower standard deviation are ignored. Default: ``1``
``--optimize-disk-space``
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``
@ -177,6 +168,9 @@ Arguments
``--skip-band-alignment``
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``
``--skip-report``
Skip generation of PDF report. This can save time if you don't need a report. Default: ``False``
``--sm-cluster`` <string>
URL to a ClusterODM instance for distributing a split-merge workflow on multiple nodes in parallel. Default: ``None``
@ -231,9 +225,6 @@ Arguments
``--use-hybrid-bundle-adjustment``
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``
``--use-opensfm-dense``
Use OpenSfM to compute the dense point cloud instead of OpenMVS. Default: ``False``
``--verbose,-v``
Print additional messages to the console. Default: ``False``

Wyświetl plik

@ -0,0 +1,38 @@
.. Getting Started with Data Processing
Data Processing Basics
=========================================
... data processing overview ...
Loading Data
-----------------------------------------
(...)
Start with a Test Dataset
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(...)
Running Your Dataset
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(...)
Ground Control Points
-----------------------------------------
(...)
Orthophoto Overview
-----------------------------------------
(...)
3D Model Overview
-----------------------------------------
(...)
DTM/DSM Overview
-----------------------------------------
(...)
Plant Health / Multispectral Overview
-----------------------------------------
(...)

Wyświetl plik

@ -10,7 +10,7 @@
# General information about the project.
project = 'OpenDroneMap'
copyright = '2020, OpenDroneMap'
copyright = '2021, OpenDroneMap'
author = 'OpenDroneMap'
import urllib.request

Wyświetl plik

@ -1,17 +1,17 @@
.. contributing
How To Contribute
=================
=========================================
OpenDroneMap relies on community contributions. You can contribute in many ways, even if you are not a programmer.
Community Forum
---------------
-----------------------------------------
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.
Reporting Bugs
--------------
-----------------------------------------
Bugs are tracked as Github issues. Please create an issue in the repository and tag it with the Bug tag.
@ -33,7 +33,7 @@ Include details about your configuration and environment:
* **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?
Template For Submitting Bug Reports
```````````````````````````````````
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
::
[Short description of problem here]
@ -65,8 +65,12 @@ Template For Submitting Bug Reports
* Problem can be reliably reproduced, doesn't happen randomly: [Yes/No]
* Problem happens with all datasets and projects, not only some datasets or projects: [Yes/No]
For Developers
-----------------------------------------
(...)
Pull Requests
-------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Include screenshots and animated GIFs in your pull request whenever possible.
* Follow the PEP8 Python Style Guide.
@ -78,5 +82,6 @@ Pull Requests
* Using a plain return when returning explicitly at the end of a function.
* Not return null, return undefined, null, or undefined
`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>`_!
Contributing to Docs
-----------------------------------------
`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>`_!

Wyświetl plik

@ -0,0 +1,19 @@
.. Data Collection and Flight Planning
Data Collection
=========================================
... data collection overview ...
Basic Concepts
-----------------------------------------
(...)
Flight Planning
-----------------------------------------
(...)
Advanced Concepts
-----------------------------------------
(...)

Wyświetl plik

@ -21,38 +21,31 @@ The documentation is available in several languages. Some translations are incom
- `Swahili <https://docs.opendronemap.org/sw>`_
- `Telugu <https://docs.opendronemap.org/te>`_
|
|
.. figure:: images/seedling.png
:alt: image of seedling
:align: right
:height: 70
:width: 70
|
.. toctree::
installation
.. figure:: images/pencil.png
:alt: image of pencil
:align: right
:height: 60
:width: 60
.. toctree::
tutorials
arguments
outputs
gcp
map-accuracy
geo
masks
large
resources
flying
multispectral
requesting-features
basic-processing
advanced-processing
data-collection
additional-resources
contributing
'tutorials
'arguments
'outputs
'gcp
'map-accuracy
'geo
'masks
'large
'resources
'flying
'multispectral
'requesting-features
'contributing

Wyświetl plik

@ -1,505 +1,30 @@
.. Notes and doc on installing ODM
Installation and Getting Started
================================
Installation
=========================================
This section is excerpted and modified with permission from `OpenDroneMap: The Missing Guide <https://odmbook.com>`_, by Piero Toffanin.
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:
.. figure:: https://www.opendronemap.org/wp-content/uploads/2018/07/odm-logo-64x64.png
:alt: ODM Logo
:align: center
* **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
.. figure:: images/NodeODMLogo.png
:alt: NodeODM Logo
:align: center
* **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
.. figure:: https://www.opendronemap.org/wp-content/uploads/2018/07/webodm-icon-64x64.png
:alt: WebODM Logo
:align: center
* **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
.. figure:: https://www.opendronemap.org/wp-content/uploads/2019/01/cloudodm-64x64.png
:alt: CloudODM Logo
:align: center
* **CloudODM** is a small command line client to communicate with ODM via the NodeODM API
.. figure:: images/PyODMLogo.png
:alt: PyODM Logo
:align: center
* **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
.. figure:: images/ClusterODMLogo.png
:alt: ClusterODM Logo
:align: center
* **ClusterODM** is a load balancer for connecting together multiple NodeODM instances
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.
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.
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.
... installation overview ...
Quick Start
-----------------------------------------
(...)
Hardware Recommendations
------------------------
-----------------------------------------
(...)
The bare minimum requirements for running the software
are:
Which Version?
-----------------------------------------
(...)
* 64bit CPU manufactured on or after 2010
* 20 GB of disk space
* 4 GB RAM
Docker Installation
-----------------------------------------
(...)
No more than 100-200 images can be processed with the above specifications (the software will run out of memory). Recommended requirements are:
Native Installation
-----------------------------------------
(...)
* Latest Generation CPU
* 100 GB of disk space
* 16 GB RAM
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.
.. _docker-installation:
Installation
------------
We recommend people use `docker <https://www.docker.com>`_ for running ODM, whether you are on Windows, macOS or Linux.
Windows
```````
To run OpenDroneMap you need at least Windows 7. Previous
versions of Windows are not supported.
Step 1. Check Virtualization Support
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.
.. figure:: images/virtualizationcheck.png
:alt: Image of checking virtualization in Windows 8 or higher
:align: center
*Virtualization should be enabled*
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.
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”).
.. figure:: images/bioskeys.png
:alt: Table of different bios keys
:align: center
*Common keys to press at computer startup to access the boot menu for various PC vendors*
Step 2. Install Requirements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
First, youll need to install:
* Git: https://git-scm.com/downloads
* Python (latest version 3): https://www.python.org/downloads/windows/
For Python 3, make sure you check **Add Python 3.x to PATH** during the installation.
.. figure:: images/installpython3.png
:alt: Screenshot of Python3 installation process
:align: center
*Dont forget to add the Python executable to your PATH (so that you can run commands with it)*
Then, only if you are on Windows 10 Home, Windows 8 (any version) or Windows 7 (any version), install:
* Docker Toolbox: https://github.com/docker/toolbox/releases/download/v18.09.3/DockerToolbox-18.09.3.exe
If you are on Windows 10 Professional or a newer version, you should install instead:
* Docker for Windows: https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe
Please do **NOT** install both docker programs. They are different and will create a mess if they are both installed.
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.
Step 3. Check Memory and CPU Allocation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.
If you installed Docker Toolbox (see below if you installed Docker for Windows instead):
1. Open the **VirtualBox Manager** application
2. Right click the **default** VM and press **Close (ACPI Shutdown)** to stop the machine
3. Right click the **default** VM and press **Settings...**
4. 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
.. figure:: images/virtualboxsettings.png
:alt: Screenshot of VirtualBox Settings
:align: center
*VirtualBox default VM settings*
Then press **OK**, right click the **default** VM and press **Start**.
If you installed Docker for Windows instead:
1. Look in the system tray and right click the “white whale” icon.
2. From the menu, press **Settings...**
3. From the panel, click **Advanced** and use the sliders to allocate 60-70% of available memory and use half of all available CPUs.
4. Press **Apply**.
.. figure:: images/dockericon.png
:alt: Screenshot of Docker Icon
:align: center
*Step 1 Docker icon*
.. figure:: images/dockersettings.png
:alt: Screenshot of Docker Settings
:align: center
*Step 3 & 4 Docker settings*
Step 4. Download WebODM
^^^^^^^^^^^^^^^^^^^^^^^
Open the **Git Gui** program that comes installed with Git. From there:
* When Git Gui opens, click 'Clone Existing Repository' option
* In **Source Location** type: https://github.com/OpenDroneMap/WebODM
* In **Target Directory** click browse and navigate to a folder of your choosing (create one if necessary)
* Press **Clone**
.. figure:: images/gitgui.png
:alt: Screenshot of Git Gui
:align: center
*Git Gui*
If the download succeeded, you should now see this window:
.. figure:: images/gitguisuccess.png
:alt: Screenshot of Git Gui after successful download
:align: center
*Git Gui after successful download (clone)*
Go to the **Repository** menu, then click **Create Desktop Icon**. This will allow you to come back to this application easily in the future.
Step 4. Launch WebODM
^^^^^^^^^^^^^^^^^^^^^
From Git Gui, go to the **Repository** menu, then click **Git Bash**. From the command line terminal type:
.. code:: bash
$ ./webodm.sh start&
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:
.. figure:: images/webodmsuccess.png
:alt: Screenshot of after successfully downloading WebODM
:align: center
*Console output after starting WebODM for the first time*
* If you are using Docker for Windows, open a web browser to http://localhost:8000
* If you are using Docker Toolbox, find the IP address to connect to by typing:
.. code:: bash
$ docker-machine ip
You should get a result like the following:
.. code:: bash
192.168.1.100
Then connect to http://192.168.1.100:8000 (replacing the IP address with the proper one).
macOS
`````
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).
Step 1. Check Virtualization Support
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Open a Terminal window and type:
.. code:: bash
$ sysctl kern.hv_support
You will get a response similar to the following:
.. code:: bash
kern.hv_support: 1
If the result is *kern.hv_support: 1*, then your Mac is supported! Continue with Step 2.
If the result is *kern.hv_support: 0*, unfortunately it means your Mac is too old to run OpenDroneMap. :(
Step 2. Install Requirements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
There are only two programs to install:
1. Docker: https://download.docker.com/mac/stable/Docker.dmg
2. Git: https://sourceforge.net/projects/git-osx-installer/files/
After installing docker you should find an icon that looks like a whale in the task bar.
.. figure:: images/macwhale.png
:alt: Screenshot of Docker whale
:align: center
*Docker app running*
You can verify that docker is running properly by opening the **Terminal** app and typing:
.. code:: bash
$ docker run hello-world
Which should return
.. code:: bash
Hello from Docker!
To verify that git is installed, simply type:
.. code:: bash
$ git --version
Which should return something similar to the following:
.. code:: bash
git version 2.20.1 (Apple Git-117)
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.
Step 3. Check Memory and CPU Allocation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.
1. Right click the whale icon from the task bar and click **Preferences**...
2. Select the **Advanced** tab
3. Adjust the CPUs slider to use half of all available CPUs and the memory to use 60-70% of all available memory
4. Press **Apply & Restart**
.. figure:: images/dockeradvanced.png
:alt: Screenshot of Docker advanced settings
:align: center
*Docker advanced settings*
Step 4. Download and Launch WebODM
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
From a **Terminal** type:
.. code:: bash
$ git clone https://github.com/OpenDroneMap/WebODM
$ cd WebODM
$ ./webodm.sh start
Then open a web browser to http://localhost:8000.
Linux
`````
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.
Step 1. Install Requirements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
There are four programs that need to be installed:
1. Docker
2. Git
3. Python (2 or 3)
4. Pip
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.
Install on Ubuntu / Debian
__________________________
Commands to type:
.. code:: bash
$ sudo apt update
$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sh get-docker.sh
$ sudo apt install -y git python python-pip
Install on CentOS / RHEL
________________________
Commands to type:
.. code:: bash
$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sh get-docker.sh
$ sudo yum -y install git python python-pip
Install on Fedora
_________________
Commands to type:
.. code:: bash
$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sh get-docker.sh
$ sudo dnf install git python python-pip
Install on Arch
_______________
Commands to type:
.. code:: bash
$ sudo pacman -Sy docker git python python-pip
Step 2. Check Additional Requirements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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:
.. code:: bash
$ docker-compose --version
You should see somethings similar to the following:
.. code:: bash
docker-compose version 1.22.0, build f46880f
If instead you get something similar to the following:
.. code:: bash
docker-compose: command not found
you can install it by using pip:
.. code:: bash
$ sudo pip install docker-compose
Step 3. Download and Launch WebODM
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
From a terminal type:
.. code:: bash
$ git clone https://github.com/OpenDroneMap/WebODM
$ cd WebODM
$ ./webodm.sh start
Then open a web browser to http://localhost:8000.
Basic Commands and Troubleshooting
----------------------------------
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:
.. code:: bash
$ ./webodm.sh start
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:
.. code:: bash
$ ./webodm.sh stop
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:
.. code:: bash
$ ./webodm.sh start --port 80
Other useful commands are listed below:
.. code:: bash
# Restart WebODM (useful if things get stuck)
$ ./webodm.sh restart
# Reset the admin user's password if you forget it
$ ./webodm.sh resetadminpassword newpass
# Update everything to the latest version
$ ./webodm.sh update
# Store processing results in the specified folder instead of the default location (inside docker)
$ ./webodm.sh restart --media-dir /path/to/webodm_results
# See all options
$ ./webodm.sh --help
`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.
Hello, WebODM!
--------------
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.
.. figure:: images/webodmdashboard.png
:alt: Screenshot of WebODM Dashboard
:align: center
*WebODM Dashboard*
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.
If youve made it this far, congratulations! Now its time to start processing some data.
.. figure:: images/congratulations.png
:alt: Image of celebratory dance
:align: center
Running on more than one machine
````````````````````````````````
**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:
.. code:: bash
docker run --rm -it -p 3000:3000 opendronemap/nodeodm -q 1 --token secret
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".
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**.
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.
`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>`_!
Troubleshooting Installation
-----------------------------------------
(...)