Skip to content

Commit 8e7ff6f

Browse files
Merge pull request #262 from smathermather/publish
Remove webodm references
2 parents effecb9 + f18927c commit 8e7ff6f

4 files changed

Lines changed: 6 additions & 9 deletions

File tree

source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if somebody knocked on your door and asked you to "stop reading this page right
2121
*your* suggestion can benefit others can also help. If the feature benefits you exclusively, it might be harder to convince others to do the work for you.
2222

2323
A feature request can be submitted as issues on the applicable Github repository (e.g.,
24-
`WebODM <https://github.com/OpenDroneMap/WebODM/issues>`_ or `ODM <https://github.com/OpenDroneMap/ODM/issues>`_
24+
`ODM <https://github.com/OpenDroneMap/ODM/issues>`_
2525
or similar) or more simply as a discussion topic on `the community forum <https://community.opendronemap.org/>`_.
2626
Try to start by searching these sources to see if someone else has already brought it up. Sometimes a feature is already in
2727
the works, or has at least been discussed.

source/faq.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ For Users
6060
The following resources are a good place to start:
6161

6262
* `README page for ODM <https://github.com/OpenDroneMap/OpenDroneMap>`_
63-
* `README page for WebODM <https://github.com/OpenDroneMap/WebODM>`_
6463
* `README page for NodeODM <https://github.com/OpenDroneMap/node-OpenDroneMap>`_
6564
* `Ground Control Points Format Specification <https://github.com/mapillary/OpenSfM/blob/master/doc/source/gcp.rst>`_
6665
* `OpenDroneMap: The Missing Guide <https://odmbook.com/>`_
@@ -70,7 +69,6 @@ For Developers
7069

7170
In addition to user resources, we recommend to also read the following:
7271

73-
* WebODM documentation: https://docs.webodm.org
7472
* NodeODM API specification: https://github.com/OpenDroneMap/NodeODM/blob/master/docs/index.adoc
7573
* Overview of the ODM pipeline: http://community.opendronemap.org/t/where-can-i-find-background-information-on-the-concepts-of-odm/665/2
7674
* We keep a `section in our forum dedicated to research papers <https://community.opendronemap.org/c/learning/research-papers/12>`_. 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.

source/large.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Starting with ODM version ``0.6.0`` you can split up very large datasets into ma
77

88
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.
99

10-
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.
1110

1211
Local Split-Merge
1312
-----------------

source/tutorials.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Example of how to generate a DTM::
5757
docker run -ti --rm -v /my/project:/datasets/code <my_odm_image> --project-path /datasets --dtm --dem-resolution 2 --smrf-threshold 0.4 --smrf-window 24
5858

5959
***************************************
60-
Using Potree 3D viewer module on WebODM
60+
Using Potree 3D viewer module on OpenDroneMap Desktop
6161
***************************************
6262

6363
Cameras
@@ -362,7 +362,7 @@ For further information on the use of GCPs, please refer to the `Ground Control
362362
Processing parameters
363363
======================
364364

365-
A highly accurate model can be achieved using WebODM high resolution predefined settings. Then you can further adjust some parameters as necessary.
365+
A highly accurate model can be achieved using OpenDroneMap Desktop high resolution predefined settings. Then you can further adjust some parameters as necessary.
366366

367367

368368
If using ODM, these this reference values can help you configure the process settings.
@@ -386,7 +386,7 @@ As almost 50% of the material will be found in the first 20% of the stockpile he
386386
:alt: almost 50% of the material will be found in the first 20% of the stockpile height
387387
:align: center
388388

389-
In WebODM Dashboard, clic on "view map" to start a 2D view of your project.
389+
In OpenDroneMap Desktop Dashboard, clic on "view map" to start a 2D view of your project.
390390

391391
Once in the 2D map view, clic on the "Measure volume, area and length" button.
392392

@@ -643,7 +643,7 @@ Install
643643
Ubuntu 18.04.
644644

645645
- Download and install ODM on it from the `ODM
646-
Github <https://github.com/OpenDroneMap/ODM>`__ (regular, not WebODM)
646+
Github <https://github.com/OpenDroneMap/ODM>`__
647647
with the following commands:
648648

649649
::
@@ -1157,7 +1157,7 @@ Next we can rebuild Ceres.
11571157
[100%] Completed 'ceres'
11581158
[100%] Built target ceres
11591159

1160-
Success! Now we can either run ODM directly inside this container, use the NodeODM interface to process data, or connect in with WebODM for additional testing.
1160+
Success! Now we can either run ODM directly inside this container, use the NodeODM interface to process data, or connect in with OpenDroneMap Desktop for additional testing.
11611161

11621162

11631163
`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/tutorials.rst>`_!

0 commit comments

Comments
 (0)